COLOR #D0C075

HEX: #D0C075
RGB: (208,192,117)

Color info

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

RGB color model

#D0C075 color RGB value is (208,192,117).

  • red value is 208;
  • green value is 192;
  • blue value is 117.
RGB:
(208,192,117)
(82%,75%,46%)

RGB channels and saturation

R 208 of 255 = 82%
G 192 of 255 = 75%
B 117 of 255 = 46%

208
192
117

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

Portions of RGB colors in percentages

R + G + B =
208 + 192 + 117 = 517 (100%)
R 208 of 517 ~ 40.23%
G 192 of 517 ~ 37.14%
B 117 of 517 ~ 22.63%

%40.23
%37.14
%22.63

CMYK color model

#D0C075 color CMYK value is (0,8,44,18).

  • cyan value is 0.00%
  • magenta value is 7.69%
  • yellow value is 43.75%
  • key color value is 18.43%
CMYK:
(0,8,44,18)
C0M8Y44K18 
(0%,8%,44%,18%)
(0.00/0.08/0.44/0.18)	

CMYK percentages

%0
%7.69
%43.75
%18.43

Codes

Color #D0C075 in popluar color models

D0C075
RGB208192117
HSL49°49.19%63.73%
HSB/HSV49°43.75%81.57%
CMYK0.00%7.69%43.75%
18.43%

Color #D0C075 in popluar number systems.

HEXD0C075
Decimal208192117
Binary11010000110000001110101
Octal320300165

Shades and tints

Shades of #D0C075

#D0C075
(208,192,117)
#BEAF6B
(190,175,107)
#AC9E61
(172,158,97)
#9A8D57
(154,141,87)
#887C4D
(136,124,77)
#766B43
(118,107,67)
#645A39
(100,90,57)
#52492F
(82,73,47)
#403825
(64,56,37)
#2E271B
(46,39,27)
#1C1611
(28,22,17)
#000000
(0,0,0)

Tints of #D0C075

#D0C075
(208,192,117)
#D4C581
(212,197,129)
#D8CA8D
(216,202,141)
#DCCF99
(220,207,153)
#E0D4A5
(224,212,165)
#E4D9B1
(228,217,177)
#E8DEBD
(232,222,189)
#ECE3C9
(236,227,201)
#F0E8D5
(240,232,213)
#F4EDE1
(244,237,225)
#F8F2ED
(248,242,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D0C075 color. Also use rgb(208,192,117) instead hex code.

Text Font Color

.myTextColor { color: #D0C075; }

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

This text font color is #D0C075.


Background Color

.myBgColor { background-color: #D0C075; }

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

This div background color is #D0C075.


Border color

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

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

This div border color is #D0C075.


Opacity

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

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

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

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

This text has shadow with #D0C075 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D0C075 on black background.


Color preview on white background

This text has color #D0C075 on white background.



Black color preview on #D0C075 background

This text has black color on #D0C075 background.


White color preview on #D0C075 background

This text has white color on #D0C075 background.