Shades of Wild Willow #CCD456
Tints of Wild Willow #CCD456
RGB
CMYK
RGB Variations
Color information
#CCD456 (or 0xCCD456) is known color: Wild Willow. HEX triplet: CC, D4 and 56. RGB value is (204,212,86). Sum of RGB (Red+Green+Blue) = 204+212+86=502 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.64% from 502); Green value is 212 (83.20% from 255 or 42.23% from 502); Blue value is 86 (33.98% from 255 or 17.13% from 502); Max value from RGB is 212 - color contains mainly: green. Hex color #CCD456 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCD456 is #332BA9. Grayscale: #C3C3C3. Windows color (decimal): -3353514 or 5690572. OLE color: 5690572.
HSL color Cylindrical-coordinate representation of color #CCD456: hue angle of 63.81º degrees, saturation: 0.59, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #CCD456 is Cyan = 0.04, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 204 | 212 | 86 | - |
| CMYK | 0.04 | 0 | 0.59 | 0.17 |
| HSL | 63.81º | 0.59% | 0.58% | - |
| HSV(B) | 63.81º | 0.59% | 0.83% | - |
| XYZ | 50.13 | 60.6 | 17.86 | - |
| YUV | 195.24 | 66.35 | 134.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 212 | 86 | 0.04 | 0 | 0.59 | 0.17 | 63.81 | 0.59 | 0.58 |
| Hex | CC | D4 | 56 | 4 | 0 | 3B | 11 | 40 | 3B | 3A |
| Octal | 314 | 324 | 126 | 4 | 0 | 73 | 21 | 100 | 73 | 72 |
| Binary | 11001100 | 11010100 | 1010110 | 100 | 0 | 111011 | 10001 | 1000000 | 111011 | 111010 |
Color Harmonies of #CCD456
Complementary color
Monochromatic Colors of #CCD456
Black with #CCD456
Text Example
Text Example
White with #CCD456
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCD456; }
p { color: rgb(204,212,86); }
H1.HeaderClassName
{
color: #CCD456;
}
.AnyTagClassName
{
color: #CCD456;
}
</style>
background-color css
<style>
a { background-color: #CCD456; }
a { background-color: rgb(204,212,86); }
div.DivClassName
{
background-color: #CCD456;
}
.BgClassName
{
background-color: #CCD456;
}
</style>
border-color css
<style>
span { border-color: #CCD456; }
span { border-color: rgb(204,212,86); }
td.TdClassName
{
border-color: #CCD456;
}
.TagClassName
{
border-color: #CCD456;
}
</style>