COLOR #D2CF92

HEX: #D2CF92 RGB: (210,207,146)

Color info

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

RGB color model

#D2CF92 color RGB value is (210,207,146).

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

RGB channels and saturation

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

210
207
146

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

Portions of RGB colors in percentages

R + G + B = 210 + 207 + 146 = 563 (100%)
R 210 of 563 ~ 37.3%
G 207 of 563 ~ 36.77%
B 146 of 563 ~ 25.93'%

%37.3
%36.77
%25.93

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 1.43%
  • yellow value is 30.48%
  • key color value is 17.65%

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

CMYK percentages

%0
%1.43
%30.48
%17.65

Codes

Color #D2CF92 in popluar color models

D2 CF 92
RGB 210 207 146
HSL 57° 41.56% 69.80%
HSB/HSV 57° 30.48% 82.35%
CMYK 0.00% 1.43% 30.48%
17.65%

Color #D2CF92 in popluar number systems.

HEX D2 CF 92
Decimal 210 207 146
Binary 11010010 11001111 10010010
Octal 322 317 222

Shades and tints

Shades of #D2CF92

#D2CF92
(210,207,146)
#BFBD85
(191,189,133)
#ACAB78
(172,171,120)
#99996B
(153,153,107)
#86875E
(134,135,94)
#737551
(115,117,81)
#606344
(96,99,68)
#4D5137
(77,81,55)
#3A3F2A
(58,63,42)
#272D1D
(39,45,29)
#141B10
(20,27,16)
#000000
(0,0,0)

Tints of #D2CF92

#D2CF92
(210,207,146)
#D6D39B
(214,211,155)
#DAD7A4
(218,215,164)
#DEDBAD
(222,219,173)
#E2DFB6
(226,223,182)
#E6E3BF
(230,227,191)
#EAE7C8
(234,231,200)
#EEEBD1
(238,235,209)
#F2EFDA
(242,239,218)
#F6F3E3
(246,243,227)
#FAF7EC
(250,247,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D2CF92; }

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

This text font color is #D2CF92.

Background Color

.myBgColor { background-color: #D2CF92; }

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

This div background color is #D2CF92.

Border color

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

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

This div border color is #D2CF92.

Opacity

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

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

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

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

This text has shadow with #D2CF92 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D2CF92.

Preview

Color preview on black background

This text has color #D2CF92 on black background.


Color preview on white background

This text has color #D2CF92 on white background.


Black color preview on #D2CF92 background

This text has black color on #D2CF92 background.


White color preview on #D2CF92 background

This text has white color on #D2CF92 background.


Related colors

Complementary color

Complementary color for #hex is #2D306D.


I love getcolorcode.com

Triadic colors

1 #92D2CF and #CF92D2 with #D2CF92 are triadic colors.

2 #92CFD2 and #CFD292 with #D2CF92 are triadic colors.