COLOR #DFB475

HEX: #DFB475 RGB: (223,180,117)

Color info

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

RGB color model

#DFB475 color RGB value is (223,180,117).

RGB: (223,180,117) (87%, 71%, 46%)

RGB channels and saturation

R 223 of 255 = 87%
G 180 of 255 = 71%
B 117 of 255 = 46%

223
180
117

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

Portions of RGB colors in percentages

R + G + B = 223 + 180 + 117 = 520 (100%)
R 223 of 520 ~ 42.88%
G 180 of 520 ~ 34.62%
B 117 of 520 ~ 22.5'%

%42.88
%34.62
%22.5

CMYK color model

#DFB475 color CMYK value is (0,19,48,13).

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

CMYK: (0,19,48,13)
C0M19Y48K13 (0%, 19%, 48%, 13%)
(0.00 / 0.19 / 0.48 / 0.13)

CMYK percentages

%0
%19.28
%47.53
%12.55

Codes

Color #DFB475 in popluar color models

DF B4 75
RGB 223 180 117
HSL 36° 62.35% 66.67%
HSB/HSV 36° 47.53% 87.45%
CMYK 0.00% 19.28% 47.53%
12.55%

Color #DFB475 in popluar number systems.

HEX DF B4 75
Decimal 223 180 117
Binary 11011111 10110100 1110101
Octal 337 264 165

Shades and tints

Shades of #DFB475

#DFB475
(223,180,117)
#CBA46B
(203,164,107)
#B79461
(183,148,97)
#A38457
(163,132,87)
#8F744D
(143,116,77)
#7B6443
(123,100,67)
#675439
(103,84,57)
#53442F
(83,68,47)
#3F3425
(63,52,37)
#2B241B
(43,36,27)
#171411
(23,20,17)
#000000
(0,0,0)

Tints of #DFB475

#DFB475
(223,180,117)
#E1BA81
(225,186,129)
#E3C08D
(227,192,141)
#E5C699
(229,198,153)
#E7CCA5
(231,204,165)
#E9D2B1
(233,210,177)
#EBD8BD
(235,216,189)
#EDDEC9
(237,222,201)
#EFE4D5
(239,228,213)
#F1EAE1
(241,234,225)
#F3F0ED
(243,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DFB475; }

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

This text font color is #DFB475.

Background Color

.myBgColor { background-color: #DFB475; }

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

This div background color is #DFB475.

Border color

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

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

This div border color is #DFB475.

Opacity

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

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

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

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

This text has shadow with #DFB475 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DFB475.

Preview

Color preview on black background

This text has color #DFB475 on black background.


Color preview on white background

This text has color #DFB475 on white background.


Black color preview on #DFB475 background

This text has black color on #DFB475 background.


White color preview on #DFB475 background

This text has white color on #DFB475 background.


Related colors

Complementary color

Complementary color for #hex is #204B8A.


I love getcolorcode.com

Triadic colors

1 #75DFB4 and #B475DF with #DFB475 are triadic colors.

2 #75B4DF and #B4DF75 with #DFB475 are triadic colors.