Shades of Wild Willow #CCD557
Tints of Wild Willow #CCD557
RGB
CMYK
RGB Variations
Color information
#CCD557 (or 0xCCD557) is known color: Wild Willow. HEX triplet: CC, D5 and 57. RGB value is (204,213,87). Sum of RGB (Red+Green+Blue) = 204+213+87=504 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.48% from 504); Green value is 213 (83.59% from 255 or 42.26% from 504); Blue value is 87 (34.38% from 255 or 17.26% from 504); Max value from RGB is 213 - color contains mainly: green. Hex color #CCD557 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCD557 is #332AA8. Grayscale: #C4C4C4. Windows color (decimal): -3353257 or 5756364. OLE color: 5756364.
HSL color Cylindrical-coordinate representation of color #CCD557: hue angle of 64.29º degrees, saturation: 0.6, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #CCD557 is Cyan = 0.04, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 204 | 213 | 87 | - |
| CMYK | 0.04 | 0 | 0.59 | 0.16 |
| HSL | 64.29º | 0.6% | 0.59% | - |
| HSV(B) | 64.29º | 0.59% | 0.84% | - |
| XYZ | 50.42 | 61.11 | 18.16 | - |
| YUV | 195.95 | 66.52 | 133.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 213 | 87 | 0.04 | 0 | 0.59 | 0.16 | 64.29 | 0.6 | 0.59 |
| Hex | CC | D5 | 57 | 4 | 0 | 3B | 10 | 40 | 3C | 3B |
| Octal | 314 | 325 | 127 | 4 | 0 | 73 | 20 | 100 | 74 | 73 |
| Binary | 11001100 | 11010101 | 1010111 | 100 | 0 | 111011 | 10000 | 1000000 | 111100 | 111011 |
Color Harmonies of #CCD557
Complementary color
Monochromatic Colors of #CCD557
Black with #CCD557
Text Example
Text Example
White with #CCD557
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCD557; }
p { color: rgb(204,213,87); }
H1.HeaderClassName
{
color: #CCD557;
}
.AnyTagClassName
{
color: #CCD557;
}
</style>
background-color css
<style>
a { background-color: #CCD557; }
a { background-color: rgb(204,213,87); }
div.DivClassName
{
background-color: #CCD557;
}
.BgClassName
{
background-color: #CCD557;
}
</style>
border-color css
<style>
span { border-color: #CCD557; }
span { border-color: rgb(204,213,87); }
td.TdClassName
{
border-color: #CCD557;
}
.TagClassName
{
border-color: #CCD557;
}
</style>