Shades of Wild Willow #CED553
Tints of Wild Willow #CED553
RGB
CMYK
RGB Variations
Color information
#CED553 (or 0xCED553) is known color: Wild Willow. HEX triplet: CE, D5 and 53. RGB value is (206,213,83). Sum of RGB (Red+Green+Blue) = 206+213+83=502 (66% of max value = 765). Red value is 206 (80.86% from 255 or 41.04% from 502); Green value is 213 (83.59% from 255 or 42.43% from 502); Blue value is 83 (32.81% from 255 or 16.53% from 502); Max value from RGB is 213 - color contains mainly: green. Hex color #CED553 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CED553 is #312AAC. Grayscale: #C4C4C4. Windows color (decimal): -3222189 or 5494222. OLE color: 5494222.
HSL color Cylindrical-coordinate representation of color #CED553: hue angle of 63.23º degrees, saturation: 0.61, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #CED553 is Cyan = 0.03, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 206 | 213 | 83 | - |
| CMYK | 0.03 | 0 | 0.61 | 0.16 |
| HSL | 63.23º | 0.61% | 0.58% | - |
| HSV(B) | 63.23º | 0.61% | 0.84% | - |
| XYZ | 50.81 | 61.33 | 17.34 | - |
| YUV | 196.09 | 64.18 | 135.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 213 | 83 | 0.03 | 0 | 0.61 | 0.16 | 63.23 | 0.61 | 0.58 |
| Hex | CE | D5 | 53 | 3 | 0 | 3D | 10 | 3F | 3D | 3A |
| Octal | 316 | 325 | 123 | 3 | 0 | 75 | 20 | 77 | 75 | 72 |
| Binary | 11001110 | 11010101 | 1010011 | 11 | 0 | 111101 | 10000 | 111111 | 111101 | 111010 |
Color Harmonies of #CED553
Complementary color
Monochromatic Colors of #CED553
Black with #CED553
Text Example
Text Example
White with #CED553
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CED553; }
p { color: rgb(206,213,83); }
H1.HeaderClassName
{
color: #CED553;
}
.AnyTagClassName
{
color: #CED553;
}
</style>
background-color css
<style>
a { background-color: #CED553; }
a { background-color: rgb(206,213,83); }
div.DivClassName
{
background-color: #CED553;
}
.BgClassName
{
background-color: #CED553;
}
</style>
border-color css
<style>
span { border-color: #CED553; }
span { border-color: rgb(206,213,83); }
td.TdClassName
{
border-color: #CED553;
}
.TagClassName
{
border-color: #CED553;
}
</style>