Shades of Winter Hazel #D2CB8D
Tints of Winter Hazel #D2CB8D
RGB
CMYK
RGB Variations
Color information
#D2CB8D (or 0xD2CB8D) is known color: Winter Hazel. HEX triplet: D2, CB and 8D. RGB value is (210,203,141). Sum of RGB (Red+Green+Blue) = 210+203+141=554 (73% of max value = 765). Red value is 210 (82.42% from 255 or 37.91% from 554); Green value is 203 (79.69% from 255 or 36.64% from 554); Blue value is 141 (55.47% from 255 or 25.45% from 554); Max value from RGB is 210 - color contains mainly: red. Hex color #D2CB8D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D2CB8D is #2D3472. Grayscale: #C6C6C6. Windows color (decimal): -2962547 or 9292754. OLE color: 9292754.
HSL color Cylindrical-coordinate representation of color #D2CB8D: hue angle of 53.91º degrees, saturation: 0.43, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D2CB8D is Cyan = 0, Magento = 0.03, Yellow = 0.33 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 203 | 141 | - |
| CMYK | 0 | 0.03 | 0.33 | 0.18 |
| HSL | 53.91º | 0.43% | 0.69% | - |
| HSV(B) | 53.91º | 0.33% | 0.82% | - |
| XYZ | 52.74 | 58.34 | 33.68 | - |
| YUV | 198.03 | 95.82 | 136.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 203 | 141 | 0 | 0.03 | 0.33 | 0.18 | 53.91 | 0.43 | 0.69 |
| Hex | D2 | CB | 8D | 0 | 3 | 21 | 12 | 36 | 2B | 45 |
| Octal | 322 | 313 | 215 | 0 | 3 | 41 | 22 | 66 | 53 | 105 |
| Binary | 11010010 | 11001011 | 10001101 | 0 | 11 | 100001 | 10010 | 110110 | 101011 | 1000101 |
Color Harmonies of #D2CB8D
Complementary color
Monochromatic Colors of #D2CB8D
Black with #D2CB8D
Text Example
Text Example
White with #D2CB8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2CB8D; }
p { color: rgb(210,203,141); }
H1.HeaderClassName
{
color: #D2CB8D;
}
.AnyTagClassName
{
color: #D2CB8D;
}
</style>
background-color css
<style>
a { background-color: #D2CB8D; }
a { background-color: rgb(210,203,141); }
div.DivClassName
{
background-color: #D2CB8D;
}
.BgClassName
{
background-color: #D2CB8D;
}
</style>
border-color css
<style>
span { border-color: #D2CB8D; }
span { border-color: rgb(210,203,141); }
td.TdClassName
{
border-color: #D2CB8D;
}
.TagClassName
{
border-color: #D2CB8D;
}
</style>