Shades of Wild Willow #D0D65D
Tints of Wild Willow #D0D65D
RGB
CMYK
RGB Variations
Color information
#D0D65D (or 0xD0D65D) is known color: Wild Willow. HEX triplet: D0, D6 and 5D. RGB value is (208,214,93). Sum of RGB (Red+Green+Blue) = 208+214+93=515 (68% of max value = 765). Red value is 208 (81.64% from 255 or 40.39% from 515); Green value is 214 (83.98% from 255 or 41.55% from 515); Blue value is 93 (36.72% from 255 or 18.06% from 515); Max value from RGB is 214 - color contains mainly: green. Hex color #D0D65D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D0D65D is #2F29A2. Grayscale: #C6C6C6. Windows color (decimal): -3090851 or 6149840. OLE color: 6149840.
HSL color Cylindrical-coordinate representation of color #D0D65D: hue angle of 62.98º degrees, saturation: 0.6, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D0D65D is Cyan = 0.03, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 208 | 214 | 93 | - |
| CMYK | 0.03 | 0 | 0.57 | 0.16 |
| HSL | 62.98º | 0.6% | 0.6% | - |
| HSV(B) | 62.98º | 0.57% | 0.84% | - |
| XYZ | 52.03 | 62.29 | 19.64 | - |
| YUV | 198.41 | 68.51 | 134.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 214 | 93 | 0.03 | 0 | 0.57 | 0.16 | 62.98 | 0.6 | 0.6 |
| Hex | D0 | D6 | 5D | 3 | 0 | 39 | 10 | 3F | 3C | 3C |
| Octal | 320 | 326 | 135 | 3 | 0 | 71 | 20 | 77 | 74 | 74 |
| Binary | 11010000 | 11010110 | 1011101 | 11 | 0 | 111001 | 10000 | 111111 | 111100 | 111100 |
Color Harmonies of #D0D65D
Complementary color
Monochromatic Colors of #D0D65D
Black with #D0D65D
Text Example
Text Example
White with #D0D65D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0D65D; }
p { color: rgb(208,214,93); }
H1.HeaderClassName
{
color: #D0D65D;
}
.AnyTagClassName
{
color: #D0D65D;
}
</style>
background-color css
<style>
a { background-color: #D0D65D; }
a { background-color: rgb(208,214,93); }
div.DivClassName
{
background-color: #D0D65D;
}
.BgClassName
{
background-color: #D0D65D;
}
</style>
border-color css
<style>
span { border-color: #D0D65D; }
span { border-color: rgb(208,214,93); }
td.TdClassName
{
border-color: #D0D65D;
}
.TagClassName
{
border-color: #D0D65D;
}
</style>