Shades of Wild Willow #CED653
Tints of Wild Willow #CED653
RGB
CMYK
RGB Variations
Color information
#CED653 (or 0xCED653) is known color: Wild Willow. HEX triplet: CE, D6 and 53. RGB value is (206,214,83). Sum of RGB (Red+Green+Blue) = 206+214+83=503 (66% of max value = 765). Red value is 206 (80.86% from 255 or 40.95% from 503); Green value is 214 (83.98% from 255 or 42.54% from 503); Blue value is 83 (32.81% from 255 or 16.50% from 503); Max value from RGB is 214 - color contains mainly: green. Hex color #CED653 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CED653 is #3129AC. Grayscale: #C5C5C5. Windows color (decimal): -3221933 or 5494478. OLE color: 5494478.
HSL color Cylindrical-coordinate representation of color #CED653: hue angle of 63.66º degrees, saturation: 0.62, 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 #CED653 is Cyan = 0.04, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 206 | 214 | 83 | - |
| CMYK | 0.04 | 0 | 0.61 | 0.16 |
| HSL | 63.66º | 0.62% | 0.58% | - |
| HSV(B) | 63.66º | 0.61% | 0.84% | - |
| XYZ | 51.06 | 61.84 | 17.43 | - |
| YUV | 196.67 | 63.85 | 134.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 214 | 83 | 0.04 | 0 | 0.61 | 0.16 | 63.66 | 0.62 | 0.58 |
| Hex | CE | D6 | 53 | 4 | 0 | 3D | 10 | 40 | 3E | 3A |
| Octal | 316 | 326 | 123 | 4 | 0 | 75 | 20 | 100 | 76 | 72 |
| Binary | 11001110 | 11010110 | 1010011 | 100 | 0 | 111101 | 10000 | 1000000 | 111110 | 111010 |
Color Harmonies of #CED653
Complementary color
Monochromatic Colors of #CED653
Black with #CED653
Text Example
Text Example
White with #CED653
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CED653; }
p { color: rgb(206,214,83); }
H1.HeaderClassName
{
color: #CED653;
}
.AnyTagClassName
{
color: #CED653;
}
</style>
background-color css
<style>
a { background-color: #CED653; }
a { background-color: rgb(206,214,83); }
div.DivClassName
{
background-color: #CED653;
}
.BgClassName
{
background-color: #CED653;
}
</style>
border-color css
<style>
span { border-color: #CED653; }
span { border-color: rgb(206,214,83); }
td.TdClassName
{
border-color: #CED653;
}
.TagClassName
{
border-color: #CED653;
}
</style>