Shades of Wild Willow #CED160
Tints of Wild Willow #CED160
RGB
CMYK
RGB Variations
Color information
#CED160 (or 0xCED160) is known color: Wild Willow. HEX triplet: CE, D1 and 60. RGB value is (206,209,96). Sum of RGB (Red+Green+Blue) = 206+209+96=511 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.31% from 511); Green value is 209 (82.03% from 255 or 40.90% from 511); Blue value is 96 (37.89% from 255 or 18.79% from 511); Max value from RGB is 209 - color contains mainly: green. Hex color #CED160 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CED160 is #312E9F. Grayscale: #C3C3C3. Windows color (decimal): -3223200 or 6345166. OLE color: 6345166.
HSL color Cylindrical-coordinate representation of color #CED160: hue angle of 61.59º degrees, saturation: 0.55, 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 #CED160 is Cyan = 0.01, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 206 | 209 | 96 | - |
| CMYK | 0.01 | 0 | 0.54 | 0.18 |
| HSL | 61.59º | 0.55% | 0.6% | - |
| HSV(B) | 61.59º | 0.54% | 0.82% | - |
| XYZ | 50.37 | 59.57 | 19.91 | - |
| YUV | 195.22 | 72.01 | 135.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 209 | 96 | 0.01 | 0 | 0.54 | 0.18 | 61.59 | 0.55 | 0.6 |
| Hex | CE | D1 | 60 | 1 | 0 | 36 | 12 | 3E | 37 | 3C |
| Octal | 316 | 321 | 140 | 1 | 0 | 66 | 22 | 76 | 67 | 74 |
| Binary | 11001110 | 11010001 | 1100000 | 1 | 0 | 110110 | 10010 | 111110 | 110111 | 111100 |
Color Harmonies of #CED160
Complementary color
Monochromatic Colors of #CED160
Black with #CED160
Text Example
Text Example
White with #CED160
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CED160; }
p { color: rgb(206,209,96); }
H1.HeaderClassName
{
color: #CED160;
}
.AnyTagClassName
{
color: #CED160;
}
</style>
background-color css
<style>
a { background-color: #CED160; }
a { background-color: rgb(206,209,96); }
div.DivClassName
{
background-color: #CED160;
}
.BgClassName
{
background-color: #CED160;
}
</style>
border-color css
<style>
span { border-color: #CED160; }
span { border-color: rgb(206,209,96); }
td.TdClassName
{
border-color: #CED160;
}
.TagClassName
{
border-color: #CED160;
}
</style>