Shades of Wild Willow #CCD156
Tints of Wild Willow #CCD156
RGB
CMYK
RGB Variations
Color information
#CCD156 (or 0xCCD156) is known color: Wild Willow. HEX triplet: CC, D1 and 56. RGB value is (204,209,86). Sum of RGB (Red+Green+Blue) = 204+209+86=499 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.88% from 499); Green value is 209 (82.03% from 255 or 41.88% from 499); Blue value is 86 (33.98% from 255 or 17.23% from 499); Max value from RGB is 209 - color contains mainly: green. Hex color #CCD156 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCD156 is #332EA9. Grayscale: #C1C1C1. Windows color (decimal): -3354282 or 5689804. OLE color: 5689804.
HSL color Cylindrical-coordinate representation of color #CCD156: hue angle of 62.44º degrees, saturation: 0.57, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #CCD156 is Cyan = 0.02, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 204 | 209 | 86 | - |
| CMYK | 0.02 | 0 | 0.59 | 0.18 |
| HSL | 62.44º | 0.57% | 0.58% | - |
| HSV(B) | 62.44º | 0.59% | 0.82% | - |
| XYZ | 49.38 | 59.11 | 17.61 | - |
| YUV | 193.48 | 67.34 | 135.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 209 | 86 | 0.02 | 0 | 0.59 | 0.18 | 62.44 | 0.57 | 0.58 |
| Hex | CC | D1 | 56 | 2 | 0 | 3B | 12 | 3E | 39 | 3A |
| Octal | 314 | 321 | 126 | 2 | 0 | 73 | 22 | 76 | 71 | 72 |
| Binary | 11001100 | 11010001 | 1010110 | 10 | 0 | 111011 | 10010 | 111110 | 111001 | 111010 |
Color Harmonies of #CCD156
Complementary color
Monochromatic Colors of #CCD156
Black with #CCD156
Text Example
Text Example
White with #CCD156
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCD156; }
p { color: rgb(204,209,86); }
H1.HeaderClassName
{
color: #CCD156;
}
.AnyTagClassName
{
color: #CCD156;
}
</style>
background-color css
<style>
a { background-color: #CCD156; }
a { background-color: rgb(204,209,86); }
div.DivClassName
{
background-color: #CCD156;
}
.BgClassName
{
background-color: #CCD156;
}
</style>
border-color css
<style>
span { border-color: #CCD156; }
span { border-color: rgb(204,209,86); }
td.TdClassName
{
border-color: #CCD156;
}
.TagClassName
{
border-color: #CCD156;
}
</style>