Shades of Wild Willow #D0D35A
Tints of Wild Willow #D0D35A
RGB
CMYK
RGB Variations
Color information
#D0D35A (or 0xD0D35A) is known color: Wild Willow. HEX triplet: D0, D3 and 5A. RGB value is (208,211,90). Sum of RGB (Red+Green+Blue) = 208+211+90=509 (67% of max value = 765). Red value is 208 (81.64% from 255 or 40.86% from 509); Green value is 211 (82.81% from 255 or 41.45% from 509); Blue value is 90 (35.55% from 255 or 17.68% from 509); Max value from RGB is 211 - color contains mainly: green. Hex color #D0D35A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D0D35A is #2F2CA5. Grayscale: #C4C4C4. Windows color (decimal): -3091622 or 5952464. OLE color: 5952464.
HSL color Cylindrical-coordinate representation of color #D0D35A: hue angle of 61.49º degrees, saturation: 0.58, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D0D35A is Cyan = 0.01, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 208 | 211 | 90 | - |
| CMYK | 0.01 | 0 | 0.57 | 0.17 |
| HSL | 61.49º | 0.58% | 0.59% | - |
| HSV(B) | 61.49º | 0.57% | 0.83% | - |
| XYZ | 51.15 | 60.74 | 18.7 | - |
| YUV | 196.31 | 68.01 | 136.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 211 | 90 | 0.01 | 0 | 0.57 | 0.17 | 61.49 | 0.58 | 0.59 |
| Hex | D0 | D3 | 5A | 1 | 0 | 39 | 11 | 3D | 3A | 3B |
| Octal | 320 | 323 | 132 | 1 | 0 | 71 | 21 | 75 | 72 | 73 |
| Binary | 11010000 | 11010011 | 1011010 | 1 | 0 | 111001 | 10001 | 111101 | 111010 | 111011 |
Color Harmonies of #D0D35A
Complementary color
Monochromatic Colors of #D0D35A
Black with #D0D35A
Text Example
Text Example
White with #D0D35A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0D35A; }
p { color: rgb(208,211,90); }
H1.HeaderClassName
{
color: #D0D35A;
}
.AnyTagClassName
{
color: #D0D35A;
}
</style>
background-color css
<style>
a { background-color: #D0D35A; }
a { background-color: rgb(208,211,90); }
div.DivClassName
{
background-color: #D0D35A;
}
.BgClassName
{
background-color: #D0D35A;
}
</style>
border-color css
<style>
span { border-color: #D0D35A; }
span { border-color: rgb(208,211,90); }
td.TdClassName
{
border-color: #D0D35A;
}
.TagClassName
{
border-color: #D0D35A;
}
</style>