Shades of Wild Willow #CED055
Tints of Wild Willow #CED055
RGB
CMYK
RGB Variations
Color information
#CED055 (or 0xCED055) is known color: Wild Willow. HEX triplet: CE, D0 and 55. RGB value is (206,208,85). Sum of RGB (Red+Green+Blue) = 206+208+85=499 (66% of max value = 765). Red value is 206 (80.86% from 255 or 41.28% from 499); Green value is 208 (81.64% from 255 or 41.68% from 499); Blue value is 85 (33.59% from 255 or 17.03% from 499); Max value from RGB is 208 - color contains mainly: green. Hex color #CED055 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CED055 is #312FAA. Grayscale: #C1C1C1. Windows color (decimal): -3223467 or 5624014. OLE color: 5624014.
HSL color Cylindrical-coordinate representation of color #CED055: hue angle of 60.98º degrees, saturation: 0.57, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #CED055 is Cyan = 0.01, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 206 | 208 | 85 | - |
| CMYK | 0.01 | 0 | 0.59 | 0.18 |
| HSL | 60.98º | 0.57% | 0.57% | - |
| HSV(B) | 60.98º | 0.59% | 0.82% | - |
| XYZ | 49.65 | 58.89 | 17.34 | - |
| YUV | 193.38 | 66.84 | 137 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 208 | 85 | 0.01 | 0 | 0.59 | 0.18 | 60.98 | 0.57 | 0.57 |
| Hex | CE | D0 | 55 | 1 | 0 | 3B | 12 | 3D | 39 | 39 |
| Octal | 316 | 320 | 125 | 1 | 0 | 73 | 22 | 75 | 71 | 71 |
| Binary | 11001110 | 11010000 | 1010101 | 1 | 0 | 111011 | 10010 | 111101 | 111001 | 111001 |
Color Harmonies of #CED055
Complementary color
Monochromatic Colors of #CED055
Black with #CED055
Text Example
Text Example
White with #CED055
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CED055; }
p { color: rgb(206,208,85); }
H1.HeaderClassName
{
color: #CED055;
}
.AnyTagClassName
{
color: #CED055;
}
</style>
background-color css
<style>
a { background-color: #CED055; }
a { background-color: rgb(206,208,85); }
div.DivClassName
{
background-color: #CED055;
}
.BgClassName
{
background-color: #CED055;
}
</style>
border-color css
<style>
span { border-color: #CED055; }
span { border-color: rgb(206,208,85); }
td.TdClassName
{
border-color: #CED055;
}
.TagClassName
{
border-color: #CED055;
}
</style>