Shades of Wild Willow #CDCE5E
Tints of Wild Willow #CDCE5E
RGB
CMYK
RGB Variations
Color information
#CDCE5E (or 0xCDCE5E) is known color: Wild Willow. HEX triplet: CD, CE and 5E. RGB value is (205,206,94). Sum of RGB (Red+Green+Blue) = 205+206+94=505 (66% of max value = 765). Red value is 205 (80.47% from 255 or 40.59% from 505); Green value is 206 (80.86% from 255 or 40.79% from 505); Blue value is 94 (37.11% from 255 or 18.61% from 505); Max value from RGB is 206 - color contains mainly: green. Hex color #CDCE5E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDCE5E is #3231A1. Grayscale: #C1C1C1. Windows color (decimal): -3289506 or 6213325. OLE color: 6213325.
HSL color Cylindrical-coordinate representation of color #CDCE5E: hue angle of 60.54º degrees, saturation: 0.53, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #CDCE5E is Cyan = 0.00, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 205 | 206 | 94 | - |
| CMYK | 0.00 | 0 | 0.54 | 0.19 |
| HSL | 60.54º | 0.53% | 0.59% | - |
| HSV(B) | 60.54º | 0.54% | 0.81% | - |
| XYZ | 49.27 | 57.93 | 19.17 | - |
| YUV | 192.93 | 72.17 | 136.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 206 | 94 | 0.00 | 0 | 0.54 | 0.19 | 60.54 | 0.53 | 0.59 |
| Hex | CD | CE | 5E | 0 | 0 | 36 | 13 | 3D | 35 | 3B |
| Octal | 315 | 316 | 136 | 0 | 0 | 66 | 23 | 75 | 65 | 73 |
| Binary | 11001101 | 11001110 | 1011110 | 0 | 0 | 110110 | 10011 | 111101 | 110101 | 111011 |
Color Harmonies of #CDCE5E
Complementary color
Monochromatic Colors of #CDCE5E
Black with #CDCE5E
Text Example
Text Example
White with #CDCE5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDCE5E; }
p { color: rgb(205,206,94); }
H1.HeaderClassName
{
color: #CDCE5E;
}
.AnyTagClassName
{
color: #CDCE5E;
}
</style>
background-color css
<style>
a { background-color: #CDCE5E; }
a { background-color: rgb(205,206,94); }
div.DivClassName
{
background-color: #CDCE5E;
}
.BgClassName
{
background-color: #CDCE5E;
}
</style>
border-color css
<style>
span { border-color: #CDCE5E; }
span { border-color: rgb(205,206,94); }
td.TdClassName
{
border-color: #CDCE5E;
}
.TagClassName
{
border-color: #CDCE5E;
}
</style>