Shades of Wild Willow #CECC67
Tints of Wild Willow #CECC67
RGB
CMYK
RGB Variations
Color information
#CECC67 (or 0xCECC67) is known color: Wild Willow. HEX triplet: CE, CC and 67. RGB value is (206,204,103). Sum of RGB (Red+Green+Blue) = 206+204+103=513 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.16% from 513); Green value is 204 (80.08% from 255 or 39.77% from 513); Blue value is 103 (40.62% from 255 or 20.08% from 513); Max value from RGB is 206 - color contains mainly: red. Hex color #CECC67 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CECC67 is #313398. Grayscale: #C1C1C1. Windows color (decimal): -3224473 or 6802638. OLE color: 6802638.
HSL color Cylindrical-coordinate representation of color #CECC67: hue angle of 58.83º 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 #CECC67 is Cyan = 0, Magento = 0.01, Yellow = 0.50 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 204 | 103 | - |
| CMYK | 0 | 0.01 | 0.50 | 0.19 |
| HSL | 58.83º | 0.51% | 0.61% | - |
| HSV(B) | 58.83º | 0.5% | 0.81% | - |
| XYZ | 49.49 | 57.29 | 21.28 | - |
| YUV | 193.08 | 77.16 | 137.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 204 | 103 | 0 | 0.01 | 0.50 | 0.19 | 58.83 | 0.51 | 0.61 |
| Hex | CE | CC | 67 | 0 | 1 | 32 | 13 | 3B | 33 | 3D |
| Octal | 316 | 314 | 147 | 0 | 1 | 62 | 23 | 73 | 63 | 75 |
| Binary | 11001110 | 11001100 | 1100111 | 0 | 1 | 110010 | 10011 | 111011 | 110011 | 111101 |
Color Harmonies of #CECC67
Complementary color
Monochromatic Colors of #CECC67
Black with #CECC67
Text Example
Text Example
White with #CECC67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CECC67; }
p { color: rgb(206,204,103); }
H1.HeaderClassName
{
color: #CECC67;
}
.AnyTagClassName
{
color: #CECC67;
}
</style>
background-color css
<style>
a { background-color: #CECC67; }
a { background-color: rgb(206,204,103); }
div.DivClassName
{
background-color: #CECC67;
}
.BgClassName
{
background-color: #CECC67;
}
</style>
border-color css
<style>
span { border-color: #CECC67; }
span { border-color: rgb(206,204,103); }
td.TdClassName
{
border-color: #CECC67;
}
.TagClassName
{
border-color: #CECC67;
}
</style>