Shades of Winter Hazel #CDC66F
Tints of Winter Hazel #CDC66F
RGB
CMYK
RGB Variations
Color information
#CDC66F (or 0xCDC66F) is known color: Winter Hazel. HEX triplet: CD, C6 and 6F. RGB value is (205,198,111). Sum of RGB (Red+Green+Blue) = 205+198+111=514 (68% of max value = 765). Red value is 205 (80.47% from 255 or 39.88% from 514); Green value is 198 (77.73% from 255 or 38.52% from 514); Blue value is 111 (43.75% from 255 or 21.60% from 514); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC66F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDC66F is #323990. Grayscale: #BEBEBE. Windows color (decimal): -3291537 or 7325389. OLE color: 7325389.
HSL color Cylindrical-coordinate representation of color #CDC66F: hue angle of 55.53º degrees, saturation: 0.48, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #CDC66F is Cyan = 0, Magento = 0.03, Yellow = 0.46 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 198 | 111 | - |
| CMYK | 0 | 0.03 | 0.46 | 0.20 |
| HSL | 55.53º | 0.48% | 0.62% | - |
| HSV(B) | 55.53º | 0.46% | 0.8% | - |
| XYZ | 48.24 | 54.52 | 23.02 | - |
| YUV | 190.18 | 83.32 | 138.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 198 | 111 | 0 | 0.03 | 0.46 | 0.20 | 55.53 | 0.48 | 0.62 |
| Hex | CD | C6 | 6F | 0 | 3 | 2E | 14 | 38 | 30 | 3E |
| Octal | 315 | 306 | 157 | 0 | 3 | 56 | 24 | 70 | 60 | 76 |
| Binary | 11001101 | 11000110 | 1101111 | 0 | 11 | 101110 | 10100 | 111000 | 110000 | 111110 |
Color Harmonies of #CDC66F
Complementary color
Monochromatic Colors of #CDC66F
Black with #CDC66F
Text Example
Text Example
White with #CDC66F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDC66F; }
p { color: rgb(205,198,111); }
H1.HeaderClassName
{
color: #CDC66F;
}
.AnyTagClassName
{
color: #CDC66F;
}
</style>
background-color css
<style>
a { background-color: #CDC66F; }
a { background-color: rgb(205,198,111); }
div.DivClassName
{
background-color: #CDC66F;
}
.BgClassName
{
background-color: #CDC66F;
}
</style>
border-color css
<style>
span { border-color: #CDC66F; }
span { border-color: rgb(205,198,111); }
td.TdClassName
{
border-color: #CDC66F;
}
.TagClassName
{
border-color: #CDC66F;
}
</style>