Shades of Wild Willow #CECB63
Tints of Wild Willow #CECB63
RGB
CMYK
RGB Variations
Color information
#CECB63 (or 0xCECB63) is known color: Wild Willow. HEX triplet: CE, CB and 63. RGB value is (206,203,99). Sum of RGB (Red+Green+Blue) = 206+203+99=508 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.55% from 508); Green value is 203 (79.69% from 255 or 39.96% from 508); Blue value is 99 (39.06% from 255 or 19.49% from 508); Max value from RGB is 206 - color contains mainly: red. Hex color #CECB63 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CECB63 is #31349C. Grayscale: #C0C0C0. Windows color (decimal): -3224733 or 6540238. OLE color: 6540238.
HSL color Cylindrical-coordinate representation of color #CECB63: hue angle of 58.32º 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 #CECB63 is Cyan = 0, Magento = 0.01, Yellow = 0.52 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 203 | 99 | - |
| CMYK | 0 | 0.01 | 0.52 | 0.19 |
| HSL | 58.32º | 0.52% | 0.6% | - |
| HSV(B) | 58.32º | 0.52% | 0.81% | - |
| XYZ | 49.06 | 56.73 | 20.17 | - |
| YUV | 192.04 | 75.49 | 137.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 203 | 99 | 0 | 0.01 | 0.52 | 0.19 | 58.32 | 0.52 | 0.6 |
| Hex | CE | CB | 63 | 0 | 1 | 34 | 13 | 3A | 34 | 3C |
| Octal | 316 | 313 | 143 | 0 | 1 | 64 | 23 | 72 | 64 | 74 |
| Binary | 11001110 | 11001011 | 1100011 | 0 | 1 | 110100 | 10011 | 111010 | 110100 | 111100 |
Color Harmonies of #CECB63
Complementary color
Monochromatic Colors of #CECB63
Black with #CECB63
Text Example
Text Example
White with #CECB63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CECB63; }
p { color: rgb(206,203,99); }
H1.HeaderClassName
{
color: #CECB63;
}
.AnyTagClassName
{
color: #CECB63;
}
</style>
background-color css
<style>
a { background-color: #CECB63; }
a { background-color: rgb(206,203,99); }
div.DivClassName
{
background-color: #CECB63;
}
.BgClassName
{
background-color: #CECB63;
}
</style>
border-color css
<style>
span { border-color: #CECB63; }
span { border-color: rgb(206,203,99); }
td.TdClassName
{
border-color: #CECB63;
}
.TagClassName
{
border-color: #CECB63;
}
</style>