Shades of Wild Willow #CED164
Tints of Wild Willow #CED164
RGB
CMYK
RGB Variations
Color information
#CED164 (or 0xCED164) is known color: Wild Willow. HEX triplet: CE, D1 and 64. RGB value is (206,209,100). Sum of RGB (Red+Green+Blue) = 206+209+100=515 (68% of max value = 765). Red value is 206 (80.86% from 255 or 40% from 515); Green value is 209 (82.03% from 255 or 40.58% from 515); Blue value is 100 (39.45% from 255 or 19.42% from 515); Max value from RGB is 209 - color contains mainly: green. Hex color #CED164 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CED164 is #312E9B. Grayscale: #C4C4C4. Windows color (decimal): -3223196 or 6607310. OLE color: 6607310.
HSL color Cylindrical-coordinate representation of color #CED164: hue angle of 61.65º degrees, saturation: 0.54, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #CED164 is Cyan = 0.01, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 206 | 209 | 100 | - |
| CMYK | 0.01 | 0 | 0.52 | 0.18 |
| HSL | 61.65º | 0.54% | 0.61% | - |
| HSV(B) | 61.65º | 0.52% | 0.82% | - |
| XYZ | 50.55 | 59.64 | 20.9 | - |
| YUV | 195.68 | 74.01 | 135.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 209 | 100 | 0.01 | 0 | 0.52 | 0.18 | 61.65 | 0.54 | 0.61 |
| Hex | CE | D1 | 64 | 1 | 0 | 34 | 12 | 3E | 36 | 3D |
| Octal | 316 | 321 | 144 | 1 | 0 | 64 | 22 | 76 | 66 | 75 |
| Binary | 11001110 | 11010001 | 1100100 | 1 | 0 | 110100 | 10010 | 111110 | 110110 | 111101 |
Color Harmonies of #CED164
Complementary color
Monochromatic Colors of #CED164
Black with #CED164
Text Example
Text Example
White with #CED164
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CED164; }
p { color: rgb(206,209,100); }
H1.HeaderClassName
{
color: #CED164;
}
.AnyTagClassName
{
color: #CED164;
}
</style>
background-color css
<style>
a { background-color: #CED164; }
a { background-color: rgb(206,209,100); }
div.DivClassName
{
background-color: #CED164;
}
.BgClassName
{
background-color: #CED164;
}
</style>
border-color css
<style>
span { border-color: #CED164; }
span { border-color: rgb(206,209,100); }
td.TdClassName
{
border-color: #CED164;
}
.TagClassName
{
border-color: #CED164;
}
</style>