Shades of Winter Hazel #CDC074
Tints of Winter Hazel #CDC074
RGB
CMYK
RGB Variations
Color information
#CDC074 (or 0xCDC074) is known color: Winter Hazel. HEX triplet: CD, C0 and 74. RGB value is (205,192,116). Sum of RGB (Red+Green+Blue) = 205+192+116=513 (67% of max value = 765). Red value is 205 (80.47% from 255 or 39.96% from 513); Green value is 192 (75.39% from 255 or 37.43% from 513); Blue value is 116 (45.70% from 255 or 22.61% from 513); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC074 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDC074 is #323F8B. Grayscale: #BBBBBB. Windows color (decimal): -3293068 or 7651533. OLE color: 7651533.
HSL color Cylindrical-coordinate representation of color #CDC074: hue angle of 51.24º degrees, saturation: 0.47, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #CDC074 is Cyan = 0, Magento = 0.06, Yellow = 0.43 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 192 | 116 | - |
| CMYK | 0 | 0.06 | 0.43 | 0.20 |
| HSL | 51.24º | 0.47% | 0.63% | - |
| HSV(B) | 51.24º | 0.43% | 0.8% | - |
| XYZ | 47.18 | 51.94 | 24.06 | - |
| YUV | 187.22 | 87.81 | 140.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 192 | 116 | 0 | 0.06 | 0.43 | 0.20 | 51.24 | 0.47 | 0.63 |
| Hex | CD | C0 | 74 | 0 | 6 | 2B | 14 | 33 | 2F | 3F |
| Octal | 315 | 300 | 164 | 0 | 6 | 53 | 24 | 63 | 57 | 77 |
| Binary | 11001101 | 11000000 | 1110100 | 0 | 110 | 101011 | 10100 | 110011 | 101111 | 111111 |
Color Harmonies of #CDC074
Complementary color
Monochromatic Colors of #CDC074
Black with #CDC074
Text Example
Text Example
White with #CDC074
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDC074; }
p { color: rgb(205,192,116); }
H1.HeaderClassName
{
color: #CDC074;
}
.AnyTagClassName
{
color: #CDC074;
}
</style>
background-color css
<style>
a { background-color: #CDC074; }
a { background-color: rgb(205,192,116); }
div.DivClassName
{
background-color: #CDC074;
}
.BgClassName
{
background-color: #CDC074;
}
</style>
border-color css
<style>
span { border-color: #CDC074; }
span { border-color: rgb(205,192,116); }
td.TdClassName
{
border-color: #CDC074;
}
.TagClassName
{
border-color: #CDC074;
}
</style>