Shades of Wild Willow #CCD059
Tints of Wild Willow #CCD059
RGB
CMYK
RGB Variations
Color information
#CCD059 (or 0xCCD059) is known color: Wild Willow. HEX triplet: CC, D0 and 59. RGB value is (204,208,89). Sum of RGB (Red+Green+Blue) = 204+208+89=501 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.72% from 501); Green value is 208 (81.64% from 255 or 41.52% from 501); Blue value is 89 (35.16% from 255 or 17.76% from 501); Max value from RGB is 208 - color contains mainly: green. Hex color #CCD059 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCD059 is #332FA6. Grayscale: #C1C1C1. Windows color (decimal): -3354535 or 5886156. OLE color: 5886156.
HSL color Cylindrical-coordinate representation of color #CCD059: hue angle of 62.02º degrees, saturation: 0.56, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #CCD059 is Cyan = 0.02, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 204 | 208 | 89 | - |
| CMYK | 0.02 | 0 | 0.57 | 0.18 |
| HSL | 62.02º | 0.56% | 0.58% | - |
| HSV(B) | 62.02º | 0.57% | 0.82% | - |
| XYZ | 49.26 | 58.67 | 18.18 | - |
| YUV | 193.24 | 69.17 | 135.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 208 | 89 | 0.02 | 0 | 0.57 | 0.18 | 62.02 | 0.56 | 0.58 |
| Hex | CC | D0 | 59 | 2 | 0 | 39 | 12 | 3E | 38 | 3A |
| Octal | 314 | 320 | 131 | 2 | 0 | 71 | 22 | 76 | 70 | 72 |
| Binary | 11001100 | 11010000 | 1011001 | 10 | 0 | 111001 | 10010 | 111110 | 111000 | 111010 |
Color Harmonies of #CCD059
Complementary color
Monochromatic Colors of #CCD059
Black with #CCD059
Text Example
Text Example
White with #CCD059
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCD059; }
p { color: rgb(204,208,89); }
H1.HeaderClassName
{
color: #CCD059;
}
.AnyTagClassName
{
color: #CCD059;
}
</style>
background-color css
<style>
a { background-color: #CCD059; }
a { background-color: rgb(204,208,89); }
div.DivClassName
{
background-color: #CCD059;
}
.BgClassName
{
background-color: #CCD059;
}
</style>
border-color css
<style>
span { border-color: #CCD059; }
span { border-color: rgb(204,208,89); }
td.TdClassName
{
border-color: #CCD059;
}
.TagClassName
{
border-color: #CCD059;
}
</style>