Shades of Wild Willow #CECB61
Tints of Wild Willow #CECB61
RGB
CMYK
RGB Variations
Color information
#CECB61 (or 0xCECB61) is known color: Wild Willow. HEX triplet: CE, CB and 61. RGB value is (206,203,97). Sum of RGB (Red+Green+Blue) = 206+203+97=506 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.71% from 506); Green value is 203 (79.69% from 255 or 40.12% from 506); Blue value is 97 (38.28% from 255 or 19.17% from 506); Max value from RGB is 206 - color contains mainly: red. Hex color #CECB61 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CECB61 is #31349E. Grayscale: #C0C0C0. Windows color (decimal): -3224735 or 6409166. OLE color: 6409166.
HSL color Cylindrical-coordinate representation of color #CECB61: hue angle of 58.35º degrees, saturation: 0.53, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #CECB61 is Cyan = 0, Magento = 0.01, Yellow = 0.53 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 203 | 97 | - |
| CMYK | 0 | 0.01 | 0.53 | 0.19 |
| HSL | 58.35º | 0.53% | 0.59% | - |
| HSV(B) | 58.35º | 0.53% | 0.81% | - |
| XYZ | 48.97 | 56.7 | 19.67 | - |
| YUV | 191.81 | 74.49 | 138.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 203 | 97 | 0 | 0.01 | 0.53 | 0.19 | 58.35 | 0.53 | 0.59 |
| Hex | CE | CB | 61 | 0 | 1 | 35 | 13 | 3A | 35 | 3B |
| Octal | 316 | 313 | 141 | 0 | 1 | 65 | 23 | 72 | 65 | 73 |
| Binary | 11001110 | 11001011 | 1100001 | 0 | 1 | 110101 | 10011 | 111010 | 110101 | 111011 |
Color Harmonies of #CECB61
Complementary color
Monochromatic Colors of #CECB61
Black with #CECB61
Text Example
Text Example
White with #CECB61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CECB61; }
p { color: rgb(206,203,97); }
H1.HeaderClassName
{
color: #CECB61;
}
.AnyTagClassName
{
color: #CECB61;
}
</style>
background-color css
<style>
a { background-color: #CECB61; }
a { background-color: rgb(206,203,97); }
div.DivClassName
{
background-color: #CECB61;
}
.BgClassName
{
background-color: #CECB61;
}
</style>
border-color css
<style>
span { border-color: #CECB61; }
span { border-color: rgb(206,203,97); }
td.TdClassName
{
border-color: #CECB61;
}
.TagClassName
{
border-color: #CECB61;
}
</style>