Shades of Winter Hazel #CDC07A
Tints of Winter Hazel #CDC07A
RGB
CMYK
RGB Variations
Color information
#CDC07A (or 0xCDC07A) is known color: Winter Hazel. HEX triplet: CD, C0 and 7A. RGB value is (205,192,122). Sum of RGB (Red+Green+Blue) = 205+192+122=519 (68% of max value = 765). Red value is 205 (80.47% from 255 or 39.50% from 519); Green value is 192 (75.39% from 255 or 36.99% from 519); Blue value is 122 (48.05% from 255 or 23.51% from 519); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC07A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDC07A is #323F85. Grayscale: #BCBCBC. Windows color (decimal): -3293062 or 8044749. OLE color: 8044749.
HSL color Cylindrical-coordinate representation of color #CDC07A: hue angle of 50.6º degrees, saturation: 0.45, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CDC07A is Cyan = 0, Magento = 0.06, Yellow = 0.40 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 192 | 122 | - |
| CMYK | 0 | 0.06 | 0.40 | 0.20 |
| HSL | 50.6º | 0.45% | 0.64% | - |
| HSV(B) | 50.6º | 0.4% | 0.8% | - |
| XYZ | 47.54 | 52.08 | 25.96 | - |
| YUV | 187.91 | 90.81 | 140.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 192 | 122 | 0 | 0.06 | 0.40 | 0.20 | 50.6 | 0.45 | 0.64 |
| Hex | CD | C0 | 7A | 0 | 6 | 28 | 14 | 33 | 2D | 40 |
| Octal | 315 | 300 | 172 | 0 | 6 | 50 | 24 | 63 | 55 | 100 |
| Binary | 11001101 | 11000000 | 1111010 | 0 | 110 | 101000 | 10100 | 110011 | 101101 | 1000000 |
Color Harmonies of #CDC07A
Complementary color
Monochromatic Colors of #CDC07A
Black with #CDC07A
Text Example
Text Example
White with #CDC07A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDC07A; }
p { color: rgb(205,192,122); }
H1.HeaderClassName
{
color: #CDC07A;
}
.AnyTagClassName
{
color: #CDC07A;
}
</style>
background-color css
<style>
a { background-color: #CDC07A; }
a { background-color: rgb(205,192,122); }
div.DivClassName
{
background-color: #CDC07A;
}
.BgClassName
{
background-color: #CDC07A;
}
</style>
border-color css
<style>
span { border-color: #CDC07A; }
span { border-color: rgb(205,192,122); }
td.TdClassName
{
border-color: #CDC07A;
}
.TagClassName
{
border-color: #CDC07A;
}
</style>