Shades of Wild Willow #CCD861
Tints of Wild Willow #CCD861
RGB
CMYK
RGB Variations
Color information
#CCD861 (or 0xCCD861) is known color: Wild Willow. HEX triplet: CC, D8 and 61. RGB value is (204,216,97). Sum of RGB (Red+Green+Blue) = 204+216+97=517 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.46% from 517); Green value is 216 (84.77% from 255 or 41.78% from 517); Blue value is 97 (38.28% from 255 or 18.76% from 517); Max value from RGB is 216 - color contains mainly: green. Hex color #CCD861 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCD861 is #33279E. Grayscale: #C7C7C7. Windows color (decimal): -3352479 or 6412492. OLE color: 6412492.
HSL color Cylindrical-coordinate representation of color #CCD861: hue angle of 66.05º degrees, saturation: 0.6, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #CCD861 is Cyan = 0.06, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 204 | 216 | 97 | - |
| CMYK | 0.06 | 0 | 0.55 | 0.15 |
| HSL | 66.05º | 0.6% | 0.61% | - |
| HSV(B) | 66.05º | 0.55% | 0.85% | - |
| XYZ | 51.62 | 62.81 | 20.71 | - |
| YUV | 198.85 | 70.52 | 131.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 216 | 97 | 0.06 | 0 | 0.55 | 0.15 | 66.05 | 0.6 | 0.61 |
| Hex | CC | D8 | 61 | 6 | 0 | 37 | F | 42 | 3C | 3D |
| Octal | 314 | 330 | 141 | 6 | 0 | 67 | 17 | 102 | 74 | 75 |
| Binary | 11001100 | 11011000 | 1100001 | 110 | 0 | 110111 | 1111 | 1000010 | 111100 | 111101 |
Color Harmonies of #CCD861
Complementary color
Monochromatic Colors of #CCD861
Black with #CCD861
Text Example
Text Example
White with #CCD861
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCD861; }
p { color: rgb(204,216,97); }
H1.HeaderClassName
{
color: #CCD861;
}
.AnyTagClassName
{
color: #CCD861;
}
</style>
background-color css
<style>
a { background-color: #CCD861; }
a { background-color: rgb(204,216,97); }
div.DivClassName
{
background-color: #CCD861;
}
.BgClassName
{
background-color: #CCD861;
}
</style>
border-color css
<style>
span { border-color: #CCD861; }
span { border-color: rgb(204,216,97); }
td.TdClassName
{
border-color: #CCD861;
}
.TagClassName
{
border-color: #CCD861;
}
</style>