Shades of Winter Hazel #CDC68E
Tints of Winter Hazel #CDC68E
RGB
CMYK
RGB Variations
Color information
#CDC68E (or 0xCDC68E) is known color: Winter Hazel. HEX triplet: CD, C6 and 8E. RGB value is (205,198,142). Sum of RGB (Red+Green+Blue) = 205+198+142=545 (72% of max value = 765). Red value is 205 (80.47% from 255 or 37.61% from 545); Green value is 198 (77.73% from 255 or 36.33% from 545); Blue value is 142 (55.86% from 255 or 26.06% from 545); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC68E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDC68E is #323971. Grayscale: #C1C1C1. Windows color (decimal): -3291506 or 9357005. OLE color: 9357005.
HSL color Cylindrical-coordinate representation of color #CDC68E: hue angle of 53.33º degrees, saturation: 0.39, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #CDC68E is Cyan = 0, Magento = 0.03, Yellow = 0.31 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 198 | 142 | - |
| CMYK | 0 | 0.03 | 0.31 | 0.20 |
| HSL | 53.33º | 0.39% | 0.68% | - |
| HSV(B) | 53.33º | 0.31% | 0.8% | - |
| XYZ | 50.25 | 55.32 | 33.62 | - |
| YUV | 193.71 | 98.82 | 136.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 198 | 142 | 0 | 0.03 | 0.31 | 0.20 | 53.33 | 0.39 | 0.68 |
| Hex | CD | C6 | 8E | 0 | 3 | 1F | 14 | 35 | 27 | 44 |
| Octal | 315 | 306 | 216 | 0 | 3 | 37 | 24 | 65 | 47 | 104 |
| Binary | 11001101 | 11000110 | 10001110 | 0 | 11 | 11111 | 10100 | 110101 | 100111 | 1000100 |
Color Harmonies of #CDC68E
Complementary color
Monochromatic Colors of #CDC68E
Black with #CDC68E
Text Example
Text Example
White with #CDC68E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDC68E; }
p { color: rgb(205,198,142); }
H1.HeaderClassName
{
color: #CDC68E;
}
.AnyTagClassName
{
color: #CDC68E;
}
</style>
background-color css
<style>
a { background-color: #CDC68E; }
a { background-color: rgb(205,198,142); }
div.DivClassName
{
background-color: #CDC68E;
}
.BgClassName
{
background-color: #CDC68E;
}
</style>
border-color css
<style>
span { border-color: #CDC68E; }
span { border-color: rgb(205,198,142); }
td.TdClassName
{
border-color: #CDC68E;
}
.TagClassName
{
border-color: #CDC68E;
}
</style>