Shades of Wild Willow #CCD166
Tints of Wild Willow #CCD166
RGB
CMYK
RGB Variations
Color information
#CCD166 (or 0xCCD166) is known color: Wild Willow. HEX triplet: CC, D1 and 66. RGB value is (204,209,102). Sum of RGB (Red+Green+Blue) = 204+209+102=515 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.61% from 515); Green value is 209 (82.03% from 255 or 40.58% from 515); Blue value is 102 (40.23% from 255 or 19.81% from 515); Max value from RGB is 209 - color contains mainly: green. Hex color #CCD166 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCD166 is #332E99. Grayscale: #C3C3C3. Windows color (decimal): -3354266 or 6738380. OLE color: 6738380.
HSL color Cylindrical-coordinate representation of color #CCD166: hue angle of 62.8º degrees, saturation: 0.54, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CCD166 is Cyan = 0.02, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 204 | 209 | 102 | - |
| CMYK | 0.02 | 0 | 0.51 | 0.18 |
| HSL | 62.8º | 0.54% | 0.61% | - |
| HSV(B) | 62.8º | 0.51% | 0.82% | - |
| XYZ | 50.1 | 59.4 | 21.39 | - |
| YUV | 195.31 | 75.34 | 134.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 209 | 102 | 0.02 | 0 | 0.51 | 0.18 | 62.8 | 0.54 | 0.61 |
| Hex | CC | D1 | 66 | 2 | 0 | 33 | 12 | 3F | 36 | 3D |
| Octal | 314 | 321 | 146 | 2 | 0 | 63 | 22 | 77 | 66 | 75 |
| Binary | 11001100 | 11010001 | 1100110 | 10 | 0 | 110011 | 10010 | 111111 | 110110 | 111101 |
Color Harmonies of #CCD166
Complementary color
Monochromatic Colors of #CCD166
Black with #CCD166
Text Example
Text Example
White with #CCD166
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCD166; }
p { color: rgb(204,209,102); }
H1.HeaderClassName
{
color: #CCD166;
}
.AnyTagClassName
{
color: #CCD166;
}
</style>
background-color css
<style>
a { background-color: #CCD166; }
a { background-color: rgb(204,209,102); }
div.DivClassName
{
background-color: #CCD166;
}
.BgClassName
{
background-color: #CCD166;
}
</style>
border-color css
<style>
span { border-color: #CCD166; }
span { border-color: rgb(204,209,102); }
td.TdClassName
{
border-color: #CCD166;
}
.TagClassName
{
border-color: #CCD166;
}
</style>