Shades of Wild Willow #CED45D
Tints of Wild Willow #CED45D
RGB
CMYK
RGB Variations
Color information
#CED45D (or 0xCED45D) is known color: Wild Willow. HEX triplet: CE, D4 and 5D. RGB value is (206,212,93). Sum of RGB (Red+Green+Blue) = 206+212+93=511 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.31% from 511); Green value is 212 (83.20% from 255 or 41.49% from 511); Blue value is 93 (36.72% from 255 or 18.20% from 511); Max value from RGB is 212 - color contains mainly: green. Hex color #CED45D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CED45D is #312BA2. Grayscale: #C5C5C5. Windows color (decimal): -3222435 or 6149326. OLE color: 6149326.
HSL color Cylindrical-coordinate representation of color #CED45D: hue angle of 63.03º degrees, saturation: 0.58, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #CED45D is Cyan = 0.03, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 206 | 212 | 93 | - |
| CMYK | 0.03 | 0 | 0.56 | 0.17 |
| HSL | 63.03º | 0.58% | 0.6% | - |
| HSV(B) | 63.03º | 0.56% | 0.83% | - |
| XYZ | 50.97 | 61 | 19.44 | - |
| YUV | 196.64 | 69.51 | 134.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 212 | 93 | 0.03 | 0 | 0.56 | 0.17 | 63.03 | 0.58 | 0.6 |
| Hex | CE | D4 | 5D | 3 | 0 | 38 | 11 | 3F | 3A | 3C |
| Octal | 316 | 324 | 135 | 3 | 0 | 70 | 21 | 77 | 72 | 74 |
| Binary | 11001110 | 11010100 | 1011101 | 11 | 0 | 111000 | 10001 | 111111 | 111010 | 111100 |
Color Harmonies of #CED45D
Complementary color
Monochromatic Colors of #CED45D
Black with #CED45D
Text Example
Text Example
White with #CED45D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CED45D; }
p { color: rgb(206,212,93); }
H1.HeaderClassName
{
color: #CED45D;
}
.AnyTagClassName
{
color: #CED45D;
}
</style>
background-color css
<style>
a { background-color: #CED45D; }
a { background-color: rgb(206,212,93); }
div.DivClassName
{
background-color: #CED45D;
}
.BgClassName
{
background-color: #CED45D;
}
</style>
border-color css
<style>
span { border-color: #CED45D; }
span { border-color: rgb(206,212,93); }
td.TdClassName
{
border-color: #CED45D;
}
.TagClassName
{
border-color: #CED45D;
}
</style>