COLOR #D1CF92

HEX: #D1CF92 RGB: (209,207,146)

Color info

#D1CF92 contains mainly red and green colors. Web safe color of #D1CF92 is #CCCC99 (or #CC9).

RGB color model

#D1CF92 color RGB value is (209,207,146).

RGB: (209,207,146) (82%, 81%, 57%)

RGB channels and saturation

R 209 of 255 = 82%
G 207 of 255 = 81%
B 146 of 255 = 57%

209
207
146

R + G + B ~ 73%. #D1CF92 is quite light color.

Portions of RGB colors in percentages

R + G + B = 209 + 207 + 146 = 562 (100%)
R 209 of 562 ~ 37.19%
G 207 of 562 ~ 36.83%
B 146 of 562 ~ 25.98'%

%37.19
%36.83
%25.98

CMYK color model

#D1CF92 color CMYK value is (0,1,30,18).

  • cyan value is 0.00%
  • magenta value is 0.96%
  • yellow value is 30.14%
  • key color value is 18.04%

CMYK: (0,1,30,18)
C0M1Y30K18 (0%, 1%, 30%, 18%)
(0.00 / 0.01 / 0.30 / 0.18)

CMYK percentages

%0
%0.96
%30.14
%18.04

Codes

Color #D1CF92 in popluar color models

D1 CF 92
RGB 209 207 146
HSL 58° 40.65% 69.61%
HSB/HSV 58° 30.14% 81.96%
CMYK 0.00% 0.96% 30.14%
18.04%

Color #D1CF92 in popluar number systems.

HEX D1 CF 92
Decimal 209 207 146
Binary 11010001 11001111 10010010
Octal 321 317 222

Shades and tints

Shades of #D1CF92

#D1CF92
(209,207,146)
#BEBD85
(190,189,133)
#ABAB78
(171,171,120)
#98996B
(152,153,107)
#85875E
(133,135,94)
#727551
(114,117,81)
#5F6344
(95,99,68)
#4C5137
(76,81,55)
#393F2A
(57,63,42)
#262D1D
(38,45,29)
#131B10
(19,27,16)
#000000
(0,0,0)

Tints of #D1CF92

#D1CF92
(209,207,146)
#D5D39B
(213,211,155)
#D9D7A4
(217,215,164)
#DDDBAD
(221,219,173)
#E1DFB6
(225,223,182)
#E5E3BF
(229,227,191)
#E9E7C8
(233,231,200)
#EDEBD1
(237,235,209)
#F1EFDA
(241,239,218)
#F5F3E3
(245,243,227)
#F9F7EC
(249,247,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D1CF92; }

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

This text font color is #D1CF92.

Background Color

.myBgColor { background-color: #D1CF92; }

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

This div background color is #D1CF92.

Border color

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

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

This div border color is #D1CF92.

Opacity

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

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

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

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

This text has shadow with #D1CF92 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D1CF92.

Preview

Color preview on black background

This text has color #D1CF92 on black background.


Color preview on white background

This text has color #D1CF92 on white background.


Black color preview on #D1CF92 background

This text has black color on #D1CF92 background.


White color preview on #D1CF92 background

This text has white color on #D1CF92 background.


Related colors

Complementary color

Complementary color for #hex is #2E306D.


I love getcolorcode.com

Triadic colors

1 #92D1CF and #CF92D1 with #D1CF92 are triadic colors.

2 #92CFD1 and #CFD192 with #D1CF92 are triadic colors.