Shades of Wild Willow #CEC966
Tints of Wild Willow #CEC966
RGB
CMYK
RGB Variations
Color information
#CEC966 (or 0xCEC966) is known color: Wild Willow. HEX triplet: CE, C9 and 66. RGB value is (206,201,102). Sum of RGB (Red+Green+Blue) = 206+201+102=509 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.47% from 509); Green value is 201 (78.91% from 255 or 39.49% from 509); Blue value is 102 (40.23% from 255 or 20.04% from 509); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC966 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEC966 is #313699. Grayscale: #BFBFBF. Windows color (decimal): -3225242 or 6736334. OLE color: 6736334.
HSL color Cylindrical-coordinate representation of color #CEC966: hue angle of 57.12º degrees, saturation: 0.51, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CEC966 is Cyan = 0, Magento = 0.02, Yellow = 0.50 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 201 | 102 | - |
| CMYK | 0 | 0.02 | 0.50 | 0.19 |
| HSL | 57.12º | 0.51% | 0.6% | - |
| HSV(B) | 57.12º | 0.5% | 0.81% | - |
| XYZ | 48.74 | 55.85 | 20.78 | - |
| YUV | 191.21 | 77.66 | 138.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 201 | 102 | 0 | 0.02 | 0.50 | 0.19 | 57.12 | 0.51 | 0.6 |
| Hex | CE | C9 | 66 | 0 | 2 | 32 | 13 | 39 | 33 | 3C |
| Octal | 316 | 311 | 146 | 0 | 2 | 62 | 23 | 71 | 63 | 74 |
| Binary | 11001110 | 11001001 | 1100110 | 0 | 10 | 110010 | 10011 | 111001 | 110011 | 111100 |
Color Harmonies of #CEC966
Complementary color
Monochromatic Colors of #CEC966
Black with #CEC966
Text Example
Text Example
White with #CEC966
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC966; }
p { color: rgb(206,201,102); }
H1.HeaderClassName
{
color: #CEC966;
}
.AnyTagClassName
{
color: #CEC966;
}
</style>
background-color css
<style>
a { background-color: #CEC966; }
a { background-color: rgb(206,201,102); }
div.DivClassName
{
background-color: #CEC966;
}
.BgClassName
{
background-color: #CEC966;
}
</style>
border-color css
<style>
span { border-color: #CEC966; }
span { border-color: rgb(206,201,102); }
td.TdClassName
{
border-color: #CEC966;
}
.TagClassName
{
border-color: #CEC966;
}
</style>