Shades of Wild Willow #CED15D
Tints of Wild Willow #CED15D
RGB
CMYK
RGB Variations
Color information
#CED15D (or 0xCED15D) is known color: Wild Willow. HEX triplet: CE, D1 and 5D. RGB value is (206,209,93). Sum of RGB (Red+Green+Blue) = 206+209+93=508 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.55% from 508); Green value is 209 (82.03% from 255 or 41.14% from 508); Blue value is 93 (36.72% from 255 or 18.31% from 508); Max value from RGB is 209 - color contains mainly: green. Hex color #CED15D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CED15D is #312EA2. Grayscale: #C3C3C3. Windows color (decimal): -3223203 or 6148558. OLE color: 6148558.
HSL color Cylindrical-coordinate representation of color #CED15D: hue angle of 61.55º degrees, saturation: 0.56, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #CED15D is Cyan = 0.01, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 206 | 209 | 93 | - |
| CMYK | 0.01 | 0 | 0.56 | 0.18 |
| HSL | 61.55º | 0.56% | 0.59% | - |
| HSV(B) | 61.55º | 0.56% | 0.82% | - |
| XYZ | 50.23 | 59.51 | 19.2 | - |
| YUV | 194.88 | 70.51 | 135.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 209 | 93 | 0.01 | 0 | 0.56 | 0.18 | 61.55 | 0.56 | 0.59 |
| Hex | CE | D1 | 5D | 1 | 0 | 38 | 12 | 3E | 38 | 3B |
| Octal | 316 | 321 | 135 | 1 | 0 | 70 | 22 | 76 | 70 | 73 |
| Binary | 11001110 | 11010001 | 1011101 | 1 | 0 | 111000 | 10010 | 111110 | 111000 | 111011 |
Color Harmonies of #CED15D
Complementary color
Monochromatic Colors of #CED15D
Black with #CED15D
Text Example
Text Example
White with #CED15D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CED15D; }
p { color: rgb(206,209,93); }
H1.HeaderClassName
{
color: #CED15D;
}
.AnyTagClassName
{
color: #CED15D;
}
</style>
background-color css
<style>
a { background-color: #CED15D; }
a { background-color: rgb(206,209,93); }
div.DivClassName
{
background-color: #CED15D;
}
.BgClassName
{
background-color: #CED15D;
}
</style>
border-color css
<style>
span { border-color: #CED15D; }
span { border-color: rgb(206,209,93); }
td.TdClassName
{
border-color: #CED15D;
}
.TagClassName
{
border-color: #CED15D;
}
</style>