Shades of Wild Willow #CECC5D
Tints of Wild Willow #CECC5D
RGB
CMYK
RGB Variations
Color information
#CECC5D (or 0xCECC5D) is known color: Wild Willow. HEX triplet: CE, CC and 5D. RGB value is (206,204,93). Sum of RGB (Red+Green+Blue) = 206+204+93=503 (66% of max value = 765). Red value is 206 (80.86% from 255 or 40.95% from 503); Green value is 204 (80.08% from 255 or 40.56% from 503); Blue value is 93 (36.72% from 255 or 18.49% from 503); Max value from RGB is 206 - color contains mainly: red. Hex color #CECC5D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CECC5D is #3133A2. Grayscale: #C0C0C0. Windows color (decimal): -3224483 or 6147278. OLE color: 6147278.
HSL color Cylindrical-coordinate representation of color #CECC5D: hue angle of 58.94º degrees, saturation: 0.54, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #CECC5D is Cyan = 0, Magento = 0.01, Yellow = 0.55 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 204 | 93 | - |
| CMYK | 0 | 0.01 | 0.55 | 0.19 |
| HSL | 58.94º | 0.54% | 0.59% | - |
| HSV(B) | 58.94º | 0.55% | 0.81% | - |
| XYZ | 49.02 | 57.1 | 18.79 | - |
| YUV | 191.94 | 72.16 | 138.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 204 | 93 | 0 | 0.01 | 0.55 | 0.19 | 58.94 | 0.54 | 0.59 |
| Hex | CE | CC | 5D | 0 | 1 | 37 | 13 | 3B | 36 | 3B |
| Octal | 316 | 314 | 135 | 0 | 1 | 67 | 23 | 73 | 66 | 73 |
| Binary | 11001110 | 11001100 | 1011101 | 0 | 1 | 110111 | 10011 | 111011 | 110110 | 111011 |
Color Harmonies of #CECC5D
Complementary color
Monochromatic Colors of #CECC5D
Black with #CECC5D
Text Example
Text Example
White with #CECC5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CECC5D; }
p { color: rgb(206,204,93); }
H1.HeaderClassName
{
color: #CECC5D;
}
.AnyTagClassName
{
color: #CECC5D;
}
</style>
background-color css
<style>
a { background-color: #CECC5D; }
a { background-color: rgb(206,204,93); }
div.DivClassName
{
background-color: #CECC5D;
}
.BgClassName
{
background-color: #CECC5D;
}
</style>
border-color css
<style>
span { border-color: #CECC5D; }
span { border-color: rgb(206,204,93); }
td.TdClassName
{
border-color: #CECC5D;
}
.TagClassName
{
border-color: #CECC5D;
}
</style>