Shades of Wild Willow #CCD855
Tints of Wild Willow #CCD855
RGB
CMYK
RGB Variations
Color information
#CCD855 (or 0xCCD855) is known color: Wild Willow. HEX triplet: CC, D8 and 55. RGB value is (204,216,85). Sum of RGB (Red+Green+Blue) = 204+216+85=505 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.40% from 505); Green value is 216 (84.77% from 255 or 42.77% from 505); Blue value is 85 (33.59% from 255 or 16.83% from 505); Max value from RGB is 216 - color contains mainly: green. Hex color #CCD855 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCD855 is #3327AA. Grayscale: #C5C5C5. Windows color (decimal): -3352491 or 5626060. OLE color: 5626060.
HSL color Cylindrical-coordinate representation of color #CCD855: hue angle of 65.5º degrees, saturation: 0.63, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #CCD855 is Cyan = 0.06, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 204 | 216 | 85 | - |
| CMYK | 0.06 | 0 | 0.61 | 0.15 |
| HSL | 65.5º | 0.63% | 0.59% | - |
| HSV(B) | 65.5º | 0.61% | 0.85% | - |
| XYZ | 51.1 | 62.6 | 17.99 | - |
| YUV | 197.48 | 64.52 | 132.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 216 | 85 | 0.06 | 0 | 0.61 | 0.15 | 65.5 | 0.63 | 0.59 |
| Hex | CC | D8 | 55 | 6 | 0 | 3D | F | 41 | 3F | 3B |
| Octal | 314 | 330 | 125 | 6 | 0 | 75 | 17 | 101 | 77 | 73 |
| Binary | 11001100 | 11011000 | 1010101 | 110 | 0 | 111101 | 1111 | 1000001 | 111111 | 111011 |
Color Harmonies of #CCD855
Complementary color
Monochromatic Colors of #CCD855
Black with #CCD855
Text Example
Text Example
White with #CCD855
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCD855; }
p { color: rgb(204,216,85); }
H1.HeaderClassName
{
color: #CCD855;
}
.AnyTagClassName
{
color: #CCD855;
}
</style>
background-color css
<style>
a { background-color: #CCD855; }
a { background-color: rgb(204,216,85); }
div.DivClassName
{
background-color: #CCD855;
}
.BgClassName
{
background-color: #CCD855;
}
</style>
border-color css
<style>
span { border-color: #CCD855; }
span { border-color: rgb(204,216,85); }
td.TdClassName
{
border-color: #CCD855;
}
.TagClassName
{
border-color: #CCD855;
}
</style>