Shades of Wild Willow #CECC64
Tints of Wild Willow #CECC64
RGB
CMYK
RGB Variations
Color information
#CECC64 (or 0xCECC64) is known color: Wild Willow. HEX triplet: CE, CC and 64. RGB value is (206,204,100). Sum of RGB (Red+Green+Blue) = 206+204+100=510 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.39% from 510); Green value is 204 (80.08% from 255 or 40% from 510); Blue value is 100 (39.45% from 255 or 19.61% from 510); Max value from RGB is 206 - color contains mainly: red. Hex color #CECC64 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CECC64 is #31339B. Grayscale: #C1C1C1. Windows color (decimal): -3224476 or 6606030. OLE color: 6606030.
HSL color Cylindrical-coordinate representation of color #CECC64: hue angle of 58.87º degrees, saturation: 0.52, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CECC64 is Cyan = 0, Magento = 0.01, Yellow = 0.51 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 204 | 100 | - |
| CMYK | 0 | 0.01 | 0.51 | 0.19 |
| HSL | 58.87º | 0.52% | 0.6% | - |
| HSV(B) | 58.87º | 0.51% | 0.81% | - |
| XYZ | 49.35 | 57.23 | 20.5 | - |
| YUV | 192.74 | 75.66 | 137.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 204 | 100 | 0 | 0.01 | 0.51 | 0.19 | 58.87 | 0.52 | 0.6 |
| Hex | CE | CC | 64 | 0 | 1 | 33 | 13 | 3B | 34 | 3C |
| Octal | 316 | 314 | 144 | 0 | 1 | 63 | 23 | 73 | 64 | 74 |
| Binary | 11001110 | 11001100 | 1100100 | 0 | 1 | 110011 | 10011 | 111011 | 110100 | 111100 |
Color Harmonies of #CECC64
Complementary color
Monochromatic Colors of #CECC64
Black with #CECC64
Text Example
Text Example
White with #CECC64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CECC64; }
p { color: rgb(206,204,100); }
H1.HeaderClassName
{
color: #CECC64;
}
.AnyTagClassName
{
color: #CECC64;
}
</style>
background-color css
<style>
a { background-color: #CECC64; }
a { background-color: rgb(206,204,100); }
div.DivClassName
{
background-color: #CECC64;
}
.BgClassName
{
background-color: #CECC64;
}
</style>
border-color css
<style>
span { border-color: #CECC64; }
span { border-color: rgb(206,204,100); }
td.TdClassName
{
border-color: #CECC64;
}
.TagClassName
{
border-color: #CECC64;
}
</style>