Shades of Wild Willow #D0D05B
Tints of Wild Willow #D0D05B
RGB
CMYK
RGB Variations
Color information
#D0D05B (or 0xD0D05B) is known color: Wild Willow. HEX triplet: D0, D0 and 5B. RGB value is (208,208,91). Sum of RGB (Red+Green+Blue) = 208+208+91=507 (67% of max value = 765). Red value is 208 (81.64% from 255 or 41.03% from 507); Green value is 208 (81.64% from 255 or 41.03% from 507); Blue value is 91 (35.94% from 255 or 17.95% from 507); Max value from RGB is 208 - color contains mainly: red, green. Hex color #D0D05B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D0D05B is #2F2FA4. Grayscale: #C3C3C3. Windows color (decimal): -3092389 or 6017232. OLE color: 6017232.
HSL color Cylindrical-coordinate representation of color #D0D05B: hue angle of 60º degrees, saturation: 0.55, 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 #D0D05B is Cyan = 0, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 208 | 91 | - |
| CMYK | 0 | 0 | 0.56 | 0.18 |
| HSL | 60º | 0.55% | 0.59% | - |
| HSV(B) | 60º | 0.56% | 0.82% | - |
| XYZ | 50.46 | 59.28 | 18.68 | - |
| YUV | 194.66 | 69.5 | 137.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 208 | 91 | 0 | 0 | 0.56 | 0.18 | 60 | 0.55 | 0.59 |
| Hex | D0 | D0 | 5B | 0 | 0 | 38 | 12 | 3C | 37 | 3B |
| Octal | 320 | 320 | 133 | 0 | 0 | 70 | 22 | 74 | 67 | 73 |
| Binary | 11010000 | 11010000 | 1011011 | 0 | 0 | 111000 | 10010 | 111100 | 110111 | 111011 |
Color Harmonies of #D0D05B
Complementary color
Monochromatic Colors of #D0D05B
Black with #D0D05B
Text Example
Text Example
White with #D0D05B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0D05B; }
p { color: rgb(208,208,91); }
H1.HeaderClassName
{
color: #D0D05B;
}
.AnyTagClassName
{
color: #D0D05B;
}
</style>
background-color css
<style>
a { background-color: #D0D05B; }
a { background-color: rgb(208,208,91); }
div.DivClassName
{
background-color: #D0D05B;
}
.BgClassName
{
background-color: #D0D05B;
}
</style>
border-color css
<style>
span { border-color: #D0D05B; }
span { border-color: rgb(208,208,91); }
td.TdClassName
{
border-color: #D0D05B;
}
.TagClassName
{
border-color: #D0D05B;
}
</style>