Shades of Wild Willow #D0D158
Tints of Wild Willow #D0D158
RGB
CMYK
RGB Variations
Color information
#D0D158 (or 0xD0D158) is known color: Wild Willow. HEX triplet: D0, D1 and 58. RGB value is (208,209,88). Sum of RGB (Red+Green+Blue) = 208+209+88=505 (66% of max value = 765). Red value is 208 (81.64% from 255 or 41.19% from 505); Green value is 209 (82.03% from 255 or 41.39% from 505); Blue value is 88 (34.77% from 255 or 17.43% from 505); Max value from RGB is 209 - color contains mainly: green. Hex color #D0D158 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D0D158 is #2F2EA7. Grayscale: #C3C3C3. Windows color (decimal): -3092136 or 5820880. OLE color: 5820880.
HSL color Cylindrical-coordinate representation of color #D0D158: hue angle of 60.5º degrees, saturation: 0.57, 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 #D0D158 is Cyan = 0.00, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 209 | 88 | - |
| CMYK | 0.00 | 0 | 0.58 | 0.18 |
| HSL | 60.5º | 0.57% | 0.58% | - |
| HSV(B) | 60.5º | 0.58% | 0.82% | - |
| XYZ | 50.57 | 59.72 | 18.09 | - |
| YUV | 194.91 | 67.67 | 137.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 209 | 88 | 0.00 | 0 | 0.58 | 0.18 | 60.5 | 0.57 | 0.58 |
| Hex | D0 | D1 | 58 | 0 | 0 | 3A | 12 | 3C | 39 | 3A |
| Octal | 320 | 321 | 130 | 0 | 0 | 72 | 22 | 74 | 71 | 72 |
| Binary | 11010000 | 11010001 | 1011000 | 0 | 0 | 111010 | 10010 | 111100 | 111001 | 111010 |
Color Harmonies of #D0D158
Complementary color
Monochromatic Colors of #D0D158
Black with #D0D158
Text Example
Text Example
White with #D0D158
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0D158; }
p { color: rgb(208,209,88); }
H1.HeaderClassName
{
color: #D0D158;
}
.AnyTagClassName
{
color: #D0D158;
}
</style>
background-color css
<style>
a { background-color: #D0D158; }
a { background-color: rgb(208,209,88); }
div.DivClassName
{
background-color: #D0D158;
}
.BgClassName
{
background-color: #D0D158;
}
</style>
border-color css
<style>
span { border-color: #D0D158; }
span { border-color: rgb(208,209,88); }
td.TdClassName
{
border-color: #D0D158;
}
.TagClassName
{
border-color: #D0D158;
}
</style>