Shades of Wild Willow #D1D05F
Tints of Wild Willow #D1D05F
RGB
CMYK
RGB Variations
Color information
#D1D05F (or 0xD1D05F) is known color: Wild Willow. HEX triplet: D1, D0 and 5F. RGB value is (209,208,95). Sum of RGB (Red+Green+Blue) = 209+208+95=512 (67% of max value = 765). Red value is 209 (82.03% from 255 or 40.82% from 512); Green value is 208 (81.64% from 255 or 40.62% from 512); Blue value is 95 (37.5% from 255 or 18.55% from 512); Max value from RGB is 209 - color contains mainly: red. Hex color #D1D05F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D1D05F is #2E2FA0. Grayscale: #C3C3C3. Windows color (decimal): -3026849 or 6279377. OLE color: 6279377.
HSL color Cylindrical-coordinate representation of color #D1D05F: hue angle of 59.47º 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 #D1D05F is Cyan = 0, Magento = 0.00, Yellow = 0.55 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 208 | 95 | - |
| CMYK | 0 | 0.00 | 0.55 | 0.18 |
| HSL | 59.47º | 0.55% | 0.6% | - |
| HSV(B) | 59.47º | 0.55% | 0.82% | - |
| XYZ | 50.92 | 59.49 | 19.63 | - |
| YUV | 195.42 | 71.33 | 137.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 208 | 95 | 0 | 0.00 | 0.55 | 0.18 | 59.47 | 0.55 | 0.6 |
| Hex | D1 | D0 | 5F | 0 | 0 | 37 | 12 | 3B | 37 | 3C |
| Octal | 321 | 320 | 137 | 0 | 0 | 67 | 22 | 73 | 67 | 74 |
| Binary | 11010001 | 11010000 | 1011111 | 0 | 0 | 110111 | 10010 | 111011 | 110111 | 111100 |
Color Harmonies of #D1D05F
Complementary color
Monochromatic Colors of #D1D05F
Black with #D1D05F
Text Example
Text Example
White with #D1D05F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1D05F; }
p { color: rgb(209,208,95); }
H1.HeaderClassName
{
color: #D1D05F;
}
.AnyTagClassName
{
color: #D1D05F;
}
</style>
background-color css
<style>
a { background-color: #D1D05F; }
a { background-color: rgb(209,208,95); }
div.DivClassName
{
background-color: #D1D05F;
}
.BgClassName
{
background-color: #D1D05F;
}
</style>
border-color css
<style>
span { border-color: #D1D05F; }
span { border-color: rgb(209,208,95); }
td.TdClassName
{
border-color: #D1D05F;
}
.TagClassName
{
border-color: #D1D05F;
}
</style>