Shades of Wild Willow #CECD5C
Tints of Wild Willow #CECD5C
RGB
CMYK
RGB Variations
Color information
#CECD5C (or 0xCECD5C) is known color: Wild Willow. HEX triplet: CE, CD and 5C. RGB value is (206,205,92). Sum of RGB (Red+Green+Blue) = 206+205+92=503 (66% of max value = 765). Red value is 206 (80.86% from 255 or 40.95% from 503); Green value is 205 (80.47% from 255 or 40.76% from 503); Blue value is 92 (36.33% from 255 or 18.29% from 503); Max value from RGB is 206 - color contains mainly: red. Hex color #CECD5C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CECD5C is #3132A3. Grayscale: #C0C0C0. Windows color (decimal): -3224228 or 6081998. OLE color: 6081998.
HSL color Cylindrical-coordinate representation of color #CECD5C: hue angle of 59.47º degrees, saturation: 0.54, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #CECD5C is Cyan = 0, Magento = 0.00, Yellow = 0.55 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 205 | 92 | - |
| CMYK | 0 | 0.00 | 0.55 | 0.19 |
| HSL | 59.47º | 0.54% | 0.58% | - |
| HSV(B) | 59.47º | 0.55% | 0.81% | - |
| XYZ | 49.22 | 57.56 | 18.64 | - |
| YUV | 192.42 | 71.33 | 137.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 205 | 92 | 0 | 0.00 | 0.55 | 0.19 | 59.47 | 0.54 | 0.58 |
| Hex | CE | CD | 5C | 0 | 0 | 37 | 13 | 3B | 36 | 3A |
| Octal | 316 | 315 | 134 | 0 | 0 | 67 | 23 | 73 | 66 | 72 |
| Binary | 11001110 | 11001101 | 1011100 | 0 | 0 | 110111 | 10011 | 111011 | 110110 | 111010 |
Color Harmonies of #CECD5C
Complementary color
Monochromatic Colors of #CECD5C
Black with #CECD5C
Text Example
Text Example
White with #CECD5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CECD5C; }
p { color: rgb(206,205,92); }
H1.HeaderClassName
{
color: #CECD5C;
}
.AnyTagClassName
{
color: #CECD5C;
}
</style>
background-color css
<style>
a { background-color: #CECD5C; }
a { background-color: rgb(206,205,92); }
div.DivClassName
{
background-color: #CECD5C;
}
.BgClassName
{
background-color: #CECD5C;
}
</style>
border-color css
<style>
span { border-color: #CECD5C; }
span { border-color: rgb(206,205,92); }
td.TdClassName
{
border-color: #CECD5C;
}
.TagClassName
{
border-color: #CECD5C;
}
</style>