Shades of Wild Willow #CCCC63
Tints of Wild Willow #CCCC63
RGB
CMYK
RGB Variations
Color information
#CCCC63 (or 0xCCCC63) is known color: Wild Willow. HEX triplet: CC, CC and 63. RGB value is (204,204,99). Sum of RGB (Red+Green+Blue) = 204+204+99=507 (67% of max value = 765). Red value is 204 (80.08% from 255 or 40.24% from 507); Green value is 204 (80.08% from 255 or 40.24% from 507); Blue value is 99 (39.06% from 255 or 19.53% from 507); Max value from RGB is 204 - color contains mainly: red, green. Hex color #CCCC63 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCCC63 is #33339C. Grayscale: #C0C0C0. Windows color (decimal): -3355549 or 6540492. OLE color: 6540492.
HSL color Cylindrical-coordinate representation of color #CCCC63: hue angle of 60º degrees, saturation: 0.51, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CCCC63 is Cyan = 0, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 204 | 99 | - |
| CMYK | 0 | 0 | 0.51 | 0.2 |
| HSL | 60º | 0.51% | 0.59% | - |
| HSV(B) | 60º | 0.51% | 0.8% | - |
| XYZ | 48.75 | 56.92 | 20.22 | - |
| YUV | 192.03 | 75.5 | 136.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 204 | 99 | 0 | 0 | 0.51 | 0.2 | 60 | 0.51 | 0.59 |
| Hex | CC | CC | 63 | 0 | 0 | 33 | 14 | 3C | 33 | 3B |
| Octal | 314 | 314 | 143 | 0 | 0 | 63 | 24 | 74 | 63 | 73 |
| Binary | 11001100 | 11001100 | 1100011 | 0 | 0 | 110011 | 10100 | 111100 | 110011 | 111011 |
Color Harmonies of #CCCC63
Complementary color
Monochromatic Colors of #CCCC63
Black with #CCCC63
Text Example
Text Example
White with #CCCC63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCCC63; }
p { color: rgb(204,204,99); }
H1.HeaderClassName
{
color: #CCCC63;
}
.AnyTagClassName
{
color: #CCCC63;
}
</style>
background-color css
<style>
a { background-color: #CCCC63; }
a { background-color: rgb(204,204,99); }
div.DivClassName
{
background-color: #CCCC63;
}
.BgClassName
{
background-color: #CCCC63;
}
</style>
border-color css
<style>
span { border-color: #CCCC63; }
span { border-color: rgb(204,204,99); }
td.TdClassName
{
border-color: #CCCC63;
}
.TagClassName
{
border-color: #CCCC63;
}
</style>