Shades of Wild Willow #D0CF58
Tints of Wild Willow #D0CF58
RGB
CMYK
RGB Variations
Color information
#D0CF58 (or 0xD0CF58) is known color: Wild Willow. HEX triplet: D0, CF and 58. RGB value is (208,207,88). Sum of RGB (Red+Green+Blue) = 208+207+88=503 (66% of max value = 765). Red value is 208 (81.64% from 255 or 41.35% from 503); Green value is 207 (81.25% from 255 or 41.15% from 503); Blue value is 88 (34.77% from 255 or 17.50% from 503); Max value from RGB is 208 - color contains mainly: red. Hex color #D0CF58 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D0CF58 is #2F30A7. Grayscale: #C2C2C2. Windows color (decimal): -3092648 or 5820368. OLE color: 5820368.
HSL color Cylindrical-coordinate representation of color #D0CF58: hue angle of 59.5º degrees, saturation: 0.56, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D0CF58 is Cyan = 0, Magento = 0.00, Yellow = 0.58 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 207 | 88 | - |
| CMYK | 0 | 0.00 | 0.58 | 0.18 |
| HSL | 59.5º | 0.56% | 0.58% | - |
| HSV(B) | 59.5º | 0.58% | 0.82% | - |
| XYZ | 50.09 | 58.74 | 17.93 | - |
| YUV | 193.73 | 68.33 | 138.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 207 | 88 | 0 | 0.00 | 0.58 | 0.18 | 59.5 | 0.56 | 0.58 |
| Hex | D0 | CF | 58 | 0 | 0 | 3A | 12 | 3C | 38 | 3A |
| Octal | 320 | 317 | 130 | 0 | 0 | 72 | 22 | 74 | 70 | 72 |
| Binary | 11010000 | 11001111 | 1011000 | 0 | 0 | 111010 | 10010 | 111100 | 111000 | 111010 |
Color Harmonies of #D0CF58
Complementary color
Monochromatic Colors of #D0CF58
Black with #D0CF58
Text Example
Text Example
White with #D0CF58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0CF58; }
p { color: rgb(208,207,88); }
H1.HeaderClassName
{
color: #D0CF58;
}
.AnyTagClassName
{
color: #D0CF58;
}
</style>
background-color css
<style>
a { background-color: #D0CF58; }
a { background-color: rgb(208,207,88); }
div.DivClassName
{
background-color: #D0CF58;
}
.BgClassName
{
background-color: #D0CF58;
}
</style>
border-color css
<style>
span { border-color: #D0CF58; }
span { border-color: rgb(208,207,88); }
td.TdClassName
{
border-color: #D0CF58;
}
.TagClassName
{
border-color: #D0CF58;
}
</style>