Shades of Wild Willow #CCCE64
Tints of Wild Willow #CCCE64
RGB
CMYK
RGB Variations
Color information
#CCCE64 (or 0xCCCE64) is known color: Wild Willow. HEX triplet: CC, CE and 64. RGB value is (204,206,100). Sum of RGB (Red+Green+Blue) = 204+206+100=510 (67% of max value = 765). Red value is 204 (80.08% from 255 or 40% from 510); Green value is 206 (80.86% from 255 or 40.39% from 510); Blue value is 100 (39.45% from 255 or 19.61% from 510); Max value from RGB is 206 - color contains mainly: green. Hex color #CCCE64 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCCE64 is #33319B. Grayscale: #C1C1C1. Windows color (decimal): -3355036 or 6606540. OLE color: 6606540.
HSL color Cylindrical-coordinate representation of color #CCCE64: hue angle of 61.13º 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 #CCCE64 is Cyan = 0.01, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 204 | 206 | 100 | - |
| CMYK | 0.01 | 0 | 0.51 | 0.19 |
| HSL | 61.13º | 0.52% | 0.6% | - |
| HSV(B) | 61.13º | 0.51% | 0.81% | - |
| XYZ | 49.27 | 57.9 | 20.64 | - |
| YUV | 193.32 | 75.34 | 135.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 206 | 100 | 0.01 | 0 | 0.51 | 0.19 | 61.13 | 0.52 | 0.6 |
| Hex | CC | CE | 64 | 1 | 0 | 33 | 13 | 3D | 34 | 3C |
| Octal | 314 | 316 | 144 | 1 | 0 | 63 | 23 | 75 | 64 | 74 |
| Binary | 11001100 | 11001110 | 1100100 | 1 | 0 | 110011 | 10011 | 111101 | 110100 | 111100 |
Color Harmonies of #CCCE64
Complementary color
Monochromatic Colors of #CCCE64
Black with #CCCE64
Text Example
Text Example
White with #CCCE64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCCE64; }
p { color: rgb(204,206,100); }
H1.HeaderClassName
{
color: #CCCE64;
}
.AnyTagClassName
{
color: #CCCE64;
}
</style>
background-color css
<style>
a { background-color: #CCCE64; }
a { background-color: rgb(204,206,100); }
div.DivClassName
{
background-color: #CCCE64;
}
.BgClassName
{
background-color: #CCCE64;
}
</style>
border-color css
<style>
span { border-color: #CCCE64; }
span { border-color: rgb(204,206,100); }
td.TdClassName
{
border-color: #CCCE64;
}
.TagClassName
{
border-color: #CCCE64;
}
</style>