Shades of Wild Willow #CED15C
Tints of Wild Willow #CED15C
RGB
CMYK
RGB Variations
Color information
#CED15C (or 0xCED15C) is known color: Wild Willow. HEX triplet: CE, D1 and 5C. RGB value is (206,209,92). Sum of RGB (Red+Green+Blue) = 206+209+92=507 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.63% from 507); Green value is 209 (82.03% from 255 or 41.22% from 507); Blue value is 92 (36.33% from 255 or 18.15% from 507); Max value from RGB is 209 - color contains mainly: green. Hex color #CED15C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CED15C is #312EA3. Grayscale: #C3C3C3. Windows color (decimal): -3223204 or 6083022. OLE color: 6083022.
HSL color Cylindrical-coordinate representation of color #CED15C: hue angle of 61.54º 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 #CED15C is Cyan = 0.01, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 206 | 209 | 92 | - |
| CMYK | 0.01 | 0 | 0.56 | 0.18 |
| HSL | 61.54º | 0.56% | 0.59% | - |
| HSV(B) | 61.54º | 0.56% | 0.82% | - |
| XYZ | 50.19 | 59.5 | 18.96 | - |
| YUV | 194.77 | 70.01 | 136.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 209 | 92 | 0.01 | 0 | 0.56 | 0.18 | 61.54 | 0.56 | 0.59 |
| Hex | CE | D1 | 5C | 1 | 0 | 38 | 12 | 3E | 38 | 3B |
| Octal | 316 | 321 | 134 | 1 | 0 | 70 | 22 | 76 | 70 | 73 |
| Binary | 11001110 | 11010001 | 1011100 | 1 | 0 | 111000 | 10010 | 111110 | 111000 | 111011 |
Color Harmonies of #CED15C
Complementary color
Monochromatic Colors of #CED15C
Black with #CED15C
Text Example
Text Example
White with #CED15C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CED15C; }
p { color: rgb(206,209,92); }
H1.HeaderClassName
{
color: #CED15C;
}
.AnyTagClassName
{
color: #CED15C;
}
</style>
background-color css
<style>
a { background-color: #CED15C; }
a { background-color: rgb(206,209,92); }
div.DivClassName
{
background-color: #CED15C;
}
.BgClassName
{
background-color: #CED15C;
}
</style>
border-color css
<style>
span { border-color: #CED15C; }
span { border-color: rgb(206,209,92); }
td.TdClassName
{
border-color: #CED15C;
}
.TagClassName
{
border-color: #CED15C;
}
</style>