COLOR #D4CC19

HEX: #D4CC19
RGB: (212,204,25)

Color info

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

RGB color model

#D4CC19 color RGB value is (212,204,25).

  • red value is 212;
  • green value is 204;
  • blue value is 25.
RGB:
(212,204,25)
(83%,80%,10%)

RGB channels and saturation

R 212 of 255 = 83%
G 204 of 255 = 80%
B 25 of 255 = 10%

212
204
25

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

Portions of RGB colors in percentages

R + G + B =
212 + 204 + 25 = 441 (100%)
R 212 of 441 ~ 48.07%
G 204 of 441 ~ 46.26%
B 25 of 441 ~ 5.67%

%48.07
%46.26

CMYK color model

#D4CC19 color CMYK value is (0,4,88,17).

  • cyan value is 0.00%
  • magenta value is 3.77%
  • yellow value is 88.21%
  • key color value is 16.86%
CMYK:
(0,4,88,17)
C0M4Y88K17 
(0%,4%,88%,17%)
(0.00/0.04/0.88/0.17)	

CMYK percentages

%0
%3.77
%88.21
%16.86

Codes

Color #D4CC19 in popluar color models

D4CC19
RGB21220425
HSL57°78.90%46.47%
HSB/HSV57°88.21%83.14%
CMYK0.00%3.77%88.21%
16.86%

Color #D4CC19 in popluar number systems.

HEXD4CC19
Decimal21220425
Binary110101001100110011001
Octal32431431

Shades and tints

Shades of #D4CC19

#D4CC19
(212,204,25)
#C1BA17
(193,186,23)
#AEA815
(174,168,21)
#9B9613
(155,150,19)
#888411
(136,132,17)
#75720F
(117,114,15)
#62600D
(98,96,13)
#4F4E0B
(79,78,11)
#3C3C09
(60,60,9)
#292A07
(41,42,7)
#161805
(22,24,5)
#000000
(0,0,0)

Tints of #D4CC19

#D4CC19
(212,204,25)
#D7D02D
(215,208,45)
#DAD441
(218,212,65)
#DDD855
(221,216,85)
#E0DC69
(224,220,105)
#E3E07D
(227,224,125)
#E6E491
(230,228,145)
#E9E8A5
(233,232,165)
#ECECB9
(236,236,185)
#EFF0CD
(239,240,205)
#F2F4E1
(242,244,225)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D4CC19 color. Also use rgb(212,204,25) instead hex code.

Text Font Color

.myTextColor { color: #D4CC19; }

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

This text font color is #D4CC19.


Background Color

.myBgColor { background-color: #D4CC19; }

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

This div background color is #D4CC19.


Border color

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

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

This div border color is #D4CC19.


Opacity

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

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

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

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

This text has shadow with #D4CC19 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D4CC19 on black background.


Color preview on white background

This text has color #D4CC19 on white background.



Black color preview on #D4CC19 background

This text has black color on #D4CC19 background.


White color preview on #D4CC19 background

This text has white color on #D4CC19 background.