Shades of Wild Willow #CED060
Tints of Wild Willow #CED060
RGB
CMYK
RGB Variations
Color information
#CED060 (or 0xCED060) is known color: Wild Willow. HEX triplet: CE, D0 and 60. RGB value is (206,208,96). Sum of RGB (Red+Green+Blue) = 206+208+96=510 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.39% from 510); Green value is 208 (81.64% from 255 or 40.78% from 510); Blue value is 96 (37.89% from 255 or 18.82% from 510); Max value from RGB is 208 - color contains mainly: green. Hex color #CED060 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CED060 is #312F9F. Grayscale: #C3C3C3. Windows color (decimal): -3223456 or 6344910. OLE color: 6344910.
HSL color Cylindrical-coordinate representation of color #CED060: hue angle of 61.07º degrees, saturation: 0.54, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #CED060 is Cyan = 0.01, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 206 | 208 | 96 | - |
| CMYK | 0.01 | 0 | 0.54 | 0.18 |
| HSL | 61.07º | 0.54% | 0.6% | - |
| HSV(B) | 61.07º | 0.54% | 0.82% | - |
| XYZ | 50.12 | 59.08 | 19.83 | - |
| YUV | 194.63 | 72.34 | 136.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 208 | 96 | 0.01 | 0 | 0.54 | 0.18 | 61.07 | 0.54 | 0.6 |
| Hex | CE | D0 | 60 | 1 | 0 | 36 | 12 | 3D | 36 | 3C |
| Octal | 316 | 320 | 140 | 1 | 0 | 66 | 22 | 75 | 66 | 74 |
| Binary | 11001110 | 11010000 | 1100000 | 1 | 0 | 110110 | 10010 | 111101 | 110110 | 111100 |
Color Harmonies of #CED060
Complementary color
Monochromatic Colors of #CED060
Black with #CED060
Text Example
Text Example
White with #CED060
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CED060; }
p { color: rgb(206,208,96); }
H1.HeaderClassName
{
color: #CED060;
}
.AnyTagClassName
{
color: #CED060;
}
</style>
background-color css
<style>
a { background-color: #CED060; }
a { background-color: rgb(206,208,96); }
div.DivClassName
{
background-color: #CED060;
}
.BgClassName
{
background-color: #CED060;
}
</style>
border-color css
<style>
span { border-color: #CED060; }
span { border-color: rgb(206,208,96); }
td.TdClassName
{
border-color: #CED060;
}
.TagClassName
{
border-color: #CED060;
}
</style>