Shades of Winter Hazel #D0CA7F
Tints of Winter Hazel #D0CA7F
RGB
CMYK
RGB Variations
Color information
#D0CA7F (or 0xD0CA7F) is known color: Winter Hazel. HEX triplet: D0, CA and 7F. RGB value is (208,202,127). Sum of RGB (Red+Green+Blue) = 208+202+127=537 (71% of max value = 765). Red value is 208 (81.64% from 255 or 38.73% from 537); Green value is 202 (79.30% from 255 or 37.62% from 537); Blue value is 127 (50% from 255 or 23.65% from 537); Max value from RGB is 208 - color contains mainly: red. Hex color #D0CA7F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D0CA7F is #2F3580. Grayscale: #C3C3C3. Windows color (decimal): -3093889 or 8374992. OLE color: 8374992.
HSL color Cylindrical-coordinate representation of color #D0CA7F: hue angle of 55.56º degrees, saturation: 0.46, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #D0CA7F is Cyan = 0, Magento = 0.03, Yellow = 0.39 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 202 | 127 | - |
| CMYK | 0 | 0.03 | 0.39 | 0.18 |
| HSL | 55.56º | 0.46% | 0.66% | - |
| HSV(B) | 55.56º | 0.39% | 0.82% | - |
| XYZ | 50.96 | 57.18 | 28.43 | - |
| YUV | 195.24 | 89.49 | 137.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 202 | 127 | 0 | 0.03 | 0.39 | 0.18 | 55.56 | 0.46 | 0.66 |
| Hex | D0 | CA | 7F | 0 | 3 | 27 | 12 | 38 | 2E | 42 |
| Octal | 320 | 312 | 177 | 0 | 3 | 47 | 22 | 70 | 56 | 102 |
| Binary | 11010000 | 11001010 | 1111111 | 0 | 11 | 100111 | 10010 | 111000 | 101110 | 1000010 |
Color Harmonies of #D0CA7F
Complementary color
Monochromatic Colors of #D0CA7F
Black with #D0CA7F
Text Example
Text Example
White with #D0CA7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0CA7F; }
p { color: rgb(208,202,127); }
H1.HeaderClassName
{
color: #D0CA7F;
}
.AnyTagClassName
{
color: #D0CA7F;
}
</style>
background-color css
<style>
a { background-color: #D0CA7F; }
a { background-color: rgb(208,202,127); }
div.DivClassName
{
background-color: #D0CA7F;
}
.BgClassName
{
background-color: #D0CA7F;
}
</style>
border-color css
<style>
span { border-color: #D0CA7F; }
span { border-color: rgb(208,202,127); }
td.TdClassName
{
border-color: #D0CA7F;
}
.TagClassName
{
border-color: #D0CA7F;
}
</style>