Shades of Wild Willow #D0D75B
Tints of Wild Willow #D0D75B
RGB
CMYK
RGB Variations
Color information
#D0D75B (or 0xD0D75B) is known color: Wild Willow. HEX triplet: D0, D7 and 5B. RGB value is (208,215,91). Sum of RGB (Red+Green+Blue) = 208+215+91=514 (68% of max value = 765). Red value is 208 (81.64% from 255 or 40.47% from 514); Green value is 215 (84.38% from 255 or 41.83% from 514); Blue value is 91 (35.94% from 255 or 17.70% from 514); Max value from RGB is 215 - color contains mainly: green. Hex color #D0D75B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D0D75B is #2F28A4. Grayscale: #C7C7C7. Windows color (decimal): -3090597 or 6019024. OLE color: 6019024.
HSL color Cylindrical-coordinate representation of color #D0D75B: hue angle of 63.39º degrees, saturation: 0.61, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D0D75B is Cyan = 0.03, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 208 | 215 | 91 | - |
| CMYK | 0.03 | 0 | 0.58 | 0.16 |
| HSL | 63.39º | 0.61% | 0.6% | - |
| HSV(B) | 63.39º | 0.58% | 0.84% | - |
| XYZ | 52.2 | 62.77 | 19.26 | - |
| YUV | 198.77 | 67.18 | 134.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 215 | 91 | 0.03 | 0 | 0.58 | 0.16 | 63.39 | 0.61 | 0.6 |
| Hex | D0 | D7 | 5B | 3 | 0 | 3A | 10 | 3F | 3D | 3C |
| Octal | 320 | 327 | 133 | 3 | 0 | 72 | 20 | 77 | 75 | 74 |
| Binary | 11010000 | 11010111 | 1011011 | 11 | 0 | 111010 | 10000 | 111111 | 111101 | 111100 |
Color Harmonies of #D0D75B
Complementary color
Monochromatic Colors of #D0D75B
Black with #D0D75B
Text Example
Text Example
White with #D0D75B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0D75B; }
p { color: rgb(208,215,91); }
H1.HeaderClassName
{
color: #D0D75B;
}
.AnyTagClassName
{
color: #D0D75B;
}
</style>
background-color css
<style>
a { background-color: #D0D75B; }
a { background-color: rgb(208,215,91); }
div.DivClassName
{
background-color: #D0D75B;
}
.BgClassName
{
background-color: #D0D75B;
}
</style>
border-color css
<style>
span { border-color: #D0D75B; }
span { border-color: rgb(208,215,91); }
td.TdClassName
{
border-color: #D0D75B;
}
.TagClassName
{
border-color: #D0D75B;
}
</style>