Shades of Winter Hazel #CDC77E
Tints of Winter Hazel #CDC77E
RGB
CMYK
RGB Variations
Color information
#CDC77E (or 0xCDC77E) is known color: Winter Hazel. HEX triplet: CD, C7 and 7E. RGB value is (205,199,126). Sum of RGB (Red+Green+Blue) = 205+199+126=530 (70% of max value = 765). Red value is 205 (80.47% from 255 or 38.68% from 530); Green value is 199 (78.12% from 255 or 37.55% from 530); Blue value is 126 (49.61% from 255 or 23.77% from 530); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC77E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDC77E is #323881. Grayscale: #C0C0C0. Windows color (decimal): -3291266 or 8308685. OLE color: 8308685.
HSL color Cylindrical-coordinate representation of color #CDC77E: hue angle of 55.44º degrees, saturation: 0.44, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #CDC77E is Cyan = 0, Magento = 0.03, Yellow = 0.39 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 199 | 126 | - |
| CMYK | 0 | 0.03 | 0.39 | 0.20 |
| HSL | 55.44º | 0.44% | 0.65% | - |
| HSV(B) | 55.44º | 0.39% | 0.8% | - |
| XYZ | 49.37 | 55.33 | 27.82 | - |
| YUV | 192.47 | 90.49 | 136.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 199 | 126 | 0 | 0.03 | 0.39 | 0.20 | 55.44 | 0.44 | 0.65 |
| Hex | CD | C7 | 7E | 0 | 3 | 27 | 14 | 37 | 2C | 41 |
| Octal | 315 | 307 | 176 | 0 | 3 | 47 | 24 | 67 | 54 | 101 |
| Binary | 11001101 | 11000111 | 1111110 | 0 | 11 | 100111 | 10100 | 110111 | 101100 | 1000001 |
Color Harmonies of #CDC77E
Complementary color
Monochromatic Colors of #CDC77E
Black with #CDC77E
Text Example
Text Example
White with #CDC77E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDC77E; }
p { color: rgb(205,199,126); }
H1.HeaderClassName
{
color: #CDC77E;
}
.AnyTagClassName
{
color: #CDC77E;
}
</style>
background-color css
<style>
a { background-color: #CDC77E; }
a { background-color: rgb(205,199,126); }
div.DivClassName
{
background-color: #CDC77E;
}
.BgClassName
{
background-color: #CDC77E;
}
</style>
border-color css
<style>
span { border-color: #CDC77E; }
span { border-color: rgb(205,199,126); }
td.TdClassName
{
border-color: #CDC77E;
}
.TagClassName
{
border-color: #CDC77E;
}
</style>