Shades of Wild Willow #CECD56
Tints of Wild Willow #CECD56
RGB
CMYK
RGB Variations
Color information
#CECD56 (or 0xCECD56) is known color: Wild Willow. HEX triplet: CE, CD and 56. RGB value is (206,205,86). Sum of RGB (Red+Green+Blue) = 206+205+86=497 (65% of max value = 765). Red value is 206 (80.86% from 255 or 41.45% from 497); Green value is 205 (80.47% from 255 or 41.25% from 497); Blue value is 86 (33.98% from 255 or 17.30% from 497); Max value from RGB is 206 - color contains mainly: red. Hex color #CECD56 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CECD56 is #3132A9. Grayscale: #C0C0C0. Windows color (decimal): -3224234 or 5688782. OLE color: 5688782.
HSL color Cylindrical-coordinate representation of color #CECD56: 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 #CECD56 is Cyan = 0, Magento = 0.00, Yellow = 0.58 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 205 | 86 | - |
| CMYK | 0 | 0.00 | 0.58 | 0.19 |
| HSL | 59.5º | 0.55% | 0.57% | - |
| HSV(B) | 59.5º | 0.58% | 0.81% | - |
| XYZ | 48.96 | 57.46 | 17.31 | - |
| YUV | 191.73 | 68.33 | 138.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 205 | 86 | 0 | 0.00 | 0.58 | 0.19 | 59.5 | 0.55 | 0.57 |
| Hex | CE | CD | 56 | 0 | 0 | 3A | 13 | 3C | 37 | 39 |
| Octal | 316 | 315 | 126 | 0 | 0 | 72 | 23 | 74 | 67 | 71 |
| Binary | 11001110 | 11001101 | 1010110 | 0 | 0 | 111010 | 10011 | 111100 | 110111 | 111001 |
Color Harmonies of #CECD56
Complementary color
Monochromatic Colors of #CECD56
Black with #CECD56
Text Example
Text Example
White with #CECD56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CECD56; }
p { color: rgb(206,205,86); }
H1.HeaderClassName
{
color: #CECD56;
}
.AnyTagClassName
{
color: #CECD56;
}
</style>
background-color css
<style>
a { background-color: #CECD56; }
a { background-color: rgb(206,205,86); }
div.DivClassName
{
background-color: #CECD56;
}
.BgClassName
{
background-color: #CECD56;
}
</style>
border-color css
<style>
span { border-color: #CECD56; }
span { border-color: rgb(206,205,86); }
td.TdClassName
{
border-color: #CECD56;
}
.TagClassName
{
border-color: #CECD56;
}
</style>