Shades of Wild Willow #CEC963
Tints of Wild Willow #CEC963
RGB
CMYK
RGB Variations
Color information
#CEC963 (or 0xCEC963) is known color: Wild Willow. HEX triplet: CE, C9 and 63. RGB value is (206,201,99). Sum of RGB (Red+Green+Blue) = 206+201+99=506 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.71% from 506); Green value is 201 (78.91% from 255 or 39.72% from 506); Blue value is 99 (39.06% from 255 or 19.57% from 506); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC963 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEC963 is #31369C. Grayscale: #BFBFBF. Windows color (decimal): -3225245 or 6539726. OLE color: 6539726.
HSL color Cylindrical-coordinate representation of color #CEC963: hue angle of 57.2º 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 #CEC963 is Cyan = 0, Magento = 0.02, Yellow = 0.52 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 201 | 99 | - |
| CMYK | 0 | 0.02 | 0.52 | 0.19 |
| HSL | 57.2º | 0.52% | 0.6% | - |
| HSV(B) | 57.2º | 0.52% | 0.81% | - |
| XYZ | 48.59 | 55.8 | 20.01 | - |
| YUV | 190.87 | 76.16 | 138.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 201 | 99 | 0 | 0.02 | 0.52 | 0.19 | 57.2 | 0.52 | 0.6 |
| Hex | CE | C9 | 63 | 0 | 2 | 34 | 13 | 39 | 34 | 3C |
| Octal | 316 | 311 | 143 | 0 | 2 | 64 | 23 | 71 | 64 | 74 |
| Binary | 11001110 | 11001001 | 1100011 | 0 | 10 | 110100 | 10011 | 111001 | 110100 | 111100 |
Color Harmonies of #CEC963
Complementary color
Monochromatic Colors of #CEC963
Black with #CEC963
Text Example
Text Example
White with #CEC963
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC963; }
p { color: rgb(206,201,99); }
H1.HeaderClassName
{
color: #CEC963;
}
.AnyTagClassName
{
color: #CEC963;
}
</style>
background-color css
<style>
a { background-color: #CEC963; }
a { background-color: rgb(206,201,99); }
div.DivClassName
{
background-color: #CEC963;
}
.BgClassName
{
background-color: #CEC963;
}
</style>
border-color css
<style>
span { border-color: #CEC963; }
span { border-color: rgb(206,201,99); }
td.TdClassName
{
border-color: #CEC963;
}
.TagClassName
{
border-color: #CEC963;
}
</style>