Shades of Wild Willow #CED353
Tints of Wild Willow #CED353
RGB
CMYK
RGB Variations
Color information
#CED353 (or 0xCED353) is known color: Wild Willow. HEX triplet: CE, D3 and 53. RGB value is (206,211,83). Sum of RGB (Red+Green+Blue) = 206+211+83=500 (66% of max value = 765). Red value is 206 (80.86% from 255 or 41.2% from 500); Green value is 211 (82.81% from 255 or 42.2% from 500); Blue value is 83 (32.81% from 255 or 16.6% from 500); Max value from RGB is 211 - color contains mainly: green. Hex color #CED353 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CED353 is #312CAC. Grayscale: #C3C3C3. Windows color (decimal): -3222701 or 5493710. OLE color: 5493710.
HSL color Cylindrical-coordinate representation of color #CED353: hue angle of 62.34º degrees, saturation: 0.59, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #CED353 is Cyan = 0.02, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 206 | 211 | 83 | - |
| CMYK | 0.02 | 0 | 0.61 | 0.17 |
| HSL | 62.34º | 0.59% | 0.58% | - |
| HSV(B) | 62.34º | 0.61% | 0.83% | - |
| XYZ | 50.31 | 60.33 | 17.18 | - |
| YUV | 194.91 | 64.84 | 135.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 211 | 83 | 0.02 | 0 | 0.61 | 0.17 | 62.34 | 0.59 | 0.58 |
| Hex | CE | D3 | 53 | 2 | 0 | 3D | 11 | 3E | 3B | 3A |
| Octal | 316 | 323 | 123 | 2 | 0 | 75 | 21 | 76 | 73 | 72 |
| Binary | 11001110 | 11010011 | 1010011 | 10 | 0 | 111101 | 10001 | 111110 | 111011 | 111010 |
Color Harmonies of #CED353
Complementary color
Monochromatic Colors of #CED353
Black with #CED353
Text Example
Text Example
White with #CED353
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CED353; }
p { color: rgb(206,211,83); }
H1.HeaderClassName
{
color: #CED353;
}
.AnyTagClassName
{
color: #CED353;
}
</style>
background-color css
<style>
a { background-color: #CED353; }
a { background-color: rgb(206,211,83); }
div.DivClassName
{
background-color: #CED353;
}
.BgClassName
{
background-color: #CED353;
}
</style>
border-color css
<style>
span { border-color: #CED353; }
span { border-color: rgb(206,211,83); }
td.TdClassName
{
border-color: #CED353;
}
.TagClassName
{
border-color: #CED353;
}
</style>