Shades of Wild Willow #CCD659
Tints of Wild Willow #CCD659
RGB
CMYK
RGB Variations
Color information
#CCD659 (or 0xCCD659) is known color: Wild Willow. HEX triplet: CC, D6 and 59. RGB value is (204,214,89). Sum of RGB (Red+Green+Blue) = 204+214+89=507 (67% of max value = 765). Red value is 204 (80.08% from 255 or 40.24% from 507); Green value is 214 (83.98% from 255 or 42.21% from 507); Blue value is 89 (35.16% from 255 or 17.55% from 507); Max value from RGB is 214 - color contains mainly: green. Hex color #CCD659 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCD659 is #3329A6. Grayscale: #C5C5C5. Windows color (decimal): -3352999 or 5887692. OLE color: 5887692.
HSL color Cylindrical-coordinate representation of color #CCD659: hue angle of 64.8º degrees, saturation: 0.6, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #CCD659 is Cyan = 0.05, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 204 | 214 | 89 | - |
| CMYK | 0.05 | 0 | 0.58 | 0.16 |
| HSL | 64.8º | 0.6% | 0.59% | - |
| HSV(B) | 64.8º | 0.58% | 0.84% | - |
| XYZ | 50.75 | 61.65 | 18.68 | - |
| YUV | 196.76 | 67.19 | 133.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 214 | 89 | 0.05 | 0 | 0.58 | 0.16 | 64.8 | 0.6 | 0.59 |
| Hex | CC | D6 | 59 | 5 | 0 | 3A | 10 | 41 | 3C | 3B |
| Octal | 314 | 326 | 131 | 5 | 0 | 72 | 20 | 101 | 74 | 73 |
| Binary | 11001100 | 11010110 | 1011001 | 101 | 0 | 111010 | 10000 | 1000001 | 111100 | 111011 |
Color Harmonies of #CCD659
Complementary color
Monochromatic Colors of #CCD659
Black with #CCD659
Text Example
Text Example
White with #CCD659
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCD659; }
p { color: rgb(204,214,89); }
H1.HeaderClassName
{
color: #CCD659;
}
.AnyTagClassName
{
color: #CCD659;
}
</style>
background-color css
<style>
a { background-color: #CCD659; }
a { background-color: rgb(204,214,89); }
div.DivClassName
{
background-color: #CCD659;
}
.BgClassName
{
background-color: #CCD659;
}
</style>
border-color css
<style>
span { border-color: #CCD659; }
span { border-color: rgb(204,214,89); }
td.TdClassName
{
border-color: #CCD659;
}
.TagClassName
{
border-color: #CCD659;
}
</style>