COLOR #D0B478

HEX: #D0B478 RGB: (208,180,120)

Color info

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

RGB color model

#D0B478 color RGB value is (208,180,120).

RGB: (208,180,120) (82%, 71%, 47%)

RGB channels and saturation

R 208 of 255 = 82%
G 180 of 255 = 71%
B 120 of 255 = 47%

208
180
120

R + G + B ~ 67%. #D0B478 is quite light color.

Portions of RGB colors in percentages

R + G + B = 208 + 180 + 120 = 508 (100%)
R 208 of 508 ~ 40.94%
G 180 of 508 ~ 35.43%
B 120 of 508 ~ 23.62'%

%40.94
%35.43
%23.62

CMYK color model

#D0B478 color CMYK value is (0,13,42,18).

  • cyan value is 0.00%
  • magenta value is 13.46%
  • yellow value is 42.31%
  • key color value is 18.43%

CMYK: (0,13,42,18)
C0M13Y42K18 (0%, 13%, 42%, 18%)
(0.00 / 0.13 / 0.42 / 0.18)

CMYK percentages

%0
%13.46
%42.31
%18.43

Codes

Color #D0B478 in popluar color models

D0 B4 78
RGB 208 180 120
HSL 41° 48.35% 64.31%
HSB/HSV 41° 42.31% 81.57%
CMYK 0.00% 13.46% 42.31%
18.43%

Color #D0B478 in popluar number systems.

HEX D0 B4 78
Decimal 208 180 120
Binary 11010000 10110100 1111000
Octal 320 264 170

Shades and tints

Shades of #D0B478

#D0B478
(208,180,120)
#BEA46E
(190,164,110)
#AC9464
(172,148,100)
#9A845A
(154,132,90)
#887450
(136,116,80)
#766446
(118,100,70)
#64543C
(100,84,60)
#524432
(82,68,50)
#403428
(64,52,40)
#2E241E
(46,36,30)
#1C1414
(28,20,20)
#000000
(0,0,0)

Tints of #D0B478

#D0B478
(208,180,120)
#D4BA84
(212,186,132)
#D8C090
(216,192,144)
#DCC69C
(220,198,156)
#E0CCA8
(224,204,168)
#E4D2B4
(228,210,180)
#E8D8C0
(232,216,192)
#ECDECC
(236,222,204)
#F0E4D8
(240,228,216)
#F4EAE4
(244,234,228)
#F8F0F0
(248,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D0B478 color. Also use rgb(208,180,120) instead hex code.

Text Font Color

.myTextColor { color: #D0B478; }

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

This text font color is #D0B478.

Background Color

.myBgColor { background-color: #D0B478; }

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

This div background color is #D0B478.

Border color

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

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

This div border color is #D0B478.

Opacity

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

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

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

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

This text has shadow with #D0B478 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D0B478.

Preview

Color preview on black background

This text has color #D0B478 on black background.


Color preview on white background

This text has color #D0B478 on white background.


Black color preview on #D0B478 background

This text has black color on #D0B478 background.


White color preview on #D0B478 background

This text has white color on #D0B478 background.


Related colors

Complementary color

Complementary color for #hex is #2F4B87.


I love getcolorcode.com

Triadic colors

1 #78D0B4 and #B478D0 with #D0B478 are triadic colors.

2 #78B4D0 and #B4D078 with #D0B478 are triadic colors.