Shades of Wild Willow #D0D15F
Tints of Wild Willow #D0D15F
RGB
CMYK
RGB Variations
Color information
#D0D15F (or 0xD0D15F) is known color: Wild Willow. HEX triplet: D0, D1 and 5F. RGB value is (208,209,95). Sum of RGB (Red+Green+Blue) = 208+209+95=512 (67% of max value = 765). Red value is 208 (81.64% from 255 or 40.62% from 512); Green value is 209 (82.03% from 255 or 40.82% from 512); Blue value is 95 (37.5% from 255 or 18.55% from 512); Max value from RGB is 209 - color contains mainly: green. Hex color #D0D15F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D0D15F is #2F2EA0. Grayscale: #C4C4C4. Windows color (decimal): -3092129 or 6279632. OLE color: 6279632.
HSL color Cylindrical-coordinate representation of color #D0D15F: hue angle of 60.53º degrees, saturation: 0.55, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D0D15F is Cyan = 0.00, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 209 | 95 | - |
| CMYK | 0.00 | 0 | 0.55 | 0.18 |
| HSL | 60.53º | 0.55% | 0.6% | - |
| HSV(B) | 60.53º | 0.55% | 0.82% | - |
| XYZ | 50.88 | 59.84 | 19.69 | - |
| YUV | 195.71 | 71.17 | 136.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 209 | 95 | 0.00 | 0 | 0.55 | 0.18 | 60.53 | 0.55 | 0.6 |
| Hex | D0 | D1 | 5F | 0 | 0 | 37 | 12 | 3D | 37 | 3C |
| Octal | 320 | 321 | 137 | 0 | 0 | 67 | 22 | 75 | 67 | 74 |
| Binary | 11010000 | 11010001 | 1011111 | 0 | 0 | 110111 | 10010 | 111101 | 110111 | 111100 |
Color Harmonies of #D0D15F
Complementary color
Monochromatic Colors of #D0D15F
Black with #D0D15F
Text Example
Text Example
White with #D0D15F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0D15F; }
p { color: rgb(208,209,95); }
H1.HeaderClassName
{
color: #D0D15F;
}
.AnyTagClassName
{
color: #D0D15F;
}
</style>
background-color css
<style>
a { background-color: #D0D15F; }
a { background-color: rgb(208,209,95); }
div.DivClassName
{
background-color: #D0D15F;
}
.BgClassName
{
background-color: #D0D15F;
}
</style>
border-color css
<style>
span { border-color: #D0D15F; }
span { border-color: rgb(208,209,95); }
td.TdClassName
{
border-color: #D0D15F;
}
.TagClassName
{
border-color: #D0D15F;
}
</style>