Shades of Winter Hazel #D0C67A
Tints of Winter Hazel #D0C67A
RGB
CMYK
RGB Variations
Color information
#D0C67A (or 0xD0C67A) is known color: Winter Hazel. HEX triplet: D0, C6 and 7A. RGB value is (208,198,122). Sum of RGB (Red+Green+Blue) = 208+198+122=528 (69% of max value = 765). Red value is 208 (81.64% from 255 or 39.39% from 528); Green value is 198 (77.73% from 255 or 37.5% from 528); Blue value is 122 (48.05% from 255 or 23.11% from 528); Max value from RGB is 208 - color contains mainly: red. Hex color #D0C67A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D0C67A is #2F3985. Grayscale: #C0C0C0. Windows color (decimal): -3094918 or 8046288. OLE color: 8046288.
HSL color Cylindrical-coordinate representation of color #D0C67A: hue angle of 53.02º degrees, saturation: 0.48, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #D0C67A is Cyan = 0, Magento = 0.05, Yellow = 0.41 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 198 | 122 | - |
| CMYK | 0 | 0.05 | 0.41 | 0.18 |
| HSL | 53.02º | 0.48% | 0.65% | - |
| HSV(B) | 53.02º | 0.41% | 0.82% | - |
| XYZ | 49.72 | 55.2 | 26.45 | - |
| YUV | 192.33 | 88.31 | 139.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 198 | 122 | 0 | 0.05 | 0.41 | 0.18 | 53.02 | 0.48 | 0.65 |
| Hex | D0 | C6 | 7A | 0 | 5 | 29 | 12 | 35 | 30 | 41 |
| Octal | 320 | 306 | 172 | 0 | 5 | 51 | 22 | 65 | 60 | 101 |
| Binary | 11010000 | 11000110 | 1111010 | 0 | 101 | 101001 | 10010 | 110101 | 110000 | 1000001 |
Color Harmonies of #D0C67A
Complementary color
Monochromatic Colors of #D0C67A
Black with #D0C67A
Text Example
Text Example
White with #D0C67A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0C67A; }
p { color: rgb(208,198,122); }
H1.HeaderClassName
{
color: #D0C67A;
}
.AnyTagClassName
{
color: #D0C67A;
}
</style>
background-color css
<style>
a { background-color: #D0C67A; }
a { background-color: rgb(208,198,122); }
div.DivClassName
{
background-color: #D0C67A;
}
.BgClassName
{
background-color: #D0C67A;
}
</style>
border-color css
<style>
span { border-color: #D0C67A; }
span { border-color: rgb(208,198,122); }
td.TdClassName
{
border-color: #D0C67A;
}
.TagClassName
{
border-color: #D0C67A;
}
</style>