Shades of Wild Willow #CCD061
Tints of Wild Willow #CCD061
RGB
CMYK
RGB Variations
Color information
#CCD061 (or 0xCCD061) is known color: Wild Willow. HEX triplet: CC, D0 and 61. RGB value is (204,208,97). Sum of RGB (Red+Green+Blue) = 204+208+97=509 (67% of max value = 765). Red value is 204 (80.08% from 255 or 40.08% from 509); Green value is 208 (81.64% from 255 or 40.86% from 509); Blue value is 97 (38.28% from 255 or 19.06% from 509); Max value from RGB is 208 - color contains mainly: green. Hex color #CCD061 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCD061 is #332F9E. Grayscale: #C2C2C2. Windows color (decimal): -3354527 or 6410444. OLE color: 6410444.
HSL color Cylindrical-coordinate representation of color #CCD061: hue angle of 62.16º degrees, saturation: 0.54, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #CCD061 is Cyan = 0.02, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 204 | 208 | 97 | - |
| CMYK | 0.02 | 0 | 0.53 | 0.18 |
| HSL | 62.16º | 0.54% | 0.6% | - |
| HSV(B) | 62.16º | 0.53% | 0.82% | - |
| XYZ | 49.62 | 58.81 | 20.05 | - |
| YUV | 194.15 | 73.17 | 135.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 208 | 97 | 0.02 | 0 | 0.53 | 0.18 | 62.16 | 0.54 | 0.6 |
| Hex | CC | D0 | 61 | 2 | 0 | 35 | 12 | 3E | 36 | 3C |
| Octal | 314 | 320 | 141 | 2 | 0 | 65 | 22 | 76 | 66 | 74 |
| Binary | 11001100 | 11010000 | 1100001 | 10 | 0 | 110101 | 10010 | 111110 | 110110 | 111100 |
Color Harmonies of #CCD061
Complementary color
Monochromatic Colors of #CCD061
Black with #CCD061
Text Example
Text Example
White with #CCD061
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCD061; }
p { color: rgb(204,208,97); }
H1.HeaderClassName
{
color: #CCD061;
}
.AnyTagClassName
{
color: #CCD061;
}
</style>
background-color css
<style>
a { background-color: #CCD061; }
a { background-color: rgb(204,208,97); }
div.DivClassName
{
background-color: #CCD061;
}
.BgClassName
{
background-color: #CCD061;
}
</style>
border-color css
<style>
span { border-color: #CCD061; }
span { border-color: rgb(204,208,97); }
td.TdClassName
{
border-color: #CCD061;
}
.TagClassName
{
border-color: #CCD061;
}
</style>