Shades of Wild Willow #D0CF5E
Tints of Wild Willow #D0CF5E
RGB
CMYK
RGB Variations
Color information
#D0CF5E (or 0xD0CF5E) is known color: Wild Willow. HEX triplet: D0, CF and 5E. RGB value is (208,207,94). Sum of RGB (Red+Green+Blue) = 208+207+94=509 (67% of max value = 765). Red value is 208 (81.64% from 255 or 40.86% from 509); Green value is 207 (81.25% from 255 or 40.67% from 509); Blue value is 94 (37.11% from 255 or 18.47% from 509); Max value from RGB is 208 - color contains mainly: red. Hex color #D0CF5E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D0CF5E is #2F30A1. Grayscale: #C2C2C2. Windows color (decimal): -3092642 or 6213584. OLE color: 6213584.
HSL color Cylindrical-coordinate representation of color #D0CF5E: hue angle of 59.47º degrees, saturation: 0.55, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D0CF5E is Cyan = 0, Magento = 0.00, Yellow = 0.55 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 207 | 94 | - |
| CMYK | 0 | 0.00 | 0.55 | 0.18 |
| HSL | 59.47º | 0.55% | 0.59% | - |
| HSV(B) | 59.47º | 0.55% | 0.82% | - |
| XYZ | 50.35 | 58.84 | 19.29 | - |
| YUV | 194.42 | 71.33 | 137.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 207 | 94 | 0 | 0.00 | 0.55 | 0.18 | 59.47 | 0.55 | 0.59 |
| Hex | D0 | CF | 5E | 0 | 0 | 37 | 12 | 3B | 37 | 3B |
| Octal | 320 | 317 | 136 | 0 | 0 | 67 | 22 | 73 | 67 | 73 |
| Binary | 11010000 | 11001111 | 1011110 | 0 | 0 | 110111 | 10010 | 111011 | 110111 | 111011 |
Color Harmonies of #D0CF5E
Complementary color
Monochromatic Colors of #D0CF5E
Black with #D0CF5E
Text Example
Text Example
White with #D0CF5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0CF5E; }
p { color: rgb(208,207,94); }
H1.HeaderClassName
{
color: #D0CF5E;
}
.AnyTagClassName
{
color: #D0CF5E;
}
</style>
background-color css
<style>
a { background-color: #D0CF5E; }
a { background-color: rgb(208,207,94); }
div.DivClassName
{
background-color: #D0CF5E;
}
.BgClassName
{
background-color: #D0CF5E;
}
</style>
border-color css
<style>
span { border-color: #D0CF5E; }
span { border-color: rgb(208,207,94); }
td.TdClassName
{
border-color: #D0CF5E;
}
.TagClassName
{
border-color: #D0CF5E;
}
</style>