Shades of Winter Hazel #D6CA83
Tints of Winter Hazel #D6CA83
RGB
CMYK
RGB Variations
Color information
#D6CA83 (or 0xD6CA83) is known color: Winter Hazel. HEX triplet: D6, CA and 83. RGB value is (214,202,131). Sum of RGB (Red+Green+Blue) = 214+202+131=547 (72% of max value = 765). Red value is 214 (83.98% from 255 or 39.12% from 547); Green value is 202 (79.30% from 255 or 36.93% from 547); Blue value is 131 (51.56% from 255 or 23.95% from 547); Max value from RGB is 214 - color contains mainly: red. Hex color #D6CA83 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6CA83 is #29357C. Grayscale: #C5C5C5. Windows color (decimal): -2700669 or 8637142. OLE color: 8637142.
HSL color Cylindrical-coordinate representation of color #D6CA83: hue angle of 51.33º degrees, saturation: 0.5, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #D6CA83 is Cyan = 0, Magento = 0.06, Yellow = 0.39 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 202 | 131 | - |
| CMYK | 0 | 0.06 | 0.39 | 0.16 |
| HSL | 51.33º | 0.5% | 0.68% | - |
| HSV(B) | 51.33º | 0.39% | 0.84% | - |
| XYZ | 52.95 | 58.18 | 29.91 | - |
| YUV | 197.49 | 90.48 | 139.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 202 | 131 | 0 | 0.06 | 0.39 | 0.16 | 51.33 | 0.5 | 0.68 |
| Hex | D6 | CA | 83 | 0 | 6 | 27 | 10 | 33 | 32 | 44 |
| Octal | 326 | 312 | 203 | 0 | 6 | 47 | 20 | 63 | 62 | 104 |
| Binary | 11010110 | 11001010 | 10000011 | 0 | 110 | 100111 | 10000 | 110011 | 110010 | 1000100 |
Color Harmonies of #D6CA83
Complementary color
Monochromatic Colors of #D6CA83
Black with #D6CA83
Text Example
Text Example
White with #D6CA83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6CA83; }
p { color: rgb(214,202,131); }
H1.HeaderClassName
{
color: #D6CA83;
}
.AnyTagClassName
{
color: #D6CA83;
}
</style>
background-color css
<style>
a { background-color: #D6CA83; }
a { background-color: rgb(214,202,131); }
div.DivClassName
{
background-color: #D6CA83;
}
.BgClassName
{
background-color: #D6CA83;
}
</style>
border-color css
<style>
span { border-color: #D6CA83; }
span { border-color: rgb(214,202,131); }
td.TdClassName
{
border-color: #D6CA83;
}
.TagClassName
{
border-color: #D6CA83;
}
</style>