COLOR #D2CA13

HEX: #D2CA13
RGB: (210,202,19)

Color info

#D2CA13 contains mainly red and green colors. Web safe color of #D2CA13 is #CCCC00 (or #CC0).

RGB color model

#D2CA13 color RGB value is (210,202,19).

  • red value is 210;
  • green value is 202;
  • blue value is 19.
RGB:
(210,202,19)
(82%,79%,7%)

RGB channels and saturation

R 210 of 255 = 82%
G 202 of 255 = 79%
B 19 of 255 = 7%

210
202
19

R + G + B ~ 56%. #D2CA13 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
210 + 202 + 19 = 431 (100%)
R 210 of 431 ~ 48.72%
G 202 of 431 ~ 46.87%
B 19 of 431 ~ 4.41%

%48.72
%46.87

CMYK color model

#D2CA13 color CMYK value is (0,4,91,18).

  • cyan value is 0.00%
  • magenta value is 3.81%
  • yellow value is 90.95%
  • key color value is 17.65%
CMYK:
(0,4,91,18)
C0M4Y91K18 
(0%,4%,91%,18%)
(0.00/0.04/0.91/0.18)	

CMYK percentages

%0
%3.81
%90.95
%17.65

Codes

Color #D2CA13 in popluar color models

D2CA13
RGB21020219
HSL57°83.41%44.90%
HSB/HSV57°90.95%82.35%
CMYK0.00%3.81%90.95%
17.65%

Color #D2CA13 in popluar number systems.

HEXD2CA13
Decimal21020219
Binary110100101100101010011
Octal32231223

Shades and tints

Shades of #D2CA13

#D2CA13
(210,202,19)
#BFB812
(191,184,18)
#ACA611
(172,166,17)
#999410
(153,148,16)
#86820F
(134,130,15)
#73700E
(115,112,14)
#605E0D
(96,94,13)
#4D4C0C
(77,76,12)
#3A3A0B
(58,58,11)
#27280A
(39,40,10)
#141609
(20,22,9)
#000000
(0,0,0)

Tints of #D2CA13

#D2CA13
(210,202,19)
#D6CE28
(214,206,40)
#DAD23D
(218,210,61)
#DED652
(222,214,82)
#E2DA67
(226,218,103)
#E6DE7C
(230,222,124)
#EAE291
(234,226,145)
#EEE6A6
(238,230,166)
#F2EABB
(242,234,187)
#F6EED0
(246,238,208)
#FAF2E5
(250,242,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D2CA13 color. Also use rgb(210,202,19) instead hex code.

Text Font Color

.myTextColor { color: #D2CA13; }

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

This text font color is #D2CA13.


Background Color

.myBgColor { background-color: #D2CA13; }

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

This div background color is #D2CA13.


Border color

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

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

This div border color is #D2CA13.


Opacity

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

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

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

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

This text has shadow with #D2CA13 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D2CA13 on black background.


Color preview on white background

This text has color #D2CA13 on white background.



Black color preview on #D2CA13 background

This text has black color on #D2CA13 background.


White color preview on #D2CA13 background

This text has white color on #D2CA13 background.