COLOR #D1CE05

HEX: #D1CE05
RGB: (209,206,5)

Color info

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

RGB color model

#D1CE05 color RGB value is (209,206,5).

  • red value is 209;
  • green value is 206;
  • blue value is 5.
RGB:
(209,206,5)
(82%,81%,2%)

RGB channels and saturation

R 209 of 255 = 82%
G 206 of 255 = 81%
B 5 of 255 = 2%

209
206
5

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

Portions of RGB colors in percentages

R + G + B =
209 + 206 + 5 = 420 (100%)
R 209 of 420 ~ 49.76%
G 206 of 420 ~ 49.05%
B 5 of 420 ~ 1.19%

%49.76
%49.05

CMYK color model

#D1CE05 color CMYK value is (0,1,98,18).

  • cyan value is 0.00%
  • magenta value is 1.44%
  • yellow value is 97.61%
  • key color value is 18.04%
CMYK:
(0,1,98,18)
C0M1Y98K18 
(0%,1%,98%,18%)
(0.00/0.01/0.98/0.18)	

CMYK percentages

%0
%1.44
%97.61
%18.04

Codes

Color #D1CE05 in popluar color models

D1CE05
RGB2092065
HSL59°95.33%41.96%
HSB/HSV59°97.61%81.96%
CMYK0.00%1.44%97.61%
18.04%

Color #D1CE05 in popluar number systems.

HEXD1CE05
Decimal2092065
Binary1101000111001110101
Octal3213165

Shades and tints

Shades of #D1CE05

#D1CE05
(209,206,5)
#BEBC05
(190,188,5)
#ABAA05
(171,170,5)
#989805
(152,152,5)
#858605
(133,134,5)
#727405
(114,116,5)
#5F6205
(95,98,5)
#4C5005
(76,80,5)
#393E05
(57,62,5)
#262C05
(38,44,5)
#131A05
(19,26,5)
#000000
(0,0,0)

Tints of #D1CE05

#D1CE05
(209,206,5)
#D5D21B
(213,210,27)
#D9D631
(217,214,49)
#DDDA47
(221,218,71)
#E1DE5D
(225,222,93)
#E5E273
(229,226,115)
#E9E689
(233,230,137)
#EDEA9F
(237,234,159)
#F1EEB5
(241,238,181)
#F5F2CB
(245,242,203)
#F9F6E1
(249,246,225)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D1CE05 color. Also use rgb(209,206,5) instead hex code.

Text Font Color

.myTextColor { color: #D1CE05; }

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

This text font color is #D1CE05.


Background Color

.myBgColor { background-color: #D1CE05; }

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

This div background color is #D1CE05.


Border color

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

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

This div border color is #D1CE05.


Opacity

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

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

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

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

This text has shadow with #D1CE05 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D1CE05 on black background.


Color preview on white background

This text has color #D1CE05 on white background.



Black color preview on #D1CE05 background

This text has black color on #D1CE05 background.


White color preview on #D1CE05 background

This text has white color on #D1CE05 background.