Shades of Winter Hazel #CDC77F
Tints of Winter Hazel #CDC77F
RGB
CMYK
RGB Variations
Color information
#CDC77F (or 0xCDC77F) is known color: Winter Hazel. HEX triplet: CD, C7 and 7F. RGB value is (205,199,127). Sum of RGB (Red+Green+Blue) = 205+199+127=531 (70% of max value = 765). Red value is 205 (80.47% from 255 or 38.61% from 531); Green value is 199 (78.12% from 255 or 37.48% from 531); Blue value is 127 (50% from 255 or 23.92% from 531); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC77F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDC77F is #323880. Grayscale: #C0C0C0. Windows color (decimal): -3291265 or 8374221. OLE color: 8374221.
HSL color Cylindrical-coordinate representation of color #CDC77F: hue angle of 55.38º degrees, saturation: 0.44, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #CDC77F is Cyan = 0, Magento = 0.03, Yellow = 0.38 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 199 | 127 | - |
| CMYK | 0 | 0.03 | 0.38 | 0.20 |
| HSL | 55.38º | 0.44% | 0.65% | - |
| HSV(B) | 55.38º | 0.38% | 0.8% | - |
| XYZ | 49.43 | 55.36 | 28.16 | - |
| YUV | 192.59 | 90.99 | 136.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 199 | 127 | 0 | 0.03 | 0.38 | 0.20 | 55.38 | 0.44 | 0.65 |
| Hex | CD | C7 | 7F | 0 | 3 | 26 | 14 | 37 | 2C | 41 |
| Octal | 315 | 307 | 177 | 0 | 3 | 46 | 24 | 67 | 54 | 101 |
| Binary | 11001101 | 11000111 | 1111111 | 0 | 11 | 100110 | 10100 | 110111 | 101100 | 1000001 |
Color Harmonies of #CDC77F
Complementary color
Monochromatic Colors of #CDC77F
Black with #CDC77F
Text Example
Text Example
White with #CDC77F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDC77F; }
p { color: rgb(205,199,127); }
H1.HeaderClassName
{
color: #CDC77F;
}
.AnyTagClassName
{
color: #CDC77F;
}
</style>
background-color css
<style>
a { background-color: #CDC77F; }
a { background-color: rgb(205,199,127); }
div.DivClassName
{
background-color: #CDC77F;
}
.BgClassName
{
background-color: #CDC77F;
}
</style>
border-color css
<style>
span { border-color: #CDC77F; }
span { border-color: rgb(205,199,127); }
td.TdClassName
{
border-color: #CDC77F;
}
.TagClassName
{
border-color: #CDC77F;
}
</style>