Shades of Wild Willow #CED064
Tints of Wild Willow #CED064
RGB
CMYK
RGB Variations
Color information
#CED064 (or 0xCED064) is known color: Wild Willow. HEX triplet: CE, D0 and 64. RGB value is (206,208,100). Sum of RGB (Red+Green+Blue) = 206+208+100=514 (68% of max value = 765). Red value is 206 (80.86% from 255 or 40.08% from 514); Green value is 208 (81.64% from 255 or 40.47% from 514); Blue value is 100 (39.45% from 255 or 19.46% from 514); Max value from RGB is 208 - color contains mainly: green. Hex color #CED064 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CED064 is #312F9B. Grayscale: #C3C3C3. Windows color (decimal): -3223452 or 6607054. OLE color: 6607054.
HSL color Cylindrical-coordinate representation of color #CED064: hue angle of 61.11º degrees, saturation: 0.53, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #CED064 is Cyan = 0.01, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 206 | 208 | 100 | - |
| CMYK | 0.01 | 0 | 0.52 | 0.18 |
| HSL | 61.11º | 0.53% | 0.6% | - |
| HSV(B) | 61.11º | 0.52% | 0.82% | - |
| XYZ | 50.31 | 59.15 | 20.82 | - |
| YUV | 195.09 | 74.34 | 135.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 208 | 100 | 0.01 | 0 | 0.52 | 0.18 | 61.11 | 0.53 | 0.6 |
| Hex | CE | D0 | 64 | 1 | 0 | 34 | 12 | 3D | 35 | 3C |
| Octal | 316 | 320 | 144 | 1 | 0 | 64 | 22 | 75 | 65 | 74 |
| Binary | 11001110 | 11010000 | 1100100 | 1 | 0 | 110100 | 10010 | 111101 | 110101 | 111100 |
Color Harmonies of #CED064
Complementary color
Monochromatic Colors of #CED064
Black with #CED064
Text Example
Text Example
White with #CED064
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CED064; }
p { color: rgb(206,208,100); }
H1.HeaderClassName
{
color: #CED064;
}
.AnyTagClassName
{
color: #CED064;
}
</style>
background-color css
<style>
a { background-color: #CED064; }
a { background-color: rgb(206,208,100); }
div.DivClassName
{
background-color: #CED064;
}
.BgClassName
{
background-color: #CED064;
}
</style>
border-color css
<style>
span { border-color: #CED064; }
span { border-color: rgb(206,208,100); }
td.TdClassName
{
border-color: #CED064;
}
.TagClassName
{
border-color: #CED064;
}
</style>