Shades of Wild Willow #CECA63
Tints of Wild Willow #CECA63
RGB
CMYK
RGB Variations
Color information
#CECA63 (or 0xCECA63) is known color: Wild Willow. HEX triplet: CE, CA and 63. RGB value is (206,202,99). Sum of RGB (Red+Green+Blue) = 206+202+99=507 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.63% from 507); Green value is 202 (79.30% from 255 or 39.84% from 507); Blue value is 99 (39.06% from 255 or 19.53% from 507); Max value from RGB is 206 - color contains mainly: red. Hex color #CECA63 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CECA63 is #31359C. Grayscale: #BFBFBF. Windows color (decimal): -3224989 or 6539982. OLE color: 6539982.
HSL color Cylindrical-coordinate representation of color #CECA63: hue angle of 57.76º degrees, saturation: 0.52, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #CECA63 is Cyan = 0, Magento = 0.02, Yellow = 0.52 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 202 | 99 | - |
| CMYK | 0 | 0.02 | 0.52 | 0.19 |
| HSL | 57.76º | 0.52% | 0.6% | - |
| HSV(B) | 57.76º | 0.52% | 0.81% | - |
| XYZ | 48.83 | 56.26 | 20.09 | - |
| YUV | 191.45 | 75.83 | 138.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 202 | 99 | 0 | 0.02 | 0.52 | 0.19 | 57.76 | 0.52 | 0.6 |
| Hex | CE | CA | 63 | 0 | 2 | 34 | 13 | 3A | 34 | 3C |
| Octal | 316 | 312 | 143 | 0 | 2 | 64 | 23 | 72 | 64 | 74 |
| Binary | 11001110 | 11001010 | 1100011 | 0 | 10 | 110100 | 10011 | 111010 | 110100 | 111100 |
Color Harmonies of #CECA63
Complementary color
Monochromatic Colors of #CECA63
Black with #CECA63
Text Example
Text Example
White with #CECA63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CECA63; }
p { color: rgb(206,202,99); }
H1.HeaderClassName
{
color: #CECA63;
}
.AnyTagClassName
{
color: #CECA63;
}
</style>
background-color css
<style>
a { background-color: #CECA63; }
a { background-color: rgb(206,202,99); }
div.DivClassName
{
background-color: #CECA63;
}
.BgClassName
{
background-color: #CECA63;
}
</style>
border-color css
<style>
span { border-color: #CECA63; }
span { border-color: rgb(206,202,99); }
td.TdClassName
{
border-color: #CECA63;
}
.TagClassName
{
border-color: #CECA63;
}
</style>