Shades of Wild Willow #CECC65
Tints of Wild Willow #CECC65
RGB
CMYK
RGB Variations
Color information
#CECC65 (or 0xCECC65) is known color: Wild Willow. HEX triplet: CE, CC and 65. RGB value is (206,204,101). Sum of RGB (Red+Green+Blue) = 206+204+101=511 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.31% from 511); Green value is 204 (80.08% from 255 or 39.92% from 511); Blue value is 101 (39.84% from 255 or 19.77% from 511); Max value from RGB is 206 - color contains mainly: red. Hex color #CECC65 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CECC65 is #31339A. Grayscale: #C1C1C1. Windows color (decimal): -3224475 or 6671566. OLE color: 6671566.
HSL color Cylindrical-coordinate representation of color #CECC65: hue angle of 58.86º 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 #CECC65 is Cyan = 0, Magento = 0.01, Yellow = 0.51 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 204 | 101 | - |
| CMYK | 0 | 0.01 | 0.51 | 0.19 |
| HSL | 58.86º | 0.52% | 0.6% | - |
| HSV(B) | 58.86º | 0.51% | 0.81% | - |
| XYZ | 49.4 | 57.25 | 20.76 | - |
| YUV | 192.86 | 76.16 | 137.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 204 | 101 | 0 | 0.01 | 0.51 | 0.19 | 58.86 | 0.52 | 0.6 |
| Hex | CE | CC | 65 | 0 | 1 | 33 | 13 | 3B | 34 | 3C |
| Octal | 316 | 314 | 145 | 0 | 1 | 63 | 23 | 73 | 64 | 74 |
| Binary | 11001110 | 11001100 | 1100101 | 0 | 1 | 110011 | 10011 | 111011 | 110100 | 111100 |
Color Harmonies of #CECC65
Complementary color
Monochromatic Colors of #CECC65
Black with #CECC65
Text Example
Text Example
White with #CECC65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CECC65; }
p { color: rgb(206,204,101); }
H1.HeaderClassName
{
color: #CECC65;
}
.AnyTagClassName
{
color: #CECC65;
}
</style>
background-color css
<style>
a { background-color: #CECC65; }
a { background-color: rgb(206,204,101); }
div.DivClassName
{
background-color: #CECC65;
}
.BgClassName
{
background-color: #CECC65;
}
</style>
border-color css
<style>
span { border-color: #CECC65; }
span { border-color: rgb(206,204,101); }
td.TdClassName
{
border-color: #CECC65;
}
.TagClassName
{
border-color: #CECC65;
}
</style>