Shades of Wild Willow #CCC966
Tints of Wild Willow #CCC966
RGB
CMYK
RGB Variations
Color information
#CCC966 (or 0xCCC966) is known color: Wild Willow. HEX triplet: CC, C9 and 66. RGB value is (204,201,102). Sum of RGB (Red+Green+Blue) = 204+201+102=507 (67% of max value = 765). Red value is 204 (80.08% from 255 or 40.24% from 507); Green value is 201 (78.91% from 255 or 39.64% from 507); Blue value is 102 (40.23% from 255 or 20.12% from 507); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC966 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCC966 is #333699. Grayscale: #BFBFBF. Windows color (decimal): -3356314 or 6736332. OLE color: 6736332.
HSL color Cylindrical-coordinate representation of color #CCC966: hue angle of 58.24º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CCC966 is Cyan = 0, Magento = 0.01, Yellow = 0.5 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 201 | 102 | - |
| CMYK | 0 | 0.01 | 0.5 | 0.2 |
| HSL | 58.24º | 0.5% | 0.6% | - |
| HSV(B) | 58.24º | 0.5% | 0.8% | - |
| XYZ | 48.19 | 55.57 | 20.76 | - |
| YUV | 190.61 | 77.99 | 137.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 201 | 102 | 0 | 0.01 | 0.5 | 0.2 | 58.24 | 0.5 | 0.6 |
| Hex | CC | C9 | 66 | 0 | 1 | 32 | 14 | 3A | 32 | 3C |
| Octal | 314 | 311 | 146 | 0 | 1 | 62 | 24 | 72 | 62 | 74 |
| Binary | 11001100 | 11001001 | 1100110 | 0 | 1 | 110010 | 10100 | 111010 | 110010 | 111100 |
Color Harmonies of #CCC966
Complementary color
Monochromatic Colors of #CCC966
Black with #CCC966
Text Example
Text Example
White with #CCC966
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC966; }
p { color: rgb(204,201,102); }
H1.HeaderClassName
{
color: #CCC966;
}
.AnyTagClassName
{
color: #CCC966;
}
</style>
background-color css
<style>
a { background-color: #CCC966; }
a { background-color: rgb(204,201,102); }
div.DivClassName
{
background-color: #CCC966;
}
.BgClassName
{
background-color: #CCC966;
}
</style>
border-color css
<style>
span { border-color: #CCC966; }
span { border-color: rgb(204,201,102); }
td.TdClassName
{
border-color: #CCC966;
}
.TagClassName
{
border-color: #CCC966;
}
</style>