COLOR #DC6F64

HEX: #DC6F64
RGB: (220,111,100)

Color info

#DC6F64 contains mainly red color. Web safe color of #DC6F64 is #CC6666 (or #C66).

RGB color model

#DC6F64 color RGB value is (220,111,100).

  • red value is 220;
  • green value is 111;
  • blue value is 100.
RGB:
(220,111,100)
(86%,44%,39%)

RGB channels and saturation

R 220 of 255 = 86%
G 111 of 255 = 44%
B 100 of 255 = 39%

220
111
100

R + G + B ~ 56%. #DC6F64 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
220 + 111 + 100 = 431 (100%)
R 220 of 431 ~ 51.04%
G 111 of 431 ~ 25.75%
B 100 of 431 ~ 23.2%

%51.04
%25.75
%23.2

CMYK color model

#DC6F64 color CMYK value is (0,50,55,14).

  • cyan value is 0.00%
  • magenta value is 49.55%
  • yellow value is 54.55%
  • key color value is 13.73%
CMYK:
(0,50,55,14)
C0M50Y55K14 
(0%,50%,55%,14%)
(0.00/0.50/0.55/0.14)	

CMYK percentages

%0
%49.55
%54.55
%13.73

Codes

Color #DC6F64 in popluar color models

DC6F64
RGB220111100
HSL63.16%62.75%
HSB/HSV54.55%86.27%
CMYK0.00%49.55%54.55%
13.73%

Color #DC6F64 in popluar number systems.

HEXDC6F64
Decimal220111100
Binary1101110011011111100100
Octal334157144

Shades and tints

Shades of #DC6F64

#DC6F64
(220,111,100)
#C8655B
(200,101,91)
#B45B52
(180,91,82)
#A05149
(160,81,73)
#8C4740
(140,71,64)
#783D37
(120,61,55)
#64332E
(100,51,46)
#502925
(80,41,37)
#3C1F1C
(60,31,28)
#281513
(40,21,19)
#140B0A
(20,11,10)
#000000
(0,0,0)

Tints of #DC6F64

#DC6F64
(220,111,100)
#DF7C72
(223,124,114)
#E28980
(226,137,128)
#E5968E
(229,150,142)
#E8A39C
(232,163,156)
#EBB0AA
(235,176,170)
#EEBDB8
(238,189,184)
#F1CAC6
(241,202,198)
#F4D7D4
(244,215,212)
#F7E4E2
(247,228,226)
#FAF1F0
(250,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DC6F64 color. Also use rgb(220,111,100) instead hex code.

Text Font Color

.myTextColor { color: #DC6F64; }

<p style="color:#DC6F64">This sample text font color is #DC6F64.</p>

This text font color is #DC6F64.


Background Color

.myBgColor { background-color: #DC6F64; }

<div style="background-color:#DC6F64">Inner text</div>

This div background color is #DC6F64.


Border color

.myBorderColor { border: 1px solid #DC6F64; }

<div style="border:3px solid #DC6F64">Div</div>

This div border color is #DC6F64.


Opacity

.myOpacity80 { color: #DC6F64; opacity: 0.8; }

<p style="color:#DC6F64;opacity:0.8;">80%</p>

Text with #DC6F64 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #DC6F64;}

<p style="text-shadow: 3px 3px 1px #DC6F64">Text here.</p>

This text has shadow with #DC6F64 color.

.textShadow {text-shadow: 3px 3px 1px #DC6F64, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #DC6F64, 5px 5px 20px red">Text here.</p>

This text has shadow with #DC6F64 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#DC6F64, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#DC6F64, Direction=45, Strength=4)">Text</p>

This text has shadow with #DC6F64 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #DC6F64;
  -webkit-box-shadow:	1px 1px 3px 2px #DC6F64;
  box-shadow:		1px 1px 3px 2px #DC6F64;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #DC6F64;
-webkit-box-shadow: 1px 1px 3px 2px #DC6F64;
box-shadow:1px 1px 3px 2px #DC6F64;">
Div content here</div>
This div box has shadow with color #DC6F64.

Preview

Color preview on black background

This text has color #DC6F64 on black background.


Color preview on white background

This text has color #DC6F64 on white background.



Black color preview on #DC6F64 background

This text has black color on #DC6F64 background.


White color preview on #DC6F64 background

This text has white color on #DC6F64 background.