Shades of Wild Willow #CED05D
Tints of Wild Willow #CED05D
RGB
CMYK
RGB Variations
Color information
#CED05D (or 0xCED05D) is known color: Wild Willow. HEX triplet: CE, D0 and 5D. RGB value is (206,208,93). Sum of RGB (Red+Green+Blue) = 206+208+93=507 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.63% from 507); Green value is 208 (81.64% from 255 or 41.03% from 507); Blue value is 93 (36.72% from 255 or 18.34% from 507); Max value from RGB is 208 - color contains mainly: green. Hex color #CED05D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CED05D is #312FA2. Grayscale: #C2C2C2. Windows color (decimal): -3223459 or 6148302. OLE color: 6148302.
HSL color Cylindrical-coordinate representation of color #CED05D: hue angle of 61.04º degrees, saturation: 0.55, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #CED05D is Cyan = 0.01, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 206 | 208 | 93 | - |
| CMYK | 0.01 | 0 | 0.55 | 0.18 |
| HSL | 61.04º | 0.55% | 0.59% | - |
| HSV(B) | 61.04º | 0.55% | 0.82% | - |
| XYZ | 49.99 | 59.02 | 19.11 | - |
| YUV | 194.29 | 70.84 | 136.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 208 | 93 | 0.01 | 0 | 0.55 | 0.18 | 61.04 | 0.55 | 0.59 |
| Hex | CE | D0 | 5D | 1 | 0 | 37 | 12 | 3D | 37 | 3B |
| Octal | 316 | 320 | 135 | 1 | 0 | 67 | 22 | 75 | 67 | 73 |
| Binary | 11001110 | 11010000 | 1011101 | 1 | 0 | 110111 | 10010 | 111101 | 110111 | 111011 |
Color Harmonies of #CED05D
Complementary color
Monochromatic Colors of #CED05D
Black with #CED05D
Text Example
Text Example
White with #CED05D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CED05D; }
p { color: rgb(206,208,93); }
H1.HeaderClassName
{
color: #CED05D;
}
.AnyTagClassName
{
color: #CED05D;
}
</style>
background-color css
<style>
a { background-color: #CED05D; }
a { background-color: rgb(206,208,93); }
div.DivClassName
{
background-color: #CED05D;
}
.BgClassName
{
background-color: #CED05D;
}
</style>
border-color css
<style>
span { border-color: #CED05D; }
span { border-color: rgb(206,208,93); }
td.TdClassName
{
border-color: #CED05D;
}
.TagClassName
{
border-color: #CED05D;
}
</style>