Shades of Wild Willow #CECC5B
Tints of Wild Willow #CECC5B
RGB
CMYK
RGB Variations
Color information
#CECC5B (or 0xCECC5B) is known color: Wild Willow. HEX triplet: CE, CC and 5B. RGB value is (206,204,91). Sum of RGB (Red+Green+Blue) = 206+204+91=501 (66% of max value = 765). Red value is 206 (80.86% from 255 or 41.12% from 501); Green value is 204 (80.08% from 255 or 40.72% from 501); Blue value is 91 (35.94% from 255 or 18.16% from 501); Max value from RGB is 206 - color contains mainly: red. Hex color #CECC5B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CECC5B is #3133A4. Grayscale: #C0C0C0. Windows color (decimal): -3224485 or 6016206. OLE color: 6016206.
HSL color Cylindrical-coordinate representation of color #CECC5B: hue angle of 58.96º degrees, saturation: 0.54, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #CECC5B is Cyan = 0, Magento = 0.01, Yellow = 0.56 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 204 | 91 | - |
| CMYK | 0 | 0.01 | 0.56 | 0.19 |
| HSL | 58.96º | 0.54% | 0.58% | - |
| HSV(B) | 58.96º | 0.56% | 0.81% | - |
| XYZ | 48.93 | 57.06 | 18.33 | - |
| YUV | 191.72 | 71.16 | 138.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 204 | 91 | 0 | 0.01 | 0.56 | 0.19 | 58.96 | 0.54 | 0.58 |
| Hex | CE | CC | 5B | 0 | 1 | 38 | 13 | 3B | 36 | 3A |
| Octal | 316 | 314 | 133 | 0 | 1 | 70 | 23 | 73 | 66 | 72 |
| Binary | 11001110 | 11001100 | 1011011 | 0 | 1 | 111000 | 10011 | 111011 | 110110 | 111010 |
Color Harmonies of #CECC5B
Complementary color
Monochromatic Colors of #CECC5B
Black with #CECC5B
Text Example
Text Example
White with #CECC5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CECC5B; }
p { color: rgb(206,204,91); }
H1.HeaderClassName
{
color: #CECC5B;
}
.AnyTagClassName
{
color: #CECC5B;
}
</style>
background-color css
<style>
a { background-color: #CECC5B; }
a { background-color: rgb(206,204,91); }
div.DivClassName
{
background-color: #CECC5B;
}
.BgClassName
{
background-color: #CECC5B;
}
</style>
border-color css
<style>
span { border-color: #CECC5B; }
span { border-color: rgb(206,204,91); }
td.TdClassName
{
border-color: #CECC5B;
}
.TagClassName
{
border-color: #CECC5B;
}
</style>