Shades of Wild Willow #CCCC64
Tints of Wild Willow #CCCC64
RGB
CMYK
RGB Variations
Color information
#CCCC64 (or 0xCCCC64) is known color: Wild Willow. HEX triplet: CC, CC and 64. RGB value is (204,204,100). Sum of RGB (Red+Green+Blue) = 204+204+100=508 (67% of max value = 765). Red value is 204 (80.08% from 255 or 40.16% from 508); Green value is 204 (80.08% from 255 or 40.16% from 508); Blue value is 100 (39.45% from 255 or 19.69% from 508); Max value from RGB is 204 - color contains mainly: red, green. Hex color #CCCC64 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCCC64 is #33339B. Grayscale: #C0C0C0. Windows color (decimal): -3355548 or 6606028. OLE color: 6606028.
HSL color Cylindrical-coordinate representation of color #CCCC64: hue angle of 60º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CCCC64 is Cyan = 0, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 204 | 100 | - |
| CMYK | 0 | 0 | 0.51 | 0.2 |
| HSL | 60º | 0.5% | 0.6% | - |
| HSV(B) | 60º | 0.51% | 0.8% | - |
| XYZ | 48.79 | 56.94 | 20.48 | - |
| YUV | 192.14 | 76 | 136.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 204 | 100 | 0 | 0 | 0.51 | 0.2 | 60 | 0.5 | 0.6 |
| Hex | CC | CC | 64 | 0 | 0 | 33 | 14 | 3C | 32 | 3C |
| Octal | 314 | 314 | 144 | 0 | 0 | 63 | 24 | 74 | 62 | 74 |
| Binary | 11001100 | 11001100 | 1100100 | 0 | 0 | 110011 | 10100 | 111100 | 110010 | 111100 |
Color Harmonies of #CCCC64
Complementary color
Monochromatic Colors of #CCCC64
Black with #CCCC64
Text Example
Text Example
White with #CCCC64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCCC64; }
p { color: rgb(204,204,100); }
H1.HeaderClassName
{
color: #CCCC64;
}
.AnyTagClassName
{
color: #CCCC64;
}
</style>
background-color css
<style>
a { background-color: #CCCC64; }
a { background-color: rgb(204,204,100); }
div.DivClassName
{
background-color: #CCCC64;
}
.BgClassName
{
background-color: #CCCC64;
}
</style>
border-color css
<style>
span { border-color: #CCCC64; }
span { border-color: rgb(204,204,100); }
td.TdClassName
{
border-color: #CCCC64;
}
.TagClassName
{
border-color: #CCCC64;
}
</style>