Shades of Wild Willow #CCCC68
Tints of Wild Willow #CCCC68
RGB
CMYK
RGB Variations
Color information
#CCCC68 (or 0xCCCC68) is known color: Wild Willow. HEX triplet: CC, CC and 68. RGB value is (204,204,104). Sum of RGB (Red+Green+Blue) = 204+204+104=512 (67% of max value = 765). Red value is 204 (80.08% from 255 or 39.84% from 512); Green value is 204 (80.08% from 255 or 39.84% from 512); Blue value is 104 (41.02% from 255 or 20.31% from 512); Max value from RGB is 204 - color contains mainly: red, green. Hex color #CCCC68 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCCC68 is #333397. Grayscale: #C1C1C1. Windows color (decimal): -3355544 or 6868172. OLE color: 6868172.
HSL color Cylindrical-coordinate representation of color #CCCC68: 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.49%. Process color model (Four color, CMYK) of #CCCC68 is Cyan = 0, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 204 | 104 | - |
| CMYK | 0 | 0 | 0.49 | 0.2 |
| HSL | 60º | 0.5% | 0.6% | - |
| HSV(B) | 60º | 0.49% | 0.8% | - |
| XYZ | 48.99 | 57.02 | 21.52 | - |
| YUV | 192.6 | 78 | 136.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 204 | 104 | 0 | 0 | 0.49 | 0.2 | 60 | 0.5 | 0.6 |
| Hex | CC | CC | 68 | 0 | 0 | 31 | 14 | 3C | 32 | 3C |
| Octal | 314 | 314 | 150 | 0 | 0 | 61 | 24 | 74 | 62 | 74 |
| Binary | 11001100 | 11001100 | 1101000 | 0 | 0 | 110001 | 10100 | 111100 | 110010 | 111100 |
Color Harmonies of #CCCC68
Complementary color
Monochromatic Colors of #CCCC68
Black with #CCCC68
Text Example
Text Example
White with #CCCC68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCCC68; }
p { color: rgb(204,204,104); }
H1.HeaderClassName
{
color: #CCCC68;
}
.AnyTagClassName
{
color: #CCCC68;
}
</style>
background-color css
<style>
a { background-color: #CCCC68; }
a { background-color: rgb(204,204,104); }
div.DivClassName
{
background-color: #CCCC68;
}
.BgClassName
{
background-color: #CCCC68;
}
</style>
border-color css
<style>
span { border-color: #CCCC68; }
span { border-color: rgb(204,204,104); }
td.TdClassName
{
border-color: #CCCC68;
}
.TagClassName
{
border-color: #CCCC68;
}
</style>