COLOR #D0CA5A

HEX: #D0CA5A
RGB: (208,202,90)

Color info

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

RGB color model

#D0CA5A color RGB value is (208,202,90).

  • red value is 208;
  • green value is 202;
  • blue value is 90.
RGB:
(208,202,90)
(82%,79%,35%)

RGB channels and saturation

R 208 of 255 = 82%
G 202 of 255 = 79%
B 90 of 255 = 35%

208
202
90

R + G + B ~ 65%. #D0CA5A is quite light color.

Portions of RGB colors in percentages

R + G + B =
208 + 202 + 90 = 500 (100%)
R 208 of 500 ~ 41.6%
G 202 of 500 ~ 40.4%
B 90 of 500 ~ 18%

%41.6
%40.4
%18

CMYK color model

#D0CA5A color CMYK value is (0,3,57,18).

  • cyan value is 0.00%
  • magenta value is 2.88%
  • yellow value is 56.73%
  • key color value is 18.43%
CMYK:
(0,3,57,18)
C0M3Y57K18 
(0%,3%,57%,18%)
(0.00/0.03/0.57/0.18)	

CMYK percentages

%0
%2.88
%56.73
%18.43

Codes

Color #D0CA5A in popluar color models

D0CA5A
RGB20820290
HSL57°55.66%58.43%
HSB/HSV57°56.73%81.57%
CMYK0.00%2.88%56.73%
18.43%

Color #D0CA5A in popluar number systems.

HEXD0CA5A
Decimal20820290
Binary11010000110010101011010
Octal320312132

Shades and tints

Shades of #D0CA5A

#D0CA5A
(208,202,90)
#BEB852
(190,184,82)
#ACA64A
(172,166,74)
#9A9442
(154,148,66)
#88823A
(136,130,58)
#767032
(118,112,50)
#645E2A
(100,94,42)
#524C22
(82,76,34)
#403A1A
(64,58,26)
#2E2812
(46,40,18)
#1C160A
(28,22,10)
#000000
(0,0,0)

Tints of #D0CA5A

#D0CA5A
(208,202,90)
#D4CE69
(212,206,105)
#D8D278
(216,210,120)
#DCD687
(220,214,135)
#E0DA96
(224,218,150)
#E4DEA5
(228,222,165)
#E8E2B4
(232,226,180)
#ECE6C3
(236,230,195)
#F0EAD2
(240,234,210)
#F4EEE1
(244,238,225)
#F8F2F0
(248,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D0CA5A color. Also use rgb(208,202,90) instead hex code.

Text Font Color

.myTextColor { color: #D0CA5A; }

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

This text font color is #D0CA5A.


Background Color

.myBgColor { background-color: #D0CA5A; }

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

This div background color is #D0CA5A.


Border color

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

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

This div border color is #D0CA5A.


Opacity

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

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

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

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

This text has shadow with #D0CA5A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D0CA5A on black background.


Color preview on white background

This text has color #D0CA5A on white background.



Black color preview on #D0CA5A background

This text has black color on #D0CA5A background.


White color preview on #D0CA5A background

This text has white color on #D0CA5A background.