Shades of Wild Willow #CED85D
Tints of Wild Willow #CED85D
RGB
CMYK
RGB Variations
Color information
#CED85D (or 0xCED85D) is known color: Wild Willow. HEX triplet: CE, D8 and 5D. RGB value is (206,216,93). Sum of RGB (Red+Green+Blue) = 206+216+93=515 (68% of max value = 765). Red value is 206 (80.86% from 255 or 40% from 515); Green value is 216 (84.77% from 255 or 41.94% from 515); Blue value is 93 (36.72% from 255 or 18.06% from 515); Max value from RGB is 216 - color contains mainly: green. Hex color #CED85D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CED85D is #3127A2. Grayscale: #C7C7C7. Windows color (decimal): -3221411 or 6150350. OLE color: 6150350.
HSL color Cylindrical-coordinate representation of color #CED85D: hue angle of 64.88º degrees, saturation: 0.61, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #CED85D is Cyan = 0.05, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 206 | 216 | 93 | - |
| CMYK | 0.05 | 0 | 0.57 | 0.15 |
| HSL | 64.88º | 0.61% | 0.61% | - |
| HSV(B) | 64.88º | 0.57% | 0.85% | - |
| XYZ | 51.99 | 63.02 | 19.78 | - |
| YUV | 198.99 | 68.19 | 133 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 216 | 93 | 0.05 | 0 | 0.57 | 0.15 | 64.88 | 0.61 | 0.61 |
| Hex | CE | D8 | 5D | 5 | 0 | 39 | F | 41 | 3D | 3D |
| Octal | 316 | 330 | 135 | 5 | 0 | 71 | 17 | 101 | 75 | 75 |
| Binary | 11001110 | 11011000 | 1011101 | 101 | 0 | 111001 | 1111 | 1000001 | 111101 | 111101 |
Color Harmonies of #CED85D
Complementary color
Monochromatic Colors of #CED85D
Black with #CED85D
Text Example
Text Example
White with #CED85D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CED85D; }
p { color: rgb(206,216,93); }
H1.HeaderClassName
{
color: #CED85D;
}
.AnyTagClassName
{
color: #CED85D;
}
</style>
background-color css
<style>
a { background-color: #CED85D; }
a { background-color: rgb(206,216,93); }
div.DivClassName
{
background-color: #CED85D;
}
.BgClassName
{
background-color: #CED85D;
}
</style>
border-color css
<style>
span { border-color: #CED85D; }
span { border-color: rgb(206,216,93); }
td.TdClassName
{
border-color: #CED85D;
}
.TagClassName
{
border-color: #CED85D;
}
</style>