Shades of Wild Willow #CECC63
Tints of Wild Willow #CECC63
RGB
CMYK
RGB Variations
Color information
#CECC63 (or 0xCECC63) is known color: Wild Willow. HEX triplet: CE, CC and 63. RGB value is (206,204,99). Sum of RGB (Red+Green+Blue) = 206+204+99=509 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.47% from 509); Green value is 204 (80.08% from 255 or 40.08% from 509); Blue value is 99 (39.06% from 255 or 19.45% from 509); Max value from RGB is 206 - color contains mainly: red. Hex color #CECC63 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CECC63 is #31339C. Grayscale: #C1C1C1. Windows color (decimal): -3224477 or 6540494. OLE color: 6540494.
HSL color Cylindrical-coordinate representation of color #CECC63: hue angle of 58.88º degrees, saturation: 0.52, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #CECC63 is Cyan = 0, Magento = 0.01, Yellow = 0.52 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 204 | 99 | - |
| CMYK | 0 | 0.01 | 0.52 | 0.19 |
| HSL | 58.88º | 0.52% | 0.6% | - |
| HSV(B) | 58.88º | 0.52% | 0.81% | - |
| XYZ | 49.3 | 57.21 | 20.25 | - |
| YUV | 192.63 | 75.16 | 137.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 204 | 99 | 0 | 0.01 | 0.52 | 0.19 | 58.88 | 0.52 | 0.6 |
| Hex | CE | CC | 63 | 0 | 1 | 34 | 13 | 3B | 34 | 3C |
| Octal | 316 | 314 | 143 | 0 | 1 | 64 | 23 | 73 | 64 | 74 |
| Binary | 11001110 | 11001100 | 1100011 | 0 | 1 | 110100 | 10011 | 111011 | 110100 | 111100 |
Color Harmonies of #CECC63
Complementary color
Monochromatic Colors of #CECC63
Black with #CECC63
Text Example
Text Example
White with #CECC63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CECC63; }
p { color: rgb(206,204,99); }
H1.HeaderClassName
{
color: #CECC63;
}
.AnyTagClassName
{
color: #CECC63;
}
</style>
background-color css
<style>
a { background-color: #CECC63; }
a { background-color: rgb(206,204,99); }
div.DivClassName
{
background-color: #CECC63;
}
.BgClassName
{
background-color: #CECC63;
}
</style>
border-color css
<style>
span { border-color: #CECC63; }
span { border-color: rgb(206,204,99); }
td.TdClassName
{
border-color: #CECC63;
}
.TagClassName
{
border-color: #CECC63;
}
</style>