Shades of Wild Willow #CED662
Tints of Wild Willow #CED662
RGB
CMYK
RGB Variations
Color information
#CED662 (or 0xCED662) is known color: Wild Willow. HEX triplet: CE, D6 and 62. RGB value is (206,214,98). Sum of RGB (Red+Green+Blue) = 206+214+98=518 (68% of max value = 765). Red value is 206 (80.86% from 255 or 39.77% from 518); Green value is 214 (83.98% from 255 or 41.31% from 518); Blue value is 98 (38.67% from 255 or 18.92% from 518); Max value from RGB is 214 - color contains mainly: green. Hex color #CED662 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CED662 is #31299D. Grayscale: #C6C6C6. Windows color (decimal): -3221918 or 6477518. OLE color: 6477518.
HSL color Cylindrical-coordinate representation of color #CED662: hue angle of 64.14º degrees, saturation: 0.59, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #CED662 is Cyan = 0.04, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 206 | 214 | 98 | - |
| CMYK | 0.04 | 0 | 0.54 | 0.16 |
| HSL | 64.14º | 0.59% | 0.61% | - |
| HSV(B) | 64.14º | 0.54% | 0.84% | - |
| XYZ | 51.7 | 62.1 | 20.82 | - |
| YUV | 198.38 | 71.35 | 133.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 214 | 98 | 0.04 | 0 | 0.54 | 0.16 | 64.14 | 0.59 | 0.61 |
| Hex | CE | D6 | 62 | 4 | 0 | 36 | 10 | 40 | 3B | 3D |
| Octal | 316 | 326 | 142 | 4 | 0 | 66 | 20 | 100 | 73 | 75 |
| Binary | 11001110 | 11010110 | 1100010 | 100 | 0 | 110110 | 10000 | 1000000 | 111011 | 111101 |
Color Harmonies of #CED662
Complementary color
Monochromatic Colors of #CED662
Black with #CED662
Text Example
Text Example
White with #CED662
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CED662; }
p { color: rgb(206,214,98); }
H1.HeaderClassName
{
color: #CED662;
}
.AnyTagClassName
{
color: #CED662;
}
</style>
background-color css
<style>
a { background-color: #CED662; }
a { background-color: rgb(206,214,98); }
div.DivClassName
{
background-color: #CED662;
}
.BgClassName
{
background-color: #CED662;
}
</style>
border-color css
<style>
span { border-color: #CED662; }
span { border-color: rgb(206,214,98); }
td.TdClassName
{
border-color: #CED662;
}
.TagClassName
{
border-color: #CED662;
}
</style>