Shades of Wild Willow #CED461
Tints of Wild Willow #CED461
RGB
CMYK
RGB Variations
Color information
#CED461 (or 0xCED461) is known color: Wild Willow. HEX triplet: CE, D4 and 61. RGB value is (206,212,97). Sum of RGB (Red+Green+Blue) = 206+212+97=515 (68% of max value = 765). Red value is 206 (80.86% from 255 or 40% from 515); Green value is 212 (83.20% from 255 or 41.17% from 515); Blue value is 97 (38.28% from 255 or 18.83% from 515); Max value from RGB is 212 - color contains mainly: green. Hex color #CED461 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CED461 is #312B9E. Grayscale: #C5C5C5. Windows color (decimal): -3222431 or 6411470. OLE color: 6411470.
HSL color Cylindrical-coordinate representation of color #CED461: hue angle of 63.13º degrees, saturation: 0.57, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #CED461 is Cyan = 0.03, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 206 | 212 | 97 | - |
| CMYK | 0.03 | 0 | 0.54 | 0.17 |
| HSL | 63.13º | 0.57% | 0.61% | - |
| HSV(B) | 63.13º | 0.54% | 0.83% | - |
| XYZ | 51.15 | 61.07 | 20.4 | - |
| YUV | 197.1 | 71.51 | 134.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 212 | 97 | 0.03 | 0 | 0.54 | 0.17 | 63.13 | 0.57 | 0.61 |
| Hex | CE | D4 | 61 | 3 | 0 | 36 | 11 | 3F | 39 | 3D |
| Octal | 316 | 324 | 141 | 3 | 0 | 66 | 21 | 77 | 71 | 75 |
| Binary | 11001110 | 11010100 | 1100001 | 11 | 0 | 110110 | 10001 | 111111 | 111001 | 111101 |
Color Harmonies of #CED461
Complementary color
Monochromatic Colors of #CED461
Black with #CED461
Text Example
Text Example
White with #CED461
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CED461; }
p { color: rgb(206,212,97); }
H1.HeaderClassName
{
color: #CED461;
}
.AnyTagClassName
{
color: #CED461;
}
</style>
background-color css
<style>
a { background-color: #CED461; }
a { background-color: rgb(206,212,97); }
div.DivClassName
{
background-color: #CED461;
}
.BgClassName
{
background-color: #CED461;
}
</style>
border-color css
<style>
span { border-color: #CED461; }
span { border-color: rgb(206,212,97); }
td.TdClassName
{
border-color: #CED461;
}
.TagClassName
{
border-color: #CED461;
}
</style>