Shades of Wild Willow #CED161
Tints of Wild Willow #CED161
RGB
CMYK
RGB Variations
Color information
#CED161 (or 0xCED161) is known color: Wild Willow. HEX triplet: CE, D1 and 61. RGB value is (206,209,97). Sum of RGB (Red+Green+Blue) = 206+209+97=512 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.23% from 512); Green value is 209 (82.03% from 255 or 40.82% from 512); Blue value is 97 (38.28% from 255 or 18.95% from 512); Max value from RGB is 209 - color contains mainly: green. Hex color #CED161 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CED161 is #312E9E. Grayscale: #C3C3C3. Windows color (decimal): -3223199 or 6410702. OLE color: 6410702.
HSL color Cylindrical-coordinate representation of color #CED161: hue angle of 61.61º degrees, saturation: 0.55, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #CED161 is Cyan = 0.01, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 206 | 209 | 97 | - |
| CMYK | 0.01 | 0 | 0.54 | 0.18 |
| HSL | 61.61º | 0.55% | 0.6% | - |
| HSV(B) | 61.61º | 0.54% | 0.82% | - |
| XYZ | 50.41 | 59.59 | 20.15 | - |
| YUV | 195.34 | 72.51 | 135.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 209 | 97 | 0.01 | 0 | 0.54 | 0.18 | 61.61 | 0.55 | 0.6 |
| Hex | CE | D1 | 61 | 1 | 0 | 36 | 12 | 3E | 37 | 3C |
| Octal | 316 | 321 | 141 | 1 | 0 | 66 | 22 | 76 | 67 | 74 |
| Binary | 11001110 | 11010001 | 1100001 | 1 | 0 | 110110 | 10010 | 111110 | 110111 | 111100 |
Color Harmonies of #CED161
Complementary color
Monochromatic Colors of #CED161
Black with #CED161
Text Example
Text Example
White with #CED161
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CED161; }
p { color: rgb(206,209,97); }
H1.HeaderClassName
{
color: #CED161;
}
.AnyTagClassName
{
color: #CED161;
}
</style>
background-color css
<style>
a { background-color: #CED161; }
a { background-color: rgb(206,209,97); }
div.DivClassName
{
background-color: #CED161;
}
.BgClassName
{
background-color: #CED161;
}
</style>
border-color css
<style>
span { border-color: #CED161; }
span { border-color: rgb(206,209,97); }
td.TdClassName
{
border-color: #CED161;
}
.TagClassName
{
border-color: #CED161;
}
</style>