Shades of Winter Hazel #CDC57C
Tints of Winter Hazel #CDC57C
RGB
CMYK
RGB Variations
Color information
#CDC57C (or 0xCDC57C) is known color: Winter Hazel. HEX triplet: CD, C5 and 7C. RGB value is (205,197,124). Sum of RGB (Red+Green+Blue) = 205+197+124=526 (69% of max value = 765). Red value is 205 (80.47% from 255 or 38.97% from 526); Green value is 197 (77.34% from 255 or 37.45% from 526); Blue value is 124 (48.83% from 255 or 23.57% from 526); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC57C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDC57C is #323A83. Grayscale: #BFBFBF. Windows color (decimal): -3291780 or 8177101. OLE color: 8177101.
HSL color Cylindrical-coordinate representation of color #CDC57C: hue angle of 54.07º degrees, saturation: 0.45, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CDC57C is Cyan = 0, Magento = 0.04, Yellow = 0.40 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 197 | 124 | - |
| CMYK | 0 | 0.04 | 0.40 | 0.20 |
| HSL | 54.07º | 0.45% | 0.65% | - |
| HSV(B) | 54.07º | 0.4% | 0.8% | - |
| XYZ | 48.78 | 54.37 | 26.99 | - |
| YUV | 191.07 | 90.15 | 137.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 197 | 124 | 0 | 0.04 | 0.40 | 0.20 | 54.07 | 0.45 | 0.65 |
| Hex | CD | C5 | 7C | 0 | 4 | 28 | 14 | 36 | 2D | 41 |
| Octal | 315 | 305 | 174 | 0 | 4 | 50 | 24 | 66 | 55 | 101 |
| Binary | 11001101 | 11000101 | 1111100 | 0 | 100 | 101000 | 10100 | 110110 | 101101 | 1000001 |
Color Harmonies of #CDC57C
Complementary color
Monochromatic Colors of #CDC57C
Black with #CDC57C
Text Example
Text Example
White with #CDC57C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDC57C; }
p { color: rgb(205,197,124); }
H1.HeaderClassName
{
color: #CDC57C;
}
.AnyTagClassName
{
color: #CDC57C;
}
</style>
background-color css
<style>
a { background-color: #CDC57C; }
a { background-color: rgb(205,197,124); }
div.DivClassName
{
background-color: #CDC57C;
}
.BgClassName
{
background-color: #CDC57C;
}
</style>
border-color css
<style>
span { border-color: #CDC57C; }
span { border-color: rgb(205,197,124); }
td.TdClassName
{
border-color: #CDC57C;
}
.TagClassName
{
border-color: #CDC57C;
}
</style>