Shades of Wild Willow #CCCE66
Tints of Wild Willow #CCCE66
RGB
CMYK
RGB Variations
Color information
#CCCE66 (or 0xCCCE66) is known color: Wild Willow. HEX triplet: CC, CE and 66. RGB value is (204,206,102). Sum of RGB (Red+Green+Blue) = 204+206+102=512 (67% of max value = 765). Red value is 204 (80.08% from 255 or 39.84% from 512); Green value is 206 (80.86% from 255 or 40.23% from 512); Blue value is 102 (40.23% from 255 or 19.92% from 512); Max value from RGB is 206 - color contains mainly: green. Hex color #CCCE66 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCCE66 is #333199. Grayscale: #C1C1C1. Windows color (decimal): -3355034 or 6737612. OLE color: 6737612.
HSL color Cylindrical-coordinate representation of color #CCCE66: hue angle of 61.15º degrees, saturation: 0.51, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CCCE66 is Cyan = 0.01, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 204 | 206 | 102 | - |
| CMYK | 0.01 | 0 | 0.50 | 0.19 |
| HSL | 61.15º | 0.51% | 0.6% | - |
| HSV(B) | 61.15º | 0.5% | 0.81% | - |
| XYZ | 49.37 | 57.94 | 21.15 | - |
| YUV | 193.55 | 76.34 | 135.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 206 | 102 | 0.01 | 0 | 0.50 | 0.19 | 61.15 | 0.51 | 0.6 |
| Hex | CC | CE | 66 | 1 | 0 | 32 | 13 | 3D | 33 | 3C |
| Octal | 314 | 316 | 146 | 1 | 0 | 62 | 23 | 75 | 63 | 74 |
| Binary | 11001100 | 11001110 | 1100110 | 1 | 0 | 110010 | 10011 | 111101 | 110011 | 111100 |
Color Harmonies of #CCCE66
Complementary color
Monochromatic Colors of #CCCE66
Black with #CCCE66
Text Example
Text Example
White with #CCCE66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCCE66; }
p { color: rgb(204,206,102); }
H1.HeaderClassName
{
color: #CCCE66;
}
.AnyTagClassName
{
color: #CCCE66;
}
</style>
background-color css
<style>
a { background-color: #CCCE66; }
a { background-color: rgb(204,206,102); }
div.DivClassName
{
background-color: #CCCE66;
}
.BgClassName
{
background-color: #CCCE66;
}
</style>
border-color css
<style>
span { border-color: #CCCE66; }
span { border-color: rgb(204,206,102); }
td.TdClassName
{
border-color: #CCCE66;
}
.TagClassName
{
border-color: #CCCE66;
}
</style>