Shades of Wild Willow #CCD266
Tints of Wild Willow #CCD266
RGB
CMYK
RGB Variations
Color information
#CCD266 (or 0xCCD266) is known color: Wild Willow. HEX triplet: CC, D2 and 66. RGB value is (204,210,102). Sum of RGB (Red+Green+Blue) = 204+210+102=516 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.53% from 516); Green value is 210 (82.42% from 255 or 40.70% from 516); Blue value is 102 (40.23% from 255 or 19.77% from 516); Max value from RGB is 210 - color contains mainly: green. Hex color #CCD266 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCD266 is #332D99. Grayscale: #C4C4C4. Windows color (decimal): -3354010 or 6738636. OLE color: 6738636.
HSL color Cylindrical-coordinate representation of color #CCD266: hue angle of 63.33º degrees, saturation: 0.55, 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 #CCD266 is Cyan = 0.03, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 204 | 210 | 102 | - |
| CMYK | 0.03 | 0 | 0.51 | 0.18 |
| HSL | 63.33º | 0.55% | 0.61% | - |
| HSV(B) | 63.33º | 0.51% | 0.82% | - |
| XYZ | 50.35 | 59.89 | 21.48 | - |
| YUV | 195.89 | 75.01 | 133.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 210 | 102 | 0.03 | 0 | 0.51 | 0.18 | 63.33 | 0.55 | 0.61 |
| Hex | CC | D2 | 66 | 3 | 0 | 33 | 12 | 3F | 37 | 3D |
| Octal | 314 | 322 | 146 | 3 | 0 | 63 | 22 | 77 | 67 | 75 |
| Binary | 11001100 | 11010010 | 1100110 | 11 | 0 | 110011 | 10010 | 111111 | 110111 | 111101 |
Color Harmonies of #CCD266
Complementary color
Monochromatic Colors of #CCD266
Black with #CCD266
Text Example
Text Example
White with #CCD266
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCD266; }
p { color: rgb(204,210,102); }
H1.HeaderClassName
{
color: #CCD266;
}
.AnyTagClassName
{
color: #CCD266;
}
</style>
background-color css
<style>
a { background-color: #CCD266; }
a { background-color: rgb(204,210,102); }
div.DivClassName
{
background-color: #CCD266;
}
.BgClassName
{
background-color: #CCD266;
}
</style>
border-color css
<style>
span { border-color: #CCD266; }
span { border-color: rgb(204,210,102); }
td.TdClassName
{
border-color: #CCD266;
}
.TagClassName
{
border-color: #CCD266;
}
</style>