COLOR #D1CF5A

HEX: #D1CF5A
RGB: (209,207,90)

Color info

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

RGB color model

#D1CF5A color RGB value is (209,207,90).

  • red value is 209;
  • green value is 207;
  • blue value is 90.
RGB:
(209,207,90)
(82%,81%,35%)

RGB channels and saturation

R 209 of 255 = 82%
G 207 of 255 = 81%
B 90 of 255 = 35%

209
207
90

R + G + B ~ 66%. #D1CF5A is quite light color.

Portions of RGB colors in percentages

R + G + B =
209 + 207 + 90 = 506 (100%)
R 209 of 506 ~ 41.3%
G 207 of 506 ~ 40.91%
B 90 of 506 ~ 17.79%

%41.3
%40.91
%17.79

CMYK color model

#D1CF5A color CMYK value is (0,1,57,18).

  • cyan value is 0.00%
  • magenta value is 0.96%
  • yellow value is 56.94%
  • key color value is 18.04%
CMYK:
(0,1,57,18)
C0M1Y57K18 
(0%,1%,57%,18%)
(0.00/0.01/0.57/0.18)	

CMYK percentages

%0
%0.96
%56.94
%18.04

Codes

Color #D1CF5A in popluar color models

D1CF5A
RGB20920790
HSL59°56.40%58.63%
HSB/HSV59°56.94%81.96%
CMYK0.00%0.96%56.94%
18.04%

Color #D1CF5A in popluar number systems.

HEXD1CF5A
Decimal20920790
Binary11010001110011111011010
Octal321317132

Shades and tints

Shades of #D1CF5A

#D1CF5A
(209,207,90)
#BEBD52
(190,189,82)
#ABAB4A
(171,171,74)
#989942
(152,153,66)
#85873A
(133,135,58)
#727532
(114,117,50)
#5F632A
(95,99,42)
#4C5122
(76,81,34)
#393F1A
(57,63,26)
#262D12
(38,45,18)
#131B0A
(19,27,10)
#000000
(0,0,0)

Tints of #D1CF5A

#D1CF5A
(209,207,90)
#D5D369
(213,211,105)
#D9D778
(217,215,120)
#DDDB87
(221,219,135)
#E1DF96
(225,223,150)
#E5E3A5
(229,227,165)
#E9E7B4
(233,231,180)
#EDEBC3
(237,235,195)
#F1EFD2
(241,239,210)
#F5F3E1
(245,243,225)
#F9F7F0
(249,247,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D1CF5A color. Also use rgb(209,207,90) instead hex code.

Text Font Color

.myTextColor { color: #D1CF5A; }

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

This text font color is #D1CF5A.


Background Color

.myBgColor { background-color: #D1CF5A; }

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

This div background color is #D1CF5A.


Border color

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

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

This div border color is #D1CF5A.


Opacity

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

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

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

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

This text has shadow with #D1CF5A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D1CF5A on black background.


Color preview on white background

This text has color #D1CF5A on white background.



Black color preview on #D1CF5A background

This text has black color on #D1CF5A background.


White color preview on #D1CF5A background

This text has white color on #D1CF5A background.