Shades of Wild Willow #CCD657
Tints of Wild Willow #CCD657
RGB
CMYK
RGB Variations
Color information
#CCD657 (or 0xCCD657) is known color: Wild Willow. HEX triplet: CC, D6 and 57. RGB value is (204,214,87). Sum of RGB (Red+Green+Blue) = 204+214+87=505 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.40% from 505); Green value is 214 (83.98% from 255 or 42.38% from 505); Blue value is 87 (34.38% from 255 or 17.23% from 505); Max value from RGB is 214 - color contains mainly: green. Hex color #CCD657 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCD657 is #3329A8. Grayscale: #C5C5C5. Windows color (decimal): -3353001 or 5756620. OLE color: 5756620.
HSL color Cylindrical-coordinate representation of color #CCD657: hue angle of 64.72º degrees, saturation: 0.61, 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 #CCD657 is Cyan = 0.05, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 204 | 214 | 87 | - |
| CMYK | 0.05 | 0 | 0.59 | 0.16 |
| HSL | 64.72º | 0.61% | 0.59% | - |
| HSV(B) | 64.72º | 0.59% | 0.84% | - |
| XYZ | 50.67 | 61.62 | 18.24 | - |
| YUV | 196.53 | 66.19 | 133.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 214 | 87 | 0.05 | 0 | 0.59 | 0.16 | 64.72 | 0.61 | 0.59 |
| Hex | CC | D6 | 57 | 5 | 0 | 3B | 10 | 41 | 3D | 3B |
| Octal | 314 | 326 | 127 | 5 | 0 | 73 | 20 | 101 | 75 | 73 |
| Binary | 11001100 | 11010110 | 1010111 | 101 | 0 | 111011 | 10000 | 1000001 | 111101 | 111011 |
Color Harmonies of #CCD657
Complementary color
Monochromatic Colors of #CCD657
Black with #CCD657
Text Example
Text Example
White with #CCD657
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCD657; }
p { color: rgb(204,214,87); }
H1.HeaderClassName
{
color: #CCD657;
}
.AnyTagClassName
{
color: #CCD657;
}
</style>
background-color css
<style>
a { background-color: #CCD657; }
a { background-color: rgb(204,214,87); }
div.DivClassName
{
background-color: #CCD657;
}
.BgClassName
{
background-color: #CCD657;
}
</style>
border-color css
<style>
span { border-color: #CCD657; }
span { border-color: rgb(204,214,87); }
td.TdClassName
{
border-color: #CCD657;
}
.TagClassName
{
border-color: #CCD657;
}
</style>