Shades of Winter Hazel #CDC784
Tints of Winter Hazel #CDC784
RGB
CMYK
RGB Variations
Color information
#CDC784 (or 0xCDC784) is known color: Winter Hazel. HEX triplet: CD, C7 and 84. RGB value is (205,199,132). Sum of RGB (Red+Green+Blue) = 205+199+132=536 (70% of max value = 765). Red value is 205 (80.47% from 255 or 38.25% from 536); Green value is 199 (78.12% from 255 or 37.13% from 536); Blue value is 132 (51.95% from 255 or 24.63% from 536); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC784 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDC784 is #32387B. Grayscale: #C1C1C1. Windows color (decimal): -3291260 or 8701901. OLE color: 8701901.
HSL color Cylindrical-coordinate representation of color #CDC784: hue angle of 55.07º degrees, saturation: 0.42, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #CDC784 is Cyan = 0, Magento = 0.03, Yellow = 0.36 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 199 | 132 | - |
| CMYK | 0 | 0.03 | 0.36 | 0.20 |
| HSL | 55.07º | 0.42% | 0.66% | - |
| HSV(B) | 55.07º | 0.36% | 0.8% | - |
| XYZ | 49.77 | 55.49 | 29.92 | - |
| YUV | 193.16 | 93.49 | 136.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 199 | 132 | 0 | 0.03 | 0.36 | 0.20 | 55.07 | 0.42 | 0.66 |
| Hex | CD | C7 | 84 | 0 | 3 | 24 | 14 | 37 | 2A | 42 |
| Octal | 315 | 307 | 204 | 0 | 3 | 44 | 24 | 67 | 52 | 102 |
| Binary | 11001101 | 11000111 | 10000100 | 0 | 11 | 100100 | 10100 | 110111 | 101010 | 1000010 |
Color Harmonies of #CDC784
Complementary color
Monochromatic Colors of #CDC784
Black with #CDC784
Text Example
Text Example
White with #CDC784
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDC784; }
p { color: rgb(205,199,132); }
H1.HeaderClassName
{
color: #CDC784;
}
.AnyTagClassName
{
color: #CDC784;
}
</style>
background-color css
<style>
a { background-color: #CDC784; }
a { background-color: rgb(205,199,132); }
div.DivClassName
{
background-color: #CDC784;
}
.BgClassName
{
background-color: #CDC784;
}
</style>
border-color css
<style>
span { border-color: #CDC784; }
span { border-color: rgb(205,199,132); }
td.TdClassName
{
border-color: #CDC784;
}
.TagClassName
{
border-color: #CDC784;
}
</style>