Shades of Winter Hazel #D4CA7D
Tints of Winter Hazel #D4CA7D
RGB
CMYK
RGB Variations
Color information
#D4CA7D (or 0xD4CA7D) is known color: Winter Hazel. HEX triplet: D4, CA and 7D. RGB value is (212,202,125). Sum of RGB (Red+Green+Blue) = 212+202+125=539 (71% of max value = 765). Red value is 212 (83.20% from 255 or 39.33% from 539); Green value is 202 (79.30% from 255 or 37.48% from 539); Blue value is 125 (49.22% from 255 or 23.19% from 539); Max value from RGB is 212 - color contains mainly: red. Hex color #D4CA7D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D4CA7D is #2B3582. Grayscale: #C4C4C4. Windows color (decimal): -2831747 or 8243924. OLE color: 8243924.
HSL color Cylindrical-coordinate representation of color #D4CA7D: hue angle of 53.1º degrees, saturation: 0.5, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #D4CA7D is Cyan = 0, Magento = 0.05, Yellow = 0.41 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 202 | 125 | - |
| CMYK | 0 | 0.05 | 0.41 | 0.17 |
| HSL | 53.1º | 0.5% | 0.66% | - |
| HSV(B) | 53.1º | 0.41% | 0.83% | - |
| XYZ | 51.97 | 57.72 | 27.8 | - |
| YUV | 196.21 | 87.81 | 139.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 202 | 125 | 0 | 0.05 | 0.41 | 0.17 | 53.1 | 0.5 | 0.66 |
| Hex | D4 | CA | 7D | 0 | 5 | 29 | 11 | 35 | 32 | 42 |
| Octal | 324 | 312 | 175 | 0 | 5 | 51 | 21 | 65 | 62 | 102 |
| Binary | 11010100 | 11001010 | 1111101 | 0 | 101 | 101001 | 10001 | 110101 | 110010 | 1000010 |
Color Harmonies of #D4CA7D
Complementary color
Monochromatic Colors of #D4CA7D
Black with #D4CA7D
Text Example
Text Example
White with #D4CA7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4CA7D; }
p { color: rgb(212,202,125); }
H1.HeaderClassName
{
color: #D4CA7D;
}
.AnyTagClassName
{
color: #D4CA7D;
}
</style>
background-color css
<style>
a { background-color: #D4CA7D; }
a { background-color: rgb(212,202,125); }
div.DivClassName
{
background-color: #D4CA7D;
}
.BgClassName
{
background-color: #D4CA7D;
}
</style>
border-color css
<style>
span { border-color: #D4CA7D; }
span { border-color: rgb(212,202,125); }
td.TdClassName
{
border-color: #D4CA7D;
}
.TagClassName
{
border-color: #D4CA7D;
}
</style>