Shades of Wild Willow #CECD5A
Tints of Wild Willow #CECD5A
RGB
CMYK
RGB Variations
Color information
#CECD5A (or 0xCECD5A) is known color: Wild Willow. HEX triplet: CE, CD and 5A. RGB value is (206,205,90). Sum of RGB (Red+Green+Blue) = 206+205+90=501 (66% of max value = 765). Red value is 206 (80.86% from 255 or 41.12% from 501); Green value is 205 (80.47% from 255 or 40.92% from 501); Blue value is 90 (35.55% from 255 or 17.96% from 501); Max value from RGB is 206 - color contains mainly: red. Hex color #CECD5A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CECD5A is #3132A5. Grayscale: #C0C0C0. Windows color (decimal): -3224230 or 5950926. OLE color: 5950926.
HSL color Cylindrical-coordinate representation of color #CECD5A: hue angle of 59.48º 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 #CECD5A is Cyan = 0, Magento = 0.00, Yellow = 0.56 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 205 | 90 | - |
| CMYK | 0 | 0.00 | 0.56 | 0.19 |
| HSL | 59.48º | 0.54% | 0.58% | - |
| HSV(B) | 59.48º | 0.56% | 0.81% | - |
| XYZ | 49.13 | 57.52 | 18.19 | - |
| YUV | 192.19 | 70.33 | 137.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 205 | 90 | 0 | 0.00 | 0.56 | 0.19 | 59.48 | 0.54 | 0.58 |
| Hex | CE | CD | 5A | 0 | 0 | 38 | 13 | 3B | 36 | 3A |
| Octal | 316 | 315 | 132 | 0 | 0 | 70 | 23 | 73 | 66 | 72 |
| Binary | 11001110 | 11001101 | 1011010 | 0 | 0 | 111000 | 10011 | 111011 | 110110 | 111010 |
Color Harmonies of #CECD5A
Complementary color
Monochromatic Colors of #CECD5A
Black with #CECD5A
Text Example
Text Example
White with #CECD5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CECD5A; }
p { color: rgb(206,205,90); }
H1.HeaderClassName
{
color: #CECD5A;
}
.AnyTagClassName
{
color: #CECD5A;
}
</style>
background-color css
<style>
a { background-color: #CECD5A; }
a { background-color: rgb(206,205,90); }
div.DivClassName
{
background-color: #CECD5A;
}
.BgClassName
{
background-color: #CECD5A;
}
</style>
border-color css
<style>
span { border-color: #CECD5A; }
span { border-color: rgb(206,205,90); }
td.TdClassName
{
border-color: #CECD5A;
}
.TagClassName
{
border-color: #CECD5A;
}
</style>