COLOR #DFC06B

HEX: #DFC06B
RGB: (223,192,107)

Color info

#DFC06B contains mainly red and green colors. Web safe color of #DFC06B is #CCCC66 (or #CC6).

RGB color model

#DFC06B color RGB value is (223,192,107).

  • red value is 223;
  • green value is 192;
  • blue value is 107.
RGB:
(223,192,107)
(87%,75%,42%)

RGB channels and saturation

R 223 of 255 = 87%
G 192 of 255 = 75%
B 107 of 255 = 42%

223
192
107

R + G + B ~ 68%. #DFC06B is quite light color.

Portions of RGB colors in percentages

R + G + B =
223 + 192 + 107 = 522 (100%)
R 223 of 522 ~ 42.72%
G 192 of 522 ~ 36.78%
B 107 of 522 ~ 20.5%

%42.72
%36.78
%20.5

CMYK color model

#DFC06B color CMYK value is (0,14,52,13).

  • cyan value is 0.00%
  • magenta value is 13.90%
  • yellow value is 52.02%
  • key color value is 12.55%
CMYK:
(0,14,52,13)
C0M14Y52K13 
(0%,14%,52%,13%)
(0.00/0.14/0.52/0.13)	

CMYK percentages

%0
%13.9
%52.02
%12.55

Codes

Color #DFC06B in popluar color models

DFC06B
RGB223192107
HSL44°64.44%64.71%
HSB/HSV44°52.02%87.45%
CMYK0.00%13.90%52.02%
12.55%

Color #DFC06B in popluar number systems.

HEXDFC06B
Decimal223192107
Binary11011111110000001101011
Octal337300153

Shades and tints

Shades of #DFC06B

#DFC06B
(223,192,107)
#CBAF62
(203,175,98)
#B79E59
(183,158,89)
#A38D50
(163,141,80)
#8F7C47
(143,124,71)
#7B6B3E
(123,107,62)
#675A35
(103,90,53)
#53492C
(83,73,44)
#3F3823
(63,56,35)
#2B271A
(43,39,26)
#171611
(23,22,17)
#000000
(0,0,0)

Tints of #DFC06B

#DFC06B
(223,192,107)
#E1C578
(225,197,120)
#E3CA85
(227,202,133)
#E5CF92
(229,207,146)
#E7D49F
(231,212,159)
#E9D9AC
(233,217,172)
#EBDEB9
(235,222,185)
#EDE3C6
(237,227,198)
#EFE8D3
(239,232,211)
#F1EDE0
(241,237,224)
#F3F2ED
(243,242,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DFC06B color. Also use rgb(223,192,107) instead hex code.

Text Font Color

.myTextColor { color: #DFC06B; }

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

This text font color is #DFC06B.


Background Color

.myBgColor { background-color: #DFC06B; }

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

This div background color is #DFC06B.


Border color

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

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

This div border color is #DFC06B.


Opacity

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

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

Text with #DFC06B 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 #DFC06B;}

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

This text has shadow with #DFC06B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DFC06B on black background.


Color preview on white background

This text has color #DFC06B on white background.



Black color preview on #DFC06B background

This text has black color on #DFC06B background.


White color preview on #DFC06B background

This text has white color on #DFC06B background.