Shades of Wild Willow #CECD59
Tints of Wild Willow #CECD59
RGB
CMYK
RGB Variations
Color information
#CECD59 (or 0xCECD59) is known color: Wild Willow. HEX triplet: CE, CD and 59. RGB value is (206,205,89). Sum of RGB (Red+Green+Blue) = 206+205+89=500 (66% of max value = 765). Red value is 206 (80.86% from 255 or 41.2% from 500); Green value is 205 (80.47% from 255 or 41% from 500); Blue value is 89 (35.16% from 255 or 17.8% from 500); Max value from RGB is 206 - color contains mainly: red. Hex color #CECD59 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CECD59 is #3132A6. Grayscale: #C0C0C0. Windows color (decimal): -3224231 or 5885390. OLE color: 5885390.
HSL color Cylindrical-coordinate representation of color #CECD59: hue angle of 59.49º degrees, saturation: 0.54, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #CECD59 is Cyan = 0, Magento = 0.00, Yellow = 0.57 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 205 | 89 | - |
| CMYK | 0 | 0.00 | 0.57 | 0.19 |
| HSL | 59.49º | 0.54% | 0.58% | - |
| HSV(B) | 59.49º | 0.57% | 0.81% | - |
| XYZ | 49.09 | 57.51 | 17.96 | - |
| YUV | 192.08 | 69.83 | 137.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 205 | 89 | 0 | 0.00 | 0.57 | 0.19 | 59.49 | 0.54 | 0.58 |
| Hex | CE | CD | 59 | 0 | 0 | 39 | 13 | 3B | 36 | 3A |
| Octal | 316 | 315 | 131 | 0 | 0 | 71 | 23 | 73 | 66 | 72 |
| Binary | 11001110 | 11001101 | 1011001 | 0 | 0 | 111001 | 10011 | 111011 | 110110 | 111010 |
Color Harmonies of #CECD59
Complementary color
Monochromatic Colors of #CECD59
Black with #CECD59
Text Example
Text Example
White with #CECD59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CECD59; }
p { color: rgb(206,205,89); }
H1.HeaderClassName
{
color: #CECD59;
}
.AnyTagClassName
{
color: #CECD59;
}
</style>
background-color css
<style>
a { background-color: #CECD59; }
a { background-color: rgb(206,205,89); }
div.DivClassName
{
background-color: #CECD59;
}
.BgClassName
{
background-color: #CECD59;
}
</style>
border-color css
<style>
span { border-color: #CECD59; }
span { border-color: rgb(206,205,89); }
td.TdClassName
{
border-color: #CECD59;
}
.TagClassName
{
border-color: #CECD59;
}
</style>