COLOR #DFB64D

HEX: #DFB64D RGB: (223,182,77)

Color info

#DFB64D contains mainly red and green colors. Web safe color of #DFB64D is #CCCC33 (or #CC3).

RGB color model

#DFB64D color RGB value is (223,182,77).

RGB: (223,182,77) (87%, 71%, 30%)

RGB channels and saturation

R 223 of 255 = 87%
G 182 of 255 = 71%
B 77 of 255 = 30%

223
182
77

R + G + B ~ 63%. #DFB64D is quite light color.

Portions of RGB colors in percentages

R + G + B = 223 + 182 + 77 = 482 (100%)
R 223 of 482 ~ 46.27%
G 182 of 482 ~ 37.76%
B 77 of 482 ~ 15.98'%

%46.27
%37.76
%15.98

CMYK color model

#DFB64D color CMYK value is (0,18,65,13).

  • cyan value is 0.00%
  • magenta value is 18.39%
  • yellow value is 65.47%
  • key color value is 12.55%

CMYK: (0,18,65,13)
C0M18Y65K13 (0%, 18%, 65%, 13%)
(0.00 / 0.18 / 0.65 / 0.13)

CMYK percentages

%0
%18.39
%65.47
%12.55

Codes

Color #DFB64D in popluar color models

DF B6 4D
RGB 223 182 77
HSL 43° 69.52% 58.82%
HSB/HSV 43° 65.47% 87.45%
CMYK 0.00% 18.39% 65.47%
12.55%

Color #DFB64D in popluar number systems.

HEX DF B6 4D
Decimal 223 182 77
Binary 11011111 10110110 1001101
Octal 337 266 115

Shades and tints

Shades of #DFB64D

#DFB64D
(223,182,77)
#CBA646
(203,166,70)
#B7963F
(183,150,63)
#A38638
(163,134,56)
#8F7631
(143,118,49)
#7B662A
(123,102,42)
#675623
(103,86,35)
#53461C
(83,70,28)
#3F3615
(63,54,21)
#2B260E
(43,38,14)
#171607
(23,22,7)
#000000
(0,0,0)

Tints of #DFB64D

#DFB64D
(223,182,77)
#E1BC5D
(225,188,93)
#E3C26D
(227,194,109)
#E5C87D
(229,200,125)
#E7CE8D
(231,206,141)
#E9D49D
(233,212,157)
#EBDAAD
(235,218,173)
#EDE0BD
(237,224,189)
#EFE6CD
(239,230,205)
#F1ECDD
(241,236,221)
#F3F2ED
(243,242,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DFB64D color. Also use rgb(223,182,77) instead hex code.

Text Font Color

.myTextColor { color: #DFB64D; }

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

This text font color is #DFB64D.

Background Color

.myBgColor { background-color: #DFB64D; }

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

This div background color is #DFB64D.

Border color

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

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

This div border color is #DFB64D.

Opacity

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

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

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

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

This text has shadow with #DFB64D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DFB64D.

Preview

Color preview on black background

This text has color #DFB64D on black background.


Color preview on white background

This text has color #DFB64D on white background.


Black color preview on #DFB64D background

This text has black color on #DFB64D background.


White color preview on #DFB64D background

This text has white color on #DFB64D background.


Related colors

Complementary color

Complementary color for #hex is #2049B2.


I love getcolorcode.com

Triadic colors

1 #4DDFB6 and #B64DDF with #DFB64D are triadic colors.

2 #4DB6DF and #B6DF4D with #DFB64D are triadic colors.