Shades of Wild Willow #D0D358
Tints of Wild Willow #D0D358
RGB
CMYK
RGB Variations
Color information
#D0D358 (or 0xD0D358) is known color: Wild Willow. HEX triplet: D0, D3 and 58. RGB value is (208,211,88). Sum of RGB (Red+Green+Blue) = 208+211+88=507 (67% of max value = 765). Red value is 208 (81.64% from 255 or 41.03% from 507); Green value is 211 (82.81% from 255 or 41.62% from 507); Blue value is 88 (34.77% from 255 or 17.36% from 507); Max value from RGB is 211 - color contains mainly: green. Hex color #D0D358 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D0D358 is #2F2CA7. Grayscale: #C4C4C4. Windows color (decimal): -3091624 or 5821392. OLE color: 5821392.
HSL color Cylindrical-coordinate representation of color #D0D358: hue angle of 61.46º degrees, saturation: 0.58, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D0D358 is Cyan = 0.01, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 208 | 211 | 88 | - |
| CMYK | 0.01 | 0 | 0.58 | 0.17 |
| HSL | 61.46º | 0.58% | 0.59% | - |
| HSV(B) | 61.46º | 0.58% | 0.83% | - |
| XYZ | 51.07 | 60.7 | 18.26 | - |
| YUV | 196.08 | 67.01 | 136.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 211 | 88 | 0.01 | 0 | 0.58 | 0.17 | 61.46 | 0.58 | 0.59 |
| Hex | D0 | D3 | 58 | 1 | 0 | 3A | 11 | 3D | 3A | 3B |
| Octal | 320 | 323 | 130 | 1 | 0 | 72 | 21 | 75 | 72 | 73 |
| Binary | 11010000 | 11010011 | 1011000 | 1 | 0 | 111010 | 10001 | 111101 | 111010 | 111011 |
Color Harmonies of #D0D358
Complementary color
Monochromatic Colors of #D0D358
Black with #D0D358
Text Example
Text Example
White with #D0D358
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0D358; }
p { color: rgb(208,211,88); }
H1.HeaderClassName
{
color: #D0D358;
}
.AnyTagClassName
{
color: #D0D358;
}
</style>
background-color css
<style>
a { background-color: #D0D358; }
a { background-color: rgb(208,211,88); }
div.DivClassName
{
background-color: #D0D358;
}
.BgClassName
{
background-color: #D0D358;
}
</style>
border-color css
<style>
span { border-color: #D0D358; }
span { border-color: rgb(208,211,88); }
td.TdClassName
{
border-color: #D0D358;
}
.TagClassName
{
border-color: #D0D358;
}
</style>