Shades of Wild Willow #CED062
Tints of Wild Willow #CED062
RGB
CMYK
RGB Variations
Color information
#CED062 (or 0xCED062) is known color: Wild Willow. HEX triplet: CE, D0 and 62. RGB value is (206,208,98). Sum of RGB (Red+Green+Blue) = 206+208+98=512 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.23% from 512); Green value is 208 (81.64% from 255 or 40.62% from 512); Blue value is 98 (38.67% from 255 or 19.14% from 512); Max value from RGB is 208 - color contains mainly: green. Hex color #CED062 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CED062 is #312F9D. Grayscale: #C3C3C3. Windows color (decimal): -3223454 or 6475982. OLE color: 6475982.
HSL color Cylindrical-coordinate representation of color #CED062: hue angle of 61.09º degrees, saturation: 0.54, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #CED062 is Cyan = 0.01, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 206 | 208 | 98 | - |
| CMYK | 0.01 | 0 | 0.53 | 0.18 |
| HSL | 61.09º | 0.54% | 0.6% | - |
| HSV(B) | 61.09º | 0.53% | 0.82% | - |
| XYZ | 50.21 | 59.12 | 20.32 | - |
| YUV | 194.86 | 73.34 | 135.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 208 | 98 | 0.01 | 0 | 0.53 | 0.18 | 61.09 | 0.54 | 0.6 |
| Hex | CE | D0 | 62 | 1 | 0 | 35 | 12 | 3D | 36 | 3C |
| Octal | 316 | 320 | 142 | 1 | 0 | 65 | 22 | 75 | 66 | 74 |
| Binary | 11001110 | 11010000 | 1100010 | 1 | 0 | 110101 | 10010 | 111101 | 110110 | 111100 |
Color Harmonies of #CED062
Complementary color
Monochromatic Colors of #CED062
Black with #CED062
Text Example
Text Example
White with #CED062
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CED062; }
p { color: rgb(206,208,98); }
H1.HeaderClassName
{
color: #CED062;
}
.AnyTagClassName
{
color: #CED062;
}
</style>
background-color css
<style>
a { background-color: #CED062; }
a { background-color: rgb(206,208,98); }
div.DivClassName
{
background-color: #CED062;
}
.BgClassName
{
background-color: #CED062;
}
</style>
border-color css
<style>
span { border-color: #CED062; }
span { border-color: rgb(206,208,98); }
td.TdClassName
{
border-color: #CED062;
}
.TagClassName
{
border-color: #CED062;
}
</style>