Shades of Winter Hazel #D0C18A
Tints of Winter Hazel #D0C18A
RGB
CMYK
RGB Variations
Color information
#D0C18A (or 0xD0C18A) is known color: Winter Hazel. HEX triplet: D0, C1 and 8A. RGB value is (208,193,138). Sum of RGB (Red+Green+Blue) = 208+193+138=539 (71% of max value = 765). Red value is 208 (81.64% from 255 or 38.59% from 539); Green value is 193 (75.78% from 255 or 35.81% from 539); Blue value is 138 (54.30% from 255 or 25.60% from 539); Max value from RGB is 208 - color contains mainly: red. Hex color #D0C18A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D0C18A is #2F3E75. Grayscale: #BFBFBF. Windows color (decimal): -3096182 or 9093584. OLE color: 9093584.
HSL color Cylindrical-coordinate representation of color #D0C18A: hue angle of 47.14º degrees, saturation: 0.43, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #D0C18A is Cyan = 0, Magento = 0.07, Yellow = 0.34 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 193 | 138 | - |
| CMYK | 0 | 0.07 | 0.34 | 0.18 |
| HSL | 47.14º | 0.43% | 0.68% | - |
| HSV(B) | 47.14º | 0.34% | 0.82% | - |
| XYZ | 49.67 | 53.38 | 31.73 | - |
| YUV | 191.22 | 97.97 | 139.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 193 | 138 | 0 | 0.07 | 0.34 | 0.18 | 47.14 | 0.43 | 0.68 |
| Hex | D0 | C1 | 8A | 0 | 7 | 22 | 12 | 2F | 2B | 44 |
| Octal | 320 | 301 | 212 | 0 | 7 | 42 | 22 | 57 | 53 | 104 |
| Binary | 11010000 | 11000001 | 10001010 | 0 | 111 | 100010 | 10010 | 101111 | 101011 | 1000100 |
Color Harmonies of #D0C18A
Complementary color
Monochromatic Colors of #D0C18A
Black with #D0C18A
Text Example
Text Example
White with #D0C18A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0C18A; }
p { color: rgb(208,193,138); }
H1.HeaderClassName
{
color: #D0C18A;
}
.AnyTagClassName
{
color: #D0C18A;
}
</style>
background-color css
<style>
a { background-color: #D0C18A; }
a { background-color: rgb(208,193,138); }
div.DivClassName
{
background-color: #D0C18A;
}
.BgClassName
{
background-color: #D0C18A;
}
</style>
border-color css
<style>
span { border-color: #D0C18A; }
span { border-color: rgb(208,193,138); }
td.TdClassName
{
border-color: #D0C18A;
}
.TagClassName
{
border-color: #D0C18A;
}
</style>