Shades of Wild Willow #D1D15D
Tints of Wild Willow #D1D15D
RGB
CMYK
RGB Variations
Color information
#D1D15D (or 0xD1D15D) is known color: Wild Willow. HEX triplet: D1, D1 and 5D. RGB value is (209,209,93). Sum of RGB (Red+Green+Blue) = 209+209+93=511 (67% of max value = 765). Red value is 209 (82.03% from 255 or 40.90% from 511); Green value is 209 (82.03% from 255 or 40.90% from 511); Blue value is 93 (36.72% from 255 or 18.20% from 511); Max value from RGB is 209 - color contains mainly: red, green. Hex color #D1D15D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D1D15D is #2E2EA2. Grayscale: #C4C4C4. Windows color (decimal): -3026595 or 6148561. OLE color: 6148561.
HSL color Cylindrical-coordinate representation of color #D1D15D: hue angle of 60º degrees, saturation: 0.56, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D1D15D is Cyan = 0, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 209 | 93 | - |
| CMYK | 0 | 0 | 0.56 | 0.18 |
| HSL | 60º | 0.56% | 0.59% | - |
| HSV(B) | 60º | 0.56% | 0.82% | - |
| XYZ | 51.07 | 59.95 | 19.24 | - |
| YUV | 195.78 | 70 | 137.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 209 | 93 | 0 | 0 | 0.56 | 0.18 | 60 | 0.56 | 0.59 |
| Hex | D1 | D1 | 5D | 0 | 0 | 38 | 12 | 3C | 38 | 3B |
| Octal | 321 | 321 | 135 | 0 | 0 | 70 | 22 | 74 | 70 | 73 |
| Binary | 11010001 | 11010001 | 1011101 | 0 | 0 | 111000 | 10010 | 111100 | 111000 | 111011 |
Color Harmonies of #D1D15D
Complementary color
Monochromatic Colors of #D1D15D
Black with #D1D15D
Text Example
Text Example
White with #D1D15D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1D15D; }
p { color: rgb(209,209,93); }
H1.HeaderClassName
{
color: #D1D15D;
}
.AnyTagClassName
{
color: #D1D15D;
}
</style>
background-color css
<style>
a { background-color: #D1D15D; }
a { background-color: rgb(209,209,93); }
div.DivClassName
{
background-color: #D1D15D;
}
.BgClassName
{
background-color: #D1D15D;
}
</style>
border-color css
<style>
span { border-color: #D1D15D; }
span { border-color: rgb(209,209,93); }
td.TdClassName
{
border-color: #D1D15D;
}
.TagClassName
{
border-color: #D1D15D;
}
</style>