Shades of Wild Willow #CED363
Tints of Wild Willow #CED363
RGB
CMYK
RGB Variations
Color information
#CED363 (or 0xCED363) is known color: Wild Willow. HEX triplet: CE, D3 and 63. RGB value is (206,211,99). Sum of RGB (Red+Green+Blue) = 206+211+99=516 (68% of max value = 765). Red value is 206 (80.86% from 255 or 39.92% from 516); Green value is 211 (82.81% from 255 or 40.89% from 516); Blue value is 99 (39.06% from 255 or 19.19% from 516); Max value from RGB is 211 - color contains mainly: green. Hex color #CED363 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CED363 is #312C9C. Grayscale: #C5C5C5. Windows color (decimal): -3222685 or 6542286. OLE color: 6542286.
HSL color Cylindrical-coordinate representation of color #CED363: hue angle of 62.68º degrees, saturation: 0.56, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #CED363 is Cyan = 0.02, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 206 | 211 | 99 | - |
| CMYK | 0.02 | 0 | 0.53 | 0.17 |
| HSL | 62.68º | 0.56% | 0.61% | - |
| HSV(B) | 62.68º | 0.53% | 0.83% | - |
| XYZ | 51 | 60.61 | 20.82 | - |
| YUV | 196.74 | 72.84 | 134.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 211 | 99 | 0.02 | 0 | 0.53 | 0.17 | 62.68 | 0.56 | 0.61 |
| Hex | CE | D3 | 63 | 2 | 0 | 35 | 11 | 3F | 38 | 3D |
| Octal | 316 | 323 | 143 | 2 | 0 | 65 | 21 | 77 | 70 | 75 |
| Binary | 11001110 | 11010011 | 1100011 | 10 | 0 | 110101 | 10001 | 111111 | 111000 | 111101 |
Color Harmonies of #CED363
Complementary color
Monochromatic Colors of #CED363
Black with #CED363
Text Example
Text Example
White with #CED363
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CED363; }
p { color: rgb(206,211,99); }
H1.HeaderClassName
{
color: #CED363;
}
.AnyTagClassName
{
color: #CED363;
}
</style>
background-color css
<style>
a { background-color: #CED363; }
a { background-color: rgb(206,211,99); }
div.DivClassName
{
background-color: #CED363;
}
.BgClassName
{
background-color: #CED363;
}
</style>
border-color css
<style>
span { border-color: #CED363; }
span { border-color: rgb(206,211,99); }
td.TdClassName
{
border-color: #CED363;
}
.TagClassName
{
border-color: #CED363;
}
</style>