Shades of Wild Willow #CECD57
Tints of Wild Willow #CECD57
RGB
CMYK
RGB Variations
Color information
#CECD57 (or 0xCECD57) is known color: Wild Willow. HEX triplet: CE, CD and 57. RGB value is (206,205,87). Sum of RGB (Red+Green+Blue) = 206+205+87=498 (65% of max value = 765). Red value is 206 (80.86% from 255 or 41.37% from 498); Green value is 205 (80.47% from 255 or 41.16% from 498); Blue value is 87 (34.38% from 255 or 17.47% from 498); Max value from RGB is 206 - color contains mainly: red. Hex color #CECD57 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CECD57 is #3132A8. Grayscale: #C0C0C0. Windows color (decimal): -3224233 or 5754318. OLE color: 5754318.
HSL color Cylindrical-coordinate representation of color #CECD57: hue angle of 59.5º degrees, saturation: 0.55, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #CECD57 is Cyan = 0, Magento = 0.00, Yellow = 0.58 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 205 | 87 | - |
| CMYK | 0 | 0.00 | 0.58 | 0.19 |
| HSL | 59.5º | 0.55% | 0.57% | - |
| HSV(B) | 59.5º | 0.58% | 0.81% | - |
| XYZ | 49.01 | 57.47 | 17.53 | - |
| YUV | 191.85 | 68.83 | 138.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 205 | 87 | 0 | 0.00 | 0.58 | 0.19 | 59.5 | 0.55 | 0.57 |
| Hex | CE | CD | 57 | 0 | 0 | 3A | 13 | 3B | 37 | 39 |
| Octal | 316 | 315 | 127 | 0 | 0 | 72 | 23 | 73 | 67 | 71 |
| Binary | 11001110 | 11001101 | 1010111 | 0 | 0 | 111010 | 10011 | 111011 | 110111 | 111001 |
Color Harmonies of #CECD57
Complementary color
Monochromatic Colors of #CECD57
Black with #CECD57
Text Example
Text Example
White with #CECD57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CECD57; }
p { color: rgb(206,205,87); }
H1.HeaderClassName
{
color: #CECD57;
}
.AnyTagClassName
{
color: #CECD57;
}
</style>
background-color css
<style>
a { background-color: #CECD57; }
a { background-color: rgb(206,205,87); }
div.DivClassName
{
background-color: #CECD57;
}
.BgClassName
{
background-color: #CECD57;
}
</style>
border-color css
<style>
span { border-color: #CECD57; }
span { border-color: rgb(206,205,87); }
td.TdClassName
{
border-color: #CECD57;
}
.TagClassName
{
border-color: #CECD57;
}
</style>