Shades of Wild Willow #CED660
Tints of Wild Willow #CED660
RGB
CMYK
RGB Variations
Color information
#CED660 (or 0xCED660) is known color: Wild Willow. HEX triplet: CE, D6 and 60. RGB value is (206,214,96). Sum of RGB (Red+Green+Blue) = 206+214+96=516 (68% of max value = 765). Red value is 206 (80.86% from 255 or 39.92% from 516); Green value is 214 (83.98% from 255 or 41.47% from 516); Blue value is 96 (37.89% from 255 or 18.60% from 516); Max value from RGB is 214 - color contains mainly: green. Hex color #CED660 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CED660 is #31299F. Grayscale: #C6C6C6. Windows color (decimal): -3221920 or 6346446. OLE color: 6346446.
HSL color Cylindrical-coordinate representation of color #CED660: hue angle of 64.07º degrees, saturation: 0.59, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #CED660 is Cyan = 0.04, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 206 | 214 | 96 | - |
| CMYK | 0.04 | 0 | 0.55 | 0.16 |
| HSL | 64.07º | 0.59% | 0.61% | - |
| HSV(B) | 64.07º | 0.55% | 0.84% | - |
| XYZ | 51.61 | 62.06 | 20.32 | - |
| YUV | 198.16 | 70.35 | 133.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 214 | 96 | 0.04 | 0 | 0.55 | 0.16 | 64.07 | 0.59 | 0.61 |
| Hex | CE | D6 | 60 | 4 | 0 | 37 | 10 | 40 | 3B | 3D |
| Octal | 316 | 326 | 140 | 4 | 0 | 67 | 20 | 100 | 73 | 75 |
| Binary | 11001110 | 11010110 | 1100000 | 100 | 0 | 110111 | 10000 | 1000000 | 111011 | 111101 |
Color Harmonies of #CED660
Complementary color
Monochromatic Colors of #CED660
Black with #CED660
Text Example
Text Example
White with #CED660
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CED660; }
p { color: rgb(206,214,96); }
H1.HeaderClassName
{
color: #CED660;
}
.AnyTagClassName
{
color: #CED660;
}
</style>
background-color css
<style>
a { background-color: #CED660; }
a { background-color: rgb(206,214,96); }
div.DivClassName
{
background-color: #CED660;
}
.BgClassName
{
background-color: #CED660;
}
</style>
border-color css
<style>
span { border-color: #CED660; }
span { border-color: rgb(206,214,96); }
td.TdClassName
{
border-color: #CED660;
}
.TagClassName
{
border-color: #CED660;
}
</style>