Shades of Wild Willow #CED063
Tints of Wild Willow #CED063
RGB
CMYK
RGB Variations
Color information
#CED063 (or 0xCED063) is known color: Wild Willow. HEX triplet: CE, D0 and 63. RGB value is (206,208,99). Sum of RGB (Red+Green+Blue) = 206+208+99=513 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.16% from 513); Green value is 208 (81.64% from 255 or 40.55% from 513); Blue value is 99 (39.06% from 255 or 19.30% from 513); Max value from RGB is 208 - color contains mainly: green. Hex color #CED063 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CED063 is #312F9C. Grayscale: #C3C3C3. Windows color (decimal): -3223453 or 6541518. OLE color: 6541518.
HSL color Cylindrical-coordinate representation of color #CED063: hue angle of 61.1º degrees, saturation: 0.54, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #CED063 is Cyan = 0.01, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 206 | 208 | 99 | - |
| CMYK | 0.01 | 0 | 0.52 | 0.18 |
| HSL | 61.1º | 0.54% | 0.6% | - |
| HSV(B) | 61.1º | 0.52% | 0.82% | - |
| XYZ | 50.26 | 59.13 | 20.57 | - |
| YUV | 194.98 | 73.84 | 135.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 208 | 99 | 0.01 | 0 | 0.52 | 0.18 | 61.1 | 0.54 | 0.6 |
| Hex | CE | D0 | 63 | 1 | 0 | 34 | 12 | 3D | 36 | 3C |
| Octal | 316 | 320 | 143 | 1 | 0 | 64 | 22 | 75 | 66 | 74 |
| Binary | 11001110 | 11010000 | 1100011 | 1 | 0 | 110100 | 10010 | 111101 | 110110 | 111100 |
Color Harmonies of #CED063
Complementary color
Monochromatic Colors of #CED063
Black with #CED063
Text Example
Text Example
White with #CED063
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CED063; }
p { color: rgb(206,208,99); }
H1.HeaderClassName
{
color: #CED063;
}
.AnyTagClassName
{
color: #CED063;
}
</style>
background-color css
<style>
a { background-color: #CED063; }
a { background-color: rgb(206,208,99); }
div.DivClassName
{
background-color: #CED063;
}
.BgClassName
{
background-color: #CED063;
}
</style>
border-color css
<style>
span { border-color: #CED063; }
span { border-color: rgb(206,208,99); }
td.TdClassName
{
border-color: #CED063;
}
.TagClassName
{
border-color: #CED063;
}
</style>