Shades of Wild Willow #CEC965
Tints of Wild Willow #CEC965
RGB
CMYK
RGB Variations
Color information
#CEC965 (or 0xCEC965) is known color: Wild Willow. HEX triplet: CE, C9 and 65. RGB value is (206,201,101). Sum of RGB (Red+Green+Blue) = 206+201+101=508 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.55% from 508); Green value is 201 (78.91% from 255 or 39.57% from 508); Blue value is 101 (39.84% from 255 or 19.88% from 508); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC965 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEC965 is #31369A. Grayscale: #BFBFBF. Windows color (decimal): -3225243 or 6670798. OLE color: 6670798.
HSL color Cylindrical-coordinate representation of color #CEC965: hue angle of 57.14º degrees, saturation: 0.52, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CEC965 is Cyan = 0, Magento = 0.02, Yellow = 0.51 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 201 | 101 | - |
| CMYK | 0 | 0.02 | 0.51 | 0.19 |
| HSL | 57.14º | 0.52% | 0.6% | - |
| HSV(B) | 57.14º | 0.51% | 0.81% | - |
| XYZ | 48.69 | 55.83 | 20.52 | - |
| YUV | 191.1 | 77.16 | 138.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 201 | 101 | 0 | 0.02 | 0.51 | 0.19 | 57.14 | 0.52 | 0.6 |
| Hex | CE | C9 | 65 | 0 | 2 | 33 | 13 | 39 | 34 | 3C |
| Octal | 316 | 311 | 145 | 0 | 2 | 63 | 23 | 71 | 64 | 74 |
| Binary | 11001110 | 11001001 | 1100101 | 0 | 10 | 110011 | 10011 | 111001 | 110100 | 111100 |
Color Harmonies of #CEC965
Complementary color
Monochromatic Colors of #CEC965
Black with #CEC965
Text Example
Text Example
White with #CEC965
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC965; }
p { color: rgb(206,201,101); }
H1.HeaderClassName
{
color: #CEC965;
}
.AnyTagClassName
{
color: #CEC965;
}
</style>
background-color css
<style>
a { background-color: #CEC965; }
a { background-color: rgb(206,201,101); }
div.DivClassName
{
background-color: #CEC965;
}
.BgClassName
{
background-color: #CEC965;
}
</style>
border-color css
<style>
span { border-color: #CEC965; }
span { border-color: rgb(206,201,101); }
td.TdClassName
{
border-color: #CEC965;
}
.TagClassName
{
border-color: #CEC965;
}
</style>