Shades of Wild Willow #CED154
Tints of Wild Willow #CED154
RGB
CMYK
RGB Variations
Color information
#CED154 (or 0xCED154) is known color: Wild Willow. HEX triplet: CE, D1 and 54. RGB value is (206,209,84). Sum of RGB (Red+Green+Blue) = 206+209+84=499 (66% of max value = 765). Red value is 206 (80.86% from 255 or 41.28% from 499); Green value is 209 (82.03% from 255 or 41.88% from 499); Blue value is 84 (33.20% from 255 or 16.83% from 499); Max value from RGB is 209 - color contains mainly: green. Hex color #CED154 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CED154 is #312EAB. Grayscale: #C2C2C2. Windows color (decimal): -3223212 or 5558734. OLE color: 5558734.
HSL color Cylindrical-coordinate representation of color #CED154: hue angle of 61.44º degrees, saturation: 0.58, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CED154 is Cyan = 0.01, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 206 | 209 | 84 | - |
| CMYK | 0.01 | 0 | 0.60 | 0.18 |
| HSL | 61.44º | 0.58% | 0.57% | - |
| HSV(B) | 61.44º | 0.6% | 0.82% | - |
| XYZ | 49.85 | 59.36 | 17.22 | - |
| YUV | 193.85 | 66.01 | 136.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 209 | 84 | 0.01 | 0 | 0.60 | 0.18 | 61.44 | 0.58 | 0.57 |
| Hex | CE | D1 | 54 | 1 | 0 | 3C | 12 | 3D | 3A | 39 |
| Octal | 316 | 321 | 124 | 1 | 0 | 74 | 22 | 75 | 72 | 71 |
| Binary | 11001110 | 11010001 | 1010100 | 1 | 0 | 111100 | 10010 | 111101 | 111010 | 111001 |
Color Harmonies of #CED154
Complementary color
Monochromatic Colors of #CED154
Black with #CED154
Text Example
Text Example
White with #CED154
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CED154; }
p { color: rgb(206,209,84); }
H1.HeaderClassName
{
color: #CED154;
}
.AnyTagClassName
{
color: #CED154;
}
</style>
background-color css
<style>
a { background-color: #CED154; }
a { background-color: rgb(206,209,84); }
div.DivClassName
{
background-color: #CED154;
}
.BgClassName
{
background-color: #CED154;
}
</style>
border-color css
<style>
span { border-color: #CED154; }
span { border-color: rgb(206,209,84); }
td.TdClassName
{
border-color: #CED154;
}
.TagClassName
{
border-color: #CED154;
}
</style>