Shades of Wild Willow #CCCF66
Tints of Wild Willow #CCCF66
RGB
CMYK
RGB Variations
Color information
#CCCF66 (or 0xCCCF66) is known color: Wild Willow. HEX triplet: CC, CF and 66. RGB value is (204,207,102). Sum of RGB (Red+Green+Blue) = 204+207+102=513 (67% of max value = 765). Red value is 204 (80.08% from 255 or 39.77% from 513); Green value is 207 (81.25% from 255 or 40.35% from 513); Blue value is 102 (40.23% from 255 or 19.88% from 513); Max value from RGB is 207 - color contains mainly: green. Hex color #CCCF66 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCCF66 is #333099. Grayscale: #C2C2C2. Windows color (decimal): -3354778 or 6737868. OLE color: 6737868.
HSL color Cylindrical-coordinate representation of color #CCCF66: hue angle of 61.71º degrees, saturation: 0.52, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CCCF66 is Cyan = 0.01, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 204 | 207 | 102 | - |
| CMYK | 0.01 | 0 | 0.51 | 0.19 |
| HSL | 61.71º | 0.52% | 0.61% | - |
| HSV(B) | 61.71º | 0.51% | 0.81% | - |
| XYZ | 49.61 | 58.42 | 21.23 | - |
| YUV | 194.13 | 76.01 | 135.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 207 | 102 | 0.01 | 0 | 0.51 | 0.19 | 61.71 | 0.52 | 0.61 |
| Hex | CC | CF | 66 | 1 | 0 | 33 | 13 | 3E | 34 | 3D |
| Octal | 314 | 317 | 146 | 1 | 0 | 63 | 23 | 76 | 64 | 75 |
| Binary | 11001100 | 11001111 | 1100110 | 1 | 0 | 110011 | 10011 | 111110 | 110100 | 111101 |
Color Harmonies of #CCCF66
Complementary color
Monochromatic Colors of #CCCF66
Black with #CCCF66
Text Example
Text Example
White with #CCCF66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCCF66; }
p { color: rgb(204,207,102); }
H1.HeaderClassName
{
color: #CCCF66;
}
.AnyTagClassName
{
color: #CCCF66;
}
</style>
background-color css
<style>
a { background-color: #CCCF66; }
a { background-color: rgb(204,207,102); }
div.DivClassName
{
background-color: #CCCF66;
}
.BgClassName
{
background-color: #CCCF66;
}
</style>
border-color css
<style>
span { border-color: #CCCF66; }
span { border-color: rgb(204,207,102); }
td.TdClassName
{
border-color: #CCCF66;
}
.TagClassName
{
border-color: #CCCF66;
}
</style>