Shades of Wild Willow #CECC62
Tints of Wild Willow #CECC62
RGB
CMYK
RGB Variations
Color information
#CECC62 (or 0xCECC62) is known color: Wild Willow. HEX triplet: CE, CC and 62. RGB value is (206,204,98). Sum of RGB (Red+Green+Blue) = 206+204+98=508 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.55% from 508); Green value is 204 (80.08% from 255 or 40.16% from 508); Blue value is 98 (38.67% from 255 or 19.29% from 508); Max value from RGB is 206 - color contains mainly: red. Hex color #CECC62 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CECC62 is #31339D. Grayscale: #C0C0C0. Windows color (decimal): -3224478 or 6474958. OLE color: 6474958.
HSL color Cylindrical-coordinate representation of color #CECC62: hue angle of 58.89º 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 #CECC62 is Cyan = 0, Magento = 0.01, Yellow = 0.52 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 204 | 98 | - |
| CMYK | 0 | 0.01 | 0.52 | 0.19 |
| HSL | 58.89º | 0.52% | 0.6% | - |
| HSV(B) | 58.89º | 0.52% | 0.81% | - |
| XYZ | 49.25 | 57.19 | 20 | - |
| YUV | 192.51 | 74.66 | 137.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 204 | 98 | 0 | 0.01 | 0.52 | 0.19 | 58.89 | 0.52 | 0.6 |
| Hex | CE | CC | 62 | 0 | 1 | 34 | 13 | 3B | 34 | 3C |
| Octal | 316 | 314 | 142 | 0 | 1 | 64 | 23 | 73 | 64 | 74 |
| Binary | 11001110 | 11001100 | 1100010 | 0 | 1 | 110100 | 10011 | 111011 | 110100 | 111100 |
Color Harmonies of #CECC62
Complementary color
Monochromatic Colors of #CECC62
Black with #CECC62
Text Example
Text Example
White with #CECC62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CECC62; }
p { color: rgb(206,204,98); }
H1.HeaderClassName
{
color: #CECC62;
}
.AnyTagClassName
{
color: #CECC62;
}
</style>
background-color css
<style>
a { background-color: #CECC62; }
a { background-color: rgb(206,204,98); }
div.DivClassName
{
background-color: #CECC62;
}
.BgClassName
{
background-color: #CECC62;
}
</style>
border-color css
<style>
span { border-color: #CECC62; }
span { border-color: rgb(206,204,98); }
td.TdClassName
{
border-color: #CECC62;
}
.TagClassName
{
border-color: #CECC62;
}
</style>