Shades of Wild Willow #CED361
Tints of Wild Willow #CED361
RGB
CMYK
RGB Variations
Color information
#CED361 (or 0xCED361) is known color: Wild Willow. HEX triplet: CE, D3 and 61. RGB value is (206,211,97). Sum of RGB (Red+Green+Blue) = 206+211+97=514 (68% of max value = 765). Red value is 206 (80.86% from 255 or 40.08% from 514); Green value is 211 (82.81% from 255 or 41.05% from 514); Blue value is 97 (38.28% from 255 or 18.87% from 514); Max value from RGB is 211 - color contains mainly: green. Hex color #CED361 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CED361 is #312C9E. Grayscale: #C4C4C4. Windows color (decimal): -3222687 or 6411214. OLE color: 6411214.
HSL color Cylindrical-coordinate representation of color #CED361: hue angle of 62.63º degrees, saturation: 0.56, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #CED361 is Cyan = 0.02, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 206 | 211 | 97 | - |
| CMYK | 0.02 | 0 | 0.54 | 0.17 |
| HSL | 62.63º | 0.56% | 0.6% | - |
| HSV(B) | 62.63º | 0.54% | 0.83% | - |
| XYZ | 50.91 | 60.57 | 20.32 | - |
| YUV | 196.51 | 71.84 | 134.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 211 | 97 | 0.02 | 0 | 0.54 | 0.17 | 62.63 | 0.56 | 0.6 |
| Hex | CE | D3 | 61 | 2 | 0 | 36 | 11 | 3F | 38 | 3C |
| Octal | 316 | 323 | 141 | 2 | 0 | 66 | 21 | 77 | 70 | 74 |
| Binary | 11001110 | 11010011 | 1100001 | 10 | 0 | 110110 | 10001 | 111111 | 111000 | 111100 |
Color Harmonies of #CED361
Complementary color
Monochromatic Colors of #CED361
Black with #CED361
Text Example
Text Example
White with #CED361
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CED361; }
p { color: rgb(206,211,97); }
H1.HeaderClassName
{
color: #CED361;
}
.AnyTagClassName
{
color: #CED361;
}
</style>
background-color css
<style>
a { background-color: #CED361; }
a { background-color: rgb(206,211,97); }
div.DivClassName
{
background-color: #CED361;
}
.BgClassName
{
background-color: #CED361;
}
</style>
border-color css
<style>
span { border-color: #CED361; }
span { border-color: rgb(206,211,97); }
td.TdClassName
{
border-color: #CED361;
}
.TagClassName
{
border-color: #CED361;
}
</style>