Shades of Wild Willow #CECB65
Tints of Wild Willow #CECB65
RGB
CMYK
RGB Variations
Color information
#CECB65 (or 0xCECB65) is known color: Wild Willow. HEX triplet: CE, CB and 65. RGB value is (206,203,101). Sum of RGB (Red+Green+Blue) = 206+203+101=510 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.39% from 510); Green value is 203 (79.69% from 255 or 39.80% from 510); Blue value is 101 (39.84% from 255 or 19.80% from 510); Max value from RGB is 206 - color contains mainly: red. Hex color #CECB65 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CECB65 is #31349A. Grayscale: #C0C0C0. Windows color (decimal): -3224731 or 6671310. OLE color: 6671310.
HSL color Cylindrical-coordinate representation of color #CECB65: hue angle of 58.29º degrees, saturation: 0.52, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CECB65 is Cyan = 0, Magento = 0.01, Yellow = 0.51 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 203 | 101 | - |
| CMYK | 0 | 0.01 | 0.51 | 0.19 |
| HSL | 58.29º | 0.52% | 0.6% | - |
| HSV(B) | 58.29º | 0.51% | 0.81% | - |
| XYZ | 49.16 | 56.77 | 20.68 | - |
| YUV | 192.27 | 76.49 | 137.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 203 | 101 | 0 | 0.01 | 0.51 | 0.19 | 58.29 | 0.52 | 0.6 |
| Hex | CE | CB | 65 | 0 | 1 | 33 | 13 | 3A | 34 | 3C |
| Octal | 316 | 313 | 145 | 0 | 1 | 63 | 23 | 72 | 64 | 74 |
| Binary | 11001110 | 11001011 | 1100101 | 0 | 1 | 110011 | 10011 | 111010 | 110100 | 111100 |
Color Harmonies of #CECB65
Complementary color
Monochromatic Colors of #CECB65
Black with #CECB65
Text Example
Text Example
White with #CECB65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CECB65; }
p { color: rgb(206,203,101); }
H1.HeaderClassName
{
color: #CECB65;
}
.AnyTagClassName
{
color: #CECB65;
}
</style>
background-color css
<style>
a { background-color: #CECB65; }
a { background-color: rgb(206,203,101); }
div.DivClassName
{
background-color: #CECB65;
}
.BgClassName
{
background-color: #CECB65;
}
</style>
border-color css
<style>
span { border-color: #CECB65; }
span { border-color: rgb(206,203,101); }
td.TdClassName
{
border-color: #CECB65;
}
.TagClassName
{
border-color: #CECB65;
}
</style>