Shades of Wild Willow #CED655
Tints of Wild Willow #CED655
RGB
CMYK
RGB Variations
Color information
#CED655 (or 0xCED655) is known color: Wild Willow. HEX triplet: CE, D6 and 55. RGB value is (206,214,85). Sum of RGB (Red+Green+Blue) = 206+214+85=505 (66% of max value = 765). Red value is 206 (80.86% from 255 or 40.79% from 505); Green value is 214 (83.98% from 255 or 42.38% from 505); Blue value is 85 (33.59% from 255 or 16.83% from 505); Max value from RGB is 214 - color contains mainly: green. Hex color #CED655 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CED655 is #3129AA. Grayscale: #C5C5C5. Windows color (decimal): -3221931 or 5625550. OLE color: 5625550.
HSL color Cylindrical-coordinate representation of color #CED655: hue angle of 63.72º degrees, saturation: 0.61, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CED655 is Cyan = 0.04, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 206 | 214 | 85 | - |
| CMYK | 0.04 | 0 | 0.60 | 0.16 |
| HSL | 63.72º | 0.61% | 0.59% | - |
| HSV(B) | 63.72º | 0.6% | 0.84% | - |
| XYZ | 51.14 | 61.87 | 17.84 | - |
| YUV | 196.9 | 64.85 | 134.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 214 | 85 | 0.04 | 0 | 0.60 | 0.16 | 63.72 | 0.61 | 0.59 |
| Hex | CE | D6 | 55 | 4 | 0 | 3C | 10 | 40 | 3D | 3B |
| Octal | 316 | 326 | 125 | 4 | 0 | 74 | 20 | 100 | 75 | 73 |
| Binary | 11001110 | 11010110 | 1010101 | 100 | 0 | 111100 | 10000 | 1000000 | 111101 | 111011 |
Color Harmonies of #CED655
Complementary color
Monochromatic Colors of #CED655
Black with #CED655
Text Example
Text Example
White with #CED655
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CED655; }
p { color: rgb(206,214,85); }
H1.HeaderClassName
{
color: #CED655;
}
.AnyTagClassName
{
color: #CED655;
}
</style>
background-color css
<style>
a { background-color: #CED655; }
a { background-color: rgb(206,214,85); }
div.DivClassName
{
background-color: #CED655;
}
.BgClassName
{
background-color: #CED655;
}
</style>
border-color css
<style>
span { border-color: #CED655; }
span { border-color: rgb(206,214,85); }
td.TdClassName
{
border-color: #CED655;
}
.TagClassName
{
border-color: #CED655;
}
</style>