Shades of Wild Willow #CECD67
Tints of Wild Willow #CECD67
RGB
CMYK
RGB Variations
Color information
#CECD67 (or 0xCECD67) is known color: Wild Willow. HEX triplet: CE, CD and 67. RGB value is (206,205,103). Sum of RGB (Red+Green+Blue) = 206+205+103=514 (68% of max value = 765). Red value is 206 (80.86% from 255 or 40.08% from 514); Green value is 205 (80.47% from 255 or 39.88% from 514); Blue value is 103 (40.62% from 255 or 20.04% from 514); Max value from RGB is 206 - color contains mainly: red. Hex color #CECD67 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CECD67 is #313298. Grayscale: #C2C2C2. Windows color (decimal): -3224217 or 6802894. OLE color: 6802894.
HSL color Cylindrical-coordinate representation of color #CECD67: hue angle of 59.42º 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 #CECD67 is Cyan = 0, Magento = 0.00, Yellow = 0.50 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 205 | 103 | - |
| CMYK | 0 | 0.00 | 0.50 | 0.19 |
| HSL | 59.42º | 0.51% | 0.61% | - |
| HSV(B) | 59.42º | 0.5% | 0.81% | - |
| XYZ | 49.73 | 57.76 | 21.36 | - |
| YUV | 193.67 | 76.83 | 136.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 205 | 103 | 0 | 0.00 | 0.50 | 0.19 | 59.42 | 0.51 | 0.61 |
| Hex | CE | CD | 67 | 0 | 0 | 32 | 13 | 3B | 33 | 3D |
| Octal | 316 | 315 | 147 | 0 | 0 | 62 | 23 | 73 | 63 | 75 |
| Binary | 11001110 | 11001101 | 1100111 | 0 | 0 | 110010 | 10011 | 111011 | 110011 | 111101 |
Color Harmonies of #CECD67
Complementary color
Monochromatic Colors of #CECD67
Black with #CECD67
Text Example
Text Example
White with #CECD67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CECD67; }
p { color: rgb(206,205,103); }
H1.HeaderClassName
{
color: #CECD67;
}
.AnyTagClassName
{
color: #CECD67;
}
</style>
background-color css
<style>
a { background-color: #CECD67; }
a { background-color: rgb(206,205,103); }
div.DivClassName
{
background-color: #CECD67;
}
.BgClassName
{
background-color: #CECD67;
}
</style>
border-color css
<style>
span { border-color: #CECD67; }
span { border-color: rgb(206,205,103); }
td.TdClassName
{
border-color: #CECD67;
}
.TagClassName
{
border-color: #CECD67;
}
</style>