Shades of Winter Hazel #CDC88F
Tints of Winter Hazel #CDC88F
RGB
CMYK
RGB Variations
Color information
#CDC88F (or 0xCDC88F) is known color: Winter Hazel. HEX triplet: CD, C8 and 8F. RGB value is (205,200,143). Sum of RGB (Red+Green+Blue) = 205+200+143=548 (72% of max value = 765). Red value is 205 (80.47% from 255 or 37.41% from 548); Green value is 200 (78.52% from 255 or 36.50% from 548); Blue value is 143 (56.25% from 255 or 26.09% from 548); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC88F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDC88F is #323770. Grayscale: #C3C3C3. Windows color (decimal): -3290993 or 9423053. OLE color: 9423053.
HSL color Cylindrical-coordinate representation of color #CDC88F: hue angle of 55.16º degrees, saturation: 0.38, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CDC88F is Cyan = 0, Magento = 0.02, Yellow = 0.30 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 200 | 143 | - |
| CMYK | 0 | 0.02 | 0.30 | 0.20 |
| HSL | 55.16º | 0.38% | 0.68% | - |
| HSV(B) | 55.16º | 0.3% | 0.8% | - |
| XYZ | 50.79 | 56.27 | 34.17 | - |
| YUV | 195 | 98.66 | 135.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 200 | 143 | 0 | 0.02 | 0.30 | 0.20 | 55.16 | 0.38 | 0.68 |
| Hex | CD | C8 | 8F | 0 | 2 | 1E | 14 | 37 | 26 | 44 |
| Octal | 315 | 310 | 217 | 0 | 2 | 36 | 24 | 67 | 46 | 104 |
| Binary | 11001101 | 11001000 | 10001111 | 0 | 10 | 11110 | 10100 | 110111 | 100110 | 1000100 |
Color Harmonies of #CDC88F
Complementary color
Monochromatic Colors of #CDC88F
Black with #CDC88F
Text Example
Text Example
White with #CDC88F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDC88F; }
p { color: rgb(205,200,143); }
H1.HeaderClassName
{
color: #CDC88F;
}
.AnyTagClassName
{
color: #CDC88F;
}
</style>
background-color css
<style>
a { background-color: #CDC88F; }
a { background-color: rgb(205,200,143); }
div.DivClassName
{
background-color: #CDC88F;
}
.BgClassName
{
background-color: #CDC88F;
}
</style>
border-color css
<style>
span { border-color: #CDC88F; }
span { border-color: rgb(205,200,143); }
td.TdClassName
{
border-color: #CDC88F;
}
.TagClassName
{
border-color: #CDC88F;
}
</style>