COLOR #D0C499

HEX: #D0C499 RGB: (208,196,153)

Color info

#D0C499 contains red, green and blue colors in about the same proportion. Web safe color of #D0C499 is #CCCC99 (or #CC9).

RGB color model

#D0C499 color RGB value is (208,196,153).

RGB: (208,196,153) (82%, 77%, 60%)

RGB channels and saturation

R 208 of 255 = 82%
G 196 of 255 = 77%
B 153 of 255 = 60%

208
196
153

R + G + B ~ 73%. #D0C499 is quite light color.

Portions of RGB colors in percentages

R + G + B = 208 + 196 + 153 = 557 (100%)
R 208 of 557 ~ 37.34%
G 196 of 557 ~ 35.19%
B 153 of 557 ~ 27.47'%

%37.34
%35.19
%27.47

CMYK color model

#D0C499 color CMYK value is (0,6,26,18).

  • cyan value is 0.00%
  • magenta value is 5.77%
  • yellow value is 26.44%
  • key color value is 18.43%

CMYK: (0,6,26,18)
C0M6Y26K18 (0%, 6%, 26%, 18%)
(0.00 / 0.06 / 0.26 / 0.18)

CMYK percentages

%0
%5.77
%26.44
%18.43

Codes

Color #D0C499 in popluar color models

D0 C4 99
RGB 208 196 153
HSL 47° 36.91% 70.78%
HSB/HSV 47° 26.44% 81.57%
CMYK 0.00% 5.77% 26.44%
18.43%

Color #D0C499 in popluar number systems.

HEX D0 C4 99
Decimal 208 196 153
Binary 11010000 11000100 10011001
Octal 320 304 231

Shades and tints

Shades of #D0C499

#D0C499
(208,196,153)
#BEB38C
(190,179,140)
#ACA27F
(172,162,127)
#9A9172
(154,145,114)
#888065
(136,128,101)
#766F58
(118,111,88)
#645E4B
(100,94,75)
#524D3E
(82,77,62)
#403C31
(64,60,49)
#2E2B24
(46,43,36)
#1C1A17
(28,26,23)
#000000
(0,0,0)

Tints of #D0C499

#D0C499
(208,196,153)
#D4C9A2
(212,201,162)
#D8CEAB
(216,206,171)
#DCD3B4
(220,211,180)
#E0D8BD
(224,216,189)
#E4DDC6
(228,221,198)
#E8E2CF
(232,226,207)
#ECE7D8
(236,231,216)
#F0ECE1
(240,236,225)
#F4F1EA
(244,241,234)
#F8F6F3
(248,246,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D0C499 color. Also use rgb(208,196,153) instead hex code.

Text Font Color

.myTextColor { color: #D0C499; }

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

This text font color is #D0C499.

Background Color

.myBgColor { background-color: #D0C499; }

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

This div background color is #D0C499.

Border color

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

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

This div border color is #D0C499.

Opacity

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

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

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

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

This text has shadow with #D0C499 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D0C499.

Preview

Color preview on black background

This text has color #D0C499 on black background.


Color preview on white background

This text has color #D0C499 on white background.


Black color preview on #D0C499 background

This text has black color on #D0C499 background.


White color preview on #D0C499 background

This text has white color on #D0C499 background.


Related colors

Complementary color

Complementary color for #hex is #2F3B66.


I love getcolorcode.com

Triadic colors

1 #99D0C4 and #C499D0 with #D0C499 are triadic colors.

2 #99C4D0 and #C4D099 with #D0C499 are triadic colors.