Shades of Wild Willow #CEC961
Tints of Wild Willow #CEC961
RGB
CMYK
RGB Variations
Color information
#CEC961 (or 0xCEC961) is known color: Wild Willow. HEX triplet: CE, C9 and 61. RGB value is (206,201,97). Sum of RGB (Red+Green+Blue) = 206+201+97=504 (66% of max value = 765). Red value is 206 (80.86% from 255 or 40.87% from 504); Green value is 201 (78.91% from 255 or 39.88% from 504); Blue value is 97 (38.28% from 255 or 19.25% from 504); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC961 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEC961 is #31369E. Grayscale: #BFBFBF. Windows color (decimal): -3225247 or 6408654. OLE color: 6408654.
HSL color Cylindrical-coordinate representation of color #CEC961: hue angle of 57.25º degrees, saturation: 0.53, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #CEC961 is Cyan = 0, Magento = 0.02, Yellow = 0.53 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 201 | 97 | - |
| CMYK | 0 | 0.02 | 0.53 | 0.19 |
| HSL | 57.25º | 0.53% | 0.59% | - |
| HSV(B) | 57.25º | 0.53% | 0.81% | - |
| XYZ | 48.5 | 55.76 | 19.52 | - |
| YUV | 190.64 | 75.16 | 138.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 201 | 97 | 0 | 0.02 | 0.53 | 0.19 | 57.25 | 0.53 | 0.59 |
| Hex | CE | C9 | 61 | 0 | 2 | 35 | 13 | 39 | 35 | 3B |
| Octal | 316 | 311 | 141 | 0 | 2 | 65 | 23 | 71 | 65 | 73 |
| Binary | 11001110 | 11001001 | 1100001 | 0 | 10 | 110101 | 10011 | 111001 | 110101 | 111011 |
Color Harmonies of #CEC961
Complementary color
Monochromatic Colors of #CEC961
Black with #CEC961
Text Example
Text Example
White with #CEC961
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC961; }
p { color: rgb(206,201,97); }
H1.HeaderClassName
{
color: #CEC961;
}
.AnyTagClassName
{
color: #CEC961;
}
</style>
background-color css
<style>
a { background-color: #CEC961; }
a { background-color: rgb(206,201,97); }
div.DivClassName
{
background-color: #CEC961;
}
.BgClassName
{
background-color: #CEC961;
}
</style>
border-color css
<style>
span { border-color: #CEC961; }
span { border-color: rgb(206,201,97); }
td.TdClassName
{
border-color: #CEC961;
}
.TagClassName
{
border-color: #CEC961;
}
</style>