Shades of Wild Willow #CED460
Tints of Wild Willow #CED460
RGB
CMYK
RGB Variations
Color information
#CED460 (or 0xCED460) is known color: Wild Willow. HEX triplet: CE, D4 and 60. RGB value is (206,212,96). Sum of RGB (Red+Green+Blue) = 206+212+96=514 (68% of max value = 765). Red value is 206 (80.86% from 255 or 40.08% from 514); Green value is 212 (83.20% from 255 or 41.25% from 514); Blue value is 96 (37.89% from 255 or 18.68% from 514); Max value from RGB is 212 - color contains mainly: green. Hex color #CED460 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CED460 is #312B9F. Grayscale: #C5C5C5. Windows color (decimal): -3222432 or 6345934. OLE color: 6345934.
HSL color Cylindrical-coordinate representation of color #CED460: hue angle of 63.1º degrees, saturation: 0.57, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #CED460 is Cyan = 0.03, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 206 | 212 | 96 | - |
| CMYK | 0.03 | 0 | 0.55 | 0.17 |
| HSL | 63.1º | 0.57% | 0.6% | - |
| HSV(B) | 63.1º | 0.55% | 0.83% | - |
| XYZ | 51.11 | 61.05 | 20.16 | - |
| YUV | 196.98 | 71.01 | 134.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 212 | 96 | 0.03 | 0 | 0.55 | 0.17 | 63.1 | 0.57 | 0.6 |
| Hex | CE | D4 | 60 | 3 | 0 | 37 | 11 | 3F | 39 | 3C |
| Octal | 316 | 324 | 140 | 3 | 0 | 67 | 21 | 77 | 71 | 74 |
| Binary | 11001110 | 11010100 | 1100000 | 11 | 0 | 110111 | 10001 | 111111 | 111001 | 111100 |
Color Harmonies of #CED460
Complementary color
Monochromatic Colors of #CED460
Black with #CED460
Text Example
Text Example
White with #CED460
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CED460; }
p { color: rgb(206,212,96); }
H1.HeaderClassName
{
color: #CED460;
}
.AnyTagClassName
{
color: #CED460;
}
</style>
background-color css
<style>
a { background-color: #CED460; }
a { background-color: rgb(206,212,96); }
div.DivClassName
{
background-color: #CED460;
}
.BgClassName
{
background-color: #CED460;
}
</style>
border-color css
<style>
span { border-color: #CED460; }
span { border-color: rgb(206,212,96); }
td.TdClassName
{
border-color: #CED460;
}
.TagClassName
{
border-color: #CED460;
}
</style>