Shades of Wild Willow #CCD255
Tints of Wild Willow #CCD255
RGB
CMYK
RGB Variations
Color information
#CCD255 (or 0xCCD255) is known color: Wild Willow. HEX triplet: CC, D2 and 55. RGB value is (204,210,85). Sum of RGB (Red+Green+Blue) = 204+210+85=499 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.88% from 499); Green value is 210 (82.42% from 255 or 42.08% from 499); Blue value is 85 (33.59% from 255 or 17.03% from 499); Max value from RGB is 210 - color contains mainly: green. Hex color #CCD255 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCD255 is #332DAA. Grayscale: #C2C2C2. Windows color (decimal): -3354027 or 5624524. OLE color: 5624524.
HSL color Cylindrical-coordinate representation of color #CCD255: hue angle of 62.88º degrees, saturation: 0.58, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CCD255 is Cyan = 0.03, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 204 | 210 | 85 | - |
| CMYK | 0.03 | 0 | 0.60 | 0.18 |
| HSL | 62.88º | 0.58% | 0.58% | - |
| HSV(B) | 62.88º | 0.6% | 0.82% | - |
| XYZ | 49.59 | 59.59 | 17.48 | - |
| YUV | 193.96 | 66.51 | 135.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 210 | 85 | 0.03 | 0 | 0.60 | 0.18 | 62.88 | 0.58 | 0.58 |
| Hex | CC | D2 | 55 | 3 | 0 | 3C | 12 | 3F | 3A | 3A |
| Octal | 314 | 322 | 125 | 3 | 0 | 74 | 22 | 77 | 72 | 72 |
| Binary | 11001100 | 11010010 | 1010101 | 11 | 0 | 111100 | 10010 | 111111 | 111010 | 111010 |
Color Harmonies of #CCD255
Complementary color
Monochromatic Colors of #CCD255
Black with #CCD255
Text Example
Text Example
White with #CCD255
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCD255; }
p { color: rgb(204,210,85); }
H1.HeaderClassName
{
color: #CCD255;
}
.AnyTagClassName
{
color: #CCD255;
}
</style>
background-color css
<style>
a { background-color: #CCD255; }
a { background-color: rgb(204,210,85); }
div.DivClassName
{
background-color: #CCD255;
}
.BgClassName
{
background-color: #CCD255;
}
</style>
border-color css
<style>
span { border-color: #CCD255; }
span { border-color: rgb(204,210,85); }
td.TdClassName
{
border-color: #CCD255;
}
.TagClassName
{
border-color: #CCD255;
}
</style>