Shades of Winter Hazel #D2C090
Tints of Winter Hazel #D2C090
RGB
CMYK
RGB Variations
Color information
#D2C090 (or 0xD2C090) is known color: Winter Hazel. HEX triplet: D2, C0 and 90. RGB value is (210,192,144). Sum of RGB (Red+Green+Blue) = 210+192+144=546 (72% of max value = 765). Red value is 210 (82.42% from 255 or 38.46% from 546); Green value is 192 (75.39% from 255 or 35.16% from 546); Blue value is 144 (56.64% from 255 or 26.37% from 546); Max value from RGB is 210 - color contains mainly: red. Hex color #D2C090 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D2C090 is #2D3F6F. Grayscale: #C0C0C0. Windows color (decimal): -2965360 or 9486546. OLE color: 9486546.
HSL color Cylindrical-coordinate representation of color #D2C090: hue angle of 43.64º degrees, saturation: 0.42, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D2C090 is Cyan = 0, Magento = 0.09, Yellow = 0.31 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 192 | 144 | - |
| CMYK | 0 | 0.09 | 0.31 | 0.18 |
| HSL | 43.64º | 0.42% | 0.69% | - |
| HSV(B) | 43.64º | 0.31% | 0.82% | - |
| XYZ | 50.46 | 53.41 | 34.04 | - |
| YUV | 191.91 | 100.96 | 140.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 192 | 144 | 0 | 0.09 | 0.31 | 0.18 | 43.64 | 0.42 | 0.69 |
| Hex | D2 | C0 | 90 | 0 | 9 | 1F | 12 | 2C | 2A | 45 |
| Octal | 322 | 300 | 220 | 0 | 11 | 37 | 22 | 54 | 52 | 105 |
| Binary | 11010010 | 11000000 | 10010000 | 0 | 1001 | 11111 | 10010 | 101100 | 101010 | 1000101 |
Color Harmonies of #D2C090
Complementary color
Monochromatic Colors of #D2C090
Black with #D2C090
Text Example
Text Example
White with #D2C090
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2C090; }
p { color: rgb(210,192,144); }
H1.HeaderClassName
{
color: #D2C090;
}
.AnyTagClassName
{
color: #D2C090;
}
</style>
background-color css
<style>
a { background-color: #D2C090; }
a { background-color: rgb(210,192,144); }
div.DivClassName
{
background-color: #D2C090;
}
.BgClassName
{
background-color: #D2C090;
}
</style>
border-color css
<style>
span { border-color: #D2C090; }
span { border-color: rgb(210,192,144); }
td.TdClassName
{
border-color: #D2C090;
}
.TagClassName
{
border-color: #D2C090;
}
</style>