Shades of Wild Willow #CED15F
Tints of Wild Willow #CED15F
RGB
CMYK
RGB Variations
Color information
#CED15F (or 0xCED15F) is known color: Wild Willow. HEX triplet: CE, D1 and 5F. RGB value is (206,209,95). Sum of RGB (Red+Green+Blue) = 206+209+95=510 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.39% from 510); Green value is 209 (82.03% from 255 or 40.98% from 510); Blue value is 95 (37.5% from 255 or 18.63% from 510); Max value from RGB is 209 - color contains mainly: green. Hex color #CED15F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CED15F is #312EA0. Grayscale: #C3C3C3. Windows color (decimal): -3223201 or 6279630. OLE color: 6279630.
HSL color Cylindrical-coordinate representation of color #CED15F: hue angle of 61.58º degrees, saturation: 0.55, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #CED15F is Cyan = 0.01, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 206 | 209 | 95 | - |
| CMYK | 0.01 | 0 | 0.55 | 0.18 |
| HSL | 61.58º | 0.55% | 0.6% | - |
| HSV(B) | 61.58º | 0.55% | 0.82% | - |
| XYZ | 50.32 | 59.55 | 19.67 | - |
| YUV | 195.11 | 71.51 | 135.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 209 | 95 | 0.01 | 0 | 0.55 | 0.18 | 61.58 | 0.55 | 0.6 |
| Hex | CE | D1 | 5F | 1 | 0 | 37 | 12 | 3E | 37 | 3C |
| Octal | 316 | 321 | 137 | 1 | 0 | 67 | 22 | 76 | 67 | 74 |
| Binary | 11001110 | 11010001 | 1011111 | 1 | 0 | 110111 | 10010 | 111110 | 110111 | 111100 |
Color Harmonies of #CED15F
Complementary color
Monochromatic Colors of #CED15F
Black with #CED15F
Text Example
Text Example
White with #CED15F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CED15F; }
p { color: rgb(206,209,95); }
H1.HeaderClassName
{
color: #CED15F;
}
.AnyTagClassName
{
color: #CED15F;
}
</style>
background-color css
<style>
a { background-color: #CED15F; }
a { background-color: rgb(206,209,95); }
div.DivClassName
{
background-color: #CED15F;
}
.BgClassName
{
background-color: #CED15F;
}
</style>
border-color css
<style>
span { border-color: #CED15F; }
span { border-color: rgb(206,209,95); }
td.TdClassName
{
border-color: #CED15F;
}
.TagClassName
{
border-color: #CED15F;
}
</style>