Shades of Wild Willow #D1D05C
Tints of Wild Willow #D1D05C
RGB
CMYK
RGB Variations
Color information
#D1D05C (or 0xD1D05C) is known color: Wild Willow. HEX triplet: D1, D0 and 5C. RGB value is (209,208,92). Sum of RGB (Red+Green+Blue) = 209+208+92=509 (67% of max value = 765). Red value is 209 (82.03% from 255 or 41.06% from 509); Green value is 208 (81.64% from 255 or 40.86% from 509); Blue value is 92 (36.33% from 255 or 18.07% from 509); Max value from RGB is 209 - color contains mainly: red. Hex color #D1D05C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D1D05C is #2E2FA3. Grayscale: #C3C3C3. Windows color (decimal): -3026852 or 6082769. OLE color: 6082769.
HSL color Cylindrical-coordinate representation of color #D1D05C: hue angle of 59.49º 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 #D1D05C is Cyan = 0, Magento = 0.00, Yellow = 0.56 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 208 | 92 | - |
| CMYK | 0 | 0.00 | 0.56 | 0.18 |
| HSL | 59.49º | 0.56% | 0.59% | - |
| HSV(B) | 59.49º | 0.56% | 0.82% | - |
| XYZ | 50.78 | 59.44 | 18.92 | - |
| YUV | 195.08 | 69.83 | 137.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 208 | 92 | 0 | 0.00 | 0.56 | 0.18 | 59.49 | 0.56 | 0.59 |
| Hex | D1 | D0 | 5C | 0 | 0 | 38 | 12 | 3B | 38 | 3B |
| Octal | 321 | 320 | 134 | 0 | 0 | 70 | 22 | 73 | 70 | 73 |
| Binary | 11010001 | 11010000 | 1011100 | 0 | 0 | 111000 | 10010 | 111011 | 111000 | 111011 |
Color Harmonies of #D1D05C
Complementary color
Monochromatic Colors of #D1D05C
Black with #D1D05C
Text Example
Text Example
White with #D1D05C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1D05C; }
p { color: rgb(209,208,92); }
H1.HeaderClassName
{
color: #D1D05C;
}
.AnyTagClassName
{
color: #D1D05C;
}
</style>
background-color css
<style>
a { background-color: #D1D05C; }
a { background-color: rgb(209,208,92); }
div.DivClassName
{
background-color: #D1D05C;
}
.BgClassName
{
background-color: #D1D05C;
}
</style>
border-color css
<style>
span { border-color: #D1D05C; }
span { border-color: rgb(209,208,92); }
td.TdClassName
{
border-color: #D1D05C;
}
.TagClassName
{
border-color: #D1D05C;
}
</style>