Shades of Wild Willow #CCD355
Tints of Wild Willow #CCD355
RGB
CMYK
RGB Variations
Color information
#CCD355 (or 0xCCD355) is known color: Wild Willow. HEX triplet: CC, D3 and 55. RGB value is (204,211,85). Sum of RGB (Red+Green+Blue) = 204+211+85=500 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.8% from 500); Green value is 211 (82.81% from 255 or 42.2% from 500); Blue value is 85 (33.59% from 255 or 17% from 500); Max value from RGB is 211 - color contains mainly: green. Hex color #CCD355 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCD355 is #332CAA. Grayscale: #C3C3C3. Windows color (decimal): -3353771 or 5624780. OLE color: 5624780.
HSL color Cylindrical-coordinate representation of color #CCD355: hue angle of 63.33º degrees, saturation: 0.59, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CCD355 is Cyan = 0.03, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 204 | 211 | 85 | - |
| CMYK | 0.03 | 0 | 0.60 | 0.17 |
| HSL | 63.33º | 0.59% | 0.58% | - |
| HSV(B) | 63.33º | 0.6% | 0.83% | - |
| XYZ | 49.84 | 60.08 | 17.56 | - |
| YUV | 194.54 | 66.18 | 134.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 211 | 85 | 0.03 | 0 | 0.60 | 0.17 | 63.33 | 0.59 | 0.58 |
| Hex | CC | D3 | 55 | 3 | 0 | 3C | 11 | 3F | 3B | 3A |
| Octal | 314 | 323 | 125 | 3 | 0 | 74 | 21 | 77 | 73 | 72 |
| Binary | 11001100 | 11010011 | 1010101 | 11 | 0 | 111100 | 10001 | 111111 | 111011 | 111010 |
Color Harmonies of #CCD355
Complementary color
Monochromatic Colors of #CCD355
Black with #CCD355
Text Example
Text Example
White with #CCD355
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCD355; }
p { color: rgb(204,211,85); }
H1.HeaderClassName
{
color: #CCD355;
}
.AnyTagClassName
{
color: #CCD355;
}
</style>
background-color css
<style>
a { background-color: #CCD355; }
a { background-color: rgb(204,211,85); }
div.DivClassName
{
background-color: #CCD355;
}
.BgClassName
{
background-color: #CCD355;
}
</style>
border-color css
<style>
span { border-color: #CCD355; }
span { border-color: rgb(204,211,85); }
td.TdClassName
{
border-color: #CCD355;
}
.TagClassName
{
border-color: #CCD355;
}
</style>