Shades of Wild Willow #CED65D
Tints of Wild Willow #CED65D
RGB
CMYK
RGB Variations
Color information
#CED65D (or 0xCED65D) is known color: Wild Willow. HEX triplet: CE, D6 and 5D. RGB value is (206,214,93). Sum of RGB (Red+Green+Blue) = 206+214+93=513 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.16% from 513); Green value is 214 (83.98% from 255 or 41.72% from 513); Blue value is 93 (36.72% from 255 or 18.13% from 513); Max value from RGB is 214 - color contains mainly: green. Hex color #CED65D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CED65D is #3129A2. Grayscale: #C6C6C6. Windows color (decimal): -3221923 or 6149838. OLE color: 6149838.
HSL color Cylindrical-coordinate representation of color #CED65D: hue angle of 63.97º degrees, saturation: 0.6, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #CED65D is Cyan = 0.04, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 206 | 214 | 93 | - |
| CMYK | 0.04 | 0 | 0.57 | 0.16 |
| HSL | 63.97º | 0.6% | 0.6% | - |
| HSV(B) | 63.97º | 0.57% | 0.84% | - |
| XYZ | 51.48 | 62.01 | 19.61 | - |
| YUV | 197.81 | 68.85 | 133.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 214 | 93 | 0.04 | 0 | 0.57 | 0.16 | 63.97 | 0.6 | 0.6 |
| Hex | CE | D6 | 5D | 4 | 0 | 39 | 10 | 40 | 3C | 3C |
| Octal | 316 | 326 | 135 | 4 | 0 | 71 | 20 | 100 | 74 | 74 |
| Binary | 11001110 | 11010110 | 1011101 | 100 | 0 | 111001 | 10000 | 1000000 | 111100 | 111100 |
Color Harmonies of #CED65D
Complementary color
Monochromatic Colors of #CED65D
Black with #CED65D
Text Example
Text Example
White with #CED65D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CED65D; }
p { color: rgb(206,214,93); }
H1.HeaderClassName
{
color: #CED65D;
}
.AnyTagClassName
{
color: #CED65D;
}
</style>
background-color css
<style>
a { background-color: #CED65D; }
a { background-color: rgb(206,214,93); }
div.DivClassName
{
background-color: #CED65D;
}
.BgClassName
{
background-color: #CED65D;
}
</style>
border-color css
<style>
span { border-color: #CED65D; }
span { border-color: rgb(206,214,93); }
td.TdClassName
{
border-color: #CED65D;
}
.TagClassName
{
border-color: #CED65D;
}
</style>