Shades of Wild Willow #CEC967
Tints of Wild Willow #CEC967
RGB
CMYK
RGB Variations
Color information
#CEC967 (or 0xCEC967) is known color: Wild Willow. HEX triplet: CE, C9 and 67. RGB value is (206,201,103). Sum of RGB (Red+Green+Blue) = 206+201+103=510 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.39% from 510); Green value is 201 (78.91% from 255 or 39.41% from 510); Blue value is 103 (40.62% from 255 or 20.20% from 510); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC967 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEC967 is #313698. Grayscale: #BFBFBF. Windows color (decimal): -3225241 or 6801870. OLE color: 6801870.
HSL color Cylindrical-coordinate representation of color #CEC967: hue angle of 57.09º degrees, saturation: 0.51, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CEC967 is Cyan = 0, Magento = 0.02, Yellow = 0.50 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 201 | 103 | - |
| CMYK | 0 | 0.02 | 0.50 | 0.19 |
| HSL | 57.09º | 0.51% | 0.61% | - |
| HSV(B) | 57.09º | 0.5% | 0.81% | - |
| XYZ | 48.79 | 55.87 | 21.05 | - |
| YUV | 191.32 | 78.16 | 138.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 201 | 103 | 0 | 0.02 | 0.50 | 0.19 | 57.09 | 0.51 | 0.61 |
| Hex | CE | C9 | 67 | 0 | 2 | 32 | 13 | 39 | 33 | 3D |
| Octal | 316 | 311 | 147 | 0 | 2 | 62 | 23 | 71 | 63 | 75 |
| Binary | 11001110 | 11001001 | 1100111 | 0 | 10 | 110010 | 10011 | 111001 | 110011 | 111101 |
Color Harmonies of #CEC967
Complementary color
Monochromatic Colors of #CEC967
Black with #CEC967
Text Example
Text Example
White with #CEC967
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC967; }
p { color: rgb(206,201,103); }
H1.HeaderClassName
{
color: #CEC967;
}
.AnyTagClassName
{
color: #CEC967;
}
</style>
background-color css
<style>
a { background-color: #CEC967; }
a { background-color: rgb(206,201,103); }
div.DivClassName
{
background-color: #CEC967;
}
.BgClassName
{
background-color: #CEC967;
}
</style>
border-color css
<style>
span { border-color: #CEC967; }
span { border-color: rgb(206,201,103); }
td.TdClassName
{
border-color: #CEC967;
}
.TagClassName
{
border-color: #CEC967;
}
</style>