COLOR #DFB456

HEX: #DFB456 RGB: (223,180,86)

Color info

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

RGB color model

#DFB456 color RGB value is (223,180,86).

RGB: (223,180,86) (87%, 71%, 34%)

RGB channels and saturation

R 223 of 255 = 87%
G 180 of 255 = 71%
B 86 of 255 = 34%

223
180
86

R + G + B ~ 64%. #DFB456 is quite light color.

Portions of RGB colors in percentages

R + G + B = 223 + 180 + 86 = 489 (100%)
R 223 of 489 ~ 45.6%
G 180 of 489 ~ 36.81%
B 86 of 489 ~ 17.59'%

%45.6
%36.81
%17.59

CMYK color model

#DFB456 color CMYK value is (0,19,61,13).

  • cyan value is 0.00%
  • magenta value is 19.28%
  • yellow value is 61.43%
  • key color value is 12.55%

CMYK: (0,19,61,13)
C0M19Y61K13 (0%, 19%, 61%, 13%)
(0.00 / 0.19 / 0.61 / 0.13)

CMYK percentages

%0
%19.28
%61.43
%12.55

Codes

Color #DFB456 in popluar color models

DF B4 56
RGB 223 180 86
HSL 41° 68.16% 60.59%
HSB/HSV 41° 61.43% 87.45%
CMYK 0.00% 19.28% 61.43%
12.55%

Color #DFB456 in popluar number systems.

HEX DF B4 56
Decimal 223 180 86
Binary 11011111 10110100 1010110
Octal 337 264 126

Shades and tints

Shades of #DFB456

#DFB456
(223,180,86)
#CBA44F
(203,164,79)
#B79448
(183,148,72)
#A38441
(163,132,65)
#8F743A
(143,116,58)
#7B6433
(123,100,51)
#67542C
(103,84,44)
#534425
(83,68,37)
#3F341E
(63,52,30)
#2B2417
(43,36,23)
#171410
(23,20,16)
#000000
(0,0,0)

Tints of #DFB456

#DFB456
(223,180,86)
#E1BA65
(225,186,101)
#E3C074
(227,192,116)
#E5C683
(229,198,131)
#E7CC92
(231,204,146)
#E9D2A1
(233,210,161)
#EBD8B0
(235,216,176)
#EDDEBF
(237,222,191)
#EFE4CE
(239,228,206)
#F1EADD
(241,234,221)
#F3F0EC
(243,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DFB456 color. Also use rgb(223,180,86) instead hex code.

Text Font Color

.myTextColor { color: #DFB456; }

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

This text font color is #DFB456.

Background Color

.myBgColor { background-color: #DFB456; }

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

This div background color is #DFB456.

Border color

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

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

This div border color is #DFB456.

Opacity

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

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

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

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

This text has shadow with #DFB456 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DFB456.

Preview

Color preview on black background

This text has color #DFB456 on black background.


Color preview on white background

This text has color #DFB456 on white background.


Black color preview on #DFB456 background

This text has black color on #DFB456 background.


White color preview on #DFB456 background

This text has white color on #DFB456 background.


Related colors

Complementary color

Complementary color for #hex is #204BA9.


I love getcolorcode.com

Triadic colors

1 #56DFB4 and #B456DF with #DFB456 are triadic colors.

2 #56B4DF and #B4DF56 with #DFB456 are triadic colors.