Shades of Wild Willow #D0D15C
Tints of Wild Willow #D0D15C
RGB
CMYK
RGB Variations
Color information
#D0D15C (or 0xD0D15C) is known color: Wild Willow. HEX triplet: D0, D1 and 5C. RGB value is (208,209,92). Sum of RGB (Red+Green+Blue) = 208+209+92=509 (67% of max value = 765). Red value is 208 (81.64% from 255 or 40.86% from 509); Green value is 209 (82.03% from 255 or 41.06% from 509); Blue value is 92 (36.33% from 255 or 18.07% from 509); Max value from RGB is 209 - color contains mainly: green. Hex color #D0D15C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D0D15C is #2F2EA3. Grayscale: #C3C3C3. Windows color (decimal): -3092132 or 6083024. OLE color: 6083024.
HSL color Cylindrical-coordinate representation of color #D0D15C: hue angle of 60.51º degrees, saturation: 0.56, 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 #D0D15C is Cyan = 0.00, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 209 | 92 | - |
| CMYK | 0.00 | 0 | 0.56 | 0.18 |
| HSL | 60.51º | 0.56% | 0.59% | - |
| HSV(B) | 60.51º | 0.56% | 0.82% | - |
| XYZ | 50.74 | 59.78 | 18.99 | - |
| YUV | 195.36 | 69.67 | 137.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 209 | 92 | 0.00 | 0 | 0.56 | 0.18 | 60.51 | 0.56 | 0.59 |
| Hex | D0 | D1 | 5C | 0 | 0 | 38 | 12 | 3D | 38 | 3B |
| Octal | 320 | 321 | 134 | 0 | 0 | 70 | 22 | 75 | 70 | 73 |
| Binary | 11010000 | 11010001 | 1011100 | 0 | 0 | 111000 | 10010 | 111101 | 111000 | 111011 |
Color Harmonies of #D0D15C
Complementary color
Monochromatic Colors of #D0D15C
Black with #D0D15C
Text Example
Text Example
White with #D0D15C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0D15C; }
p { color: rgb(208,209,92); }
H1.HeaderClassName
{
color: #D0D15C;
}
.AnyTagClassName
{
color: #D0D15C;
}
</style>
background-color css
<style>
a { background-color: #D0D15C; }
a { background-color: rgb(208,209,92); }
div.DivClassName
{
background-color: #D0D15C;
}
.BgClassName
{
background-color: #D0D15C;
}
</style>
border-color css
<style>
span { border-color: #D0D15C; }
span { border-color: rgb(208,209,92); }
td.TdClassName
{
border-color: #D0D15C;
}
.TagClassName
{
border-color: #D0D15C;
}
</style>