COLOR #D1CE00

HEX: #D1CE00
RGB: (209,206,0)

Color info

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

RGB color model

#D1CE00 color RGB value is (209,206,0).

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

RGB channels and saturation

R 209 of 255 = 82%
G 206 of 255 = 81%
B 0 of 255 = 0%

209
206
0

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

Portions of RGB colors in percentages

R + G + B =
209 + 206 + 0 = 415 (100%)
R 209 of 415 ~ 50.36%
G 206 of 415 ~ 49.64%
B 0 of 415 ~ 0%

%50.36
%49.64

CMYK color model

#D1CE00 color CMYK value is (0,1,100,18).

  • cyan value is 0.00%
  • magenta value is 1.44%
  • yellow value is 100.00%
  • key color value is 18.04%
CMYK:
(0,1,100,18)
C0M1Y100K18 
(0%,1%,100%,18%)
(0.00/0.01/1.00/0.18)	

CMYK percentages

%0
%1.44
%100
%18.04

Codes

Color #D1CE00 in popluar color models

D1CE00
RGB2092060
HSL59°100.00%40.98%
HSB/HSV59°100.00%81.96%
CMYK0.00%1.44%100.00%
18.04%

Color #D1CE00 in popluar number systems.

HEXD1CE00
Decimal2092060
Binary11010001110011100
Octal3213160

Shades and tints

Shades of #D1CE00

#D1CE00
(209,206,0)
#BEBC00
(190,188,0)
#ABAA00
(171,170,0)
#989800
(152,152,0)
#858600
(133,134,0)
#727400
(114,116,0)
#5F6200
(95,98,0)
#4C5000
(76,80,0)
#393E00
(57,62,0)
#262C00
(38,44,0)
#131A00
(19,26,0)
#000000
(0,0,0)

Tints of #D1CE00

#D1CE00
(209,206,0)
#D5D217
(213,210,23)
#D9D62E
(217,214,46)
#DDDA45
(221,218,69)
#E1DE5C
(225,222,92)
#E5E273
(229,226,115)
#E9E68A
(233,230,138)
#EDEAA1
(237,234,161)
#F1EEB8
(241,238,184)
#F5F2CF
(245,242,207)
#F9F6E6
(249,246,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D1CE00; }

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

This text font color is #D1CE00.


Background Color

.myBgColor { background-color: #D1CE00; }

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

This div background color is #D1CE00.


Border color

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

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

This div border color is #D1CE00.


Opacity

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

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

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

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

This text has shadow with #D1CE00 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D1CE00 on black background.


Color preview on white background

This text has color #D1CE00 on white background.



Black color preview on #D1CE00 background

This text has black color on #D1CE00 background.


White color preview on #D1CE00 background

This text has white color on #D1CE00 background.