Shades of Wild Willow #CECC56
Tints of Wild Willow #CECC56
RGB
CMYK
RGB Variations
Color information
#CECC56 (or 0xCECC56) is known color: Wild Willow. HEX triplet: CE, CC and 56. RGB value is (206,204,86). Sum of RGB (Red+Green+Blue) = 206+204+86=496 (65% of max value = 765). Red value is 206 (80.86% from 255 or 41.53% from 496); Green value is 204 (80.08% from 255 or 41.13% from 496); Blue value is 86 (33.98% from 255 or 17.34% from 496); Max value from RGB is 206 - color contains mainly: red. Hex color #CECC56 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CECC56 is #3133A9. Grayscale: #BFBFBF. Windows color (decimal): -3224490 or 5688526. OLE color: 5688526.
HSL color Cylindrical-coordinate representation of color #CECC56: hue angle of 59º 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 #CECC56 is Cyan = 0, Magento = 0.01, Yellow = 0.58 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 204 | 86 | - |
| CMYK | 0 | 0.01 | 0.58 | 0.19 |
| HSL | 59º | 0.55% | 0.57% | - |
| HSV(B) | 59º | 0.58% | 0.81% | - |
| XYZ | 48.73 | 56.98 | 17.23 | - |
| YUV | 191.15 | 68.66 | 138.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 204 | 86 | 0 | 0.01 | 0.58 | 0.19 | 59 | 0.55 | 0.57 |
| Hex | CE | CC | 56 | 0 | 1 | 3A | 13 | 3B | 37 | 39 |
| Octal | 316 | 314 | 126 | 0 | 1 | 72 | 23 | 73 | 67 | 71 |
| Binary | 11001110 | 11001100 | 1010110 | 0 | 1 | 111010 | 10011 | 111011 | 110111 | 111001 |
Color Harmonies of #CECC56
Complementary color
Monochromatic Colors of #CECC56
Black with #CECC56
Text Example
Text Example
White with #CECC56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CECC56; }
p { color: rgb(206,204,86); }
H1.HeaderClassName
{
color: #CECC56;
}
.AnyTagClassName
{
color: #CECC56;
}
</style>
background-color css
<style>
a { background-color: #CECC56; }
a { background-color: rgb(206,204,86); }
div.DivClassName
{
background-color: #CECC56;
}
.BgClassName
{
background-color: #CECC56;
}
</style>
border-color css
<style>
span { border-color: #CECC56; }
span { border-color: rgb(206,204,86); }
td.TdClassName
{
border-color: #CECC56;
}
.TagClassName
{
border-color: #CECC56;
}
</style>