Shades of Wild Willow #D0D25C
Tints of Wild Willow #D0D25C
RGB
CMYK
RGB Variations
Color information
#D0D25C (or 0xD0D25C) is known color: Wild Willow. HEX triplet: D0, D2 and 5C. RGB value is (208,210,92). Sum of RGB (Red+Green+Blue) = 208+210+92=510 (67% of max value = 765). Red value is 208 (81.64% from 255 or 40.78% from 510); Green value is 210 (82.42% from 255 or 41.18% from 510); Blue value is 92 (36.33% from 255 or 18.04% from 510); Max value from RGB is 210 - color contains mainly: green. Hex color #D0D25C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D0D25C is #2F2DA3. Grayscale: #C4C4C4. Windows color (decimal): -3091876 or 6083280. OLE color: 6083280.
HSL color Cylindrical-coordinate representation of color #D0D25C: hue angle of 61.02º degrees, saturation: 0.57, 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 #D0D25C is Cyan = 0.01, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 210 | 92 | - |
| CMYK | 0.01 | 0 | 0.56 | 0.18 |
| HSL | 61.02º | 0.57% | 0.59% | - |
| HSV(B) | 61.02º | 0.56% | 0.82% | - |
| XYZ | 50.99 | 60.28 | 19.07 | - |
| YUV | 195.95 | 69.34 | 136.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 210 | 92 | 0.01 | 0 | 0.56 | 0.18 | 61.02 | 0.57 | 0.59 |
| Hex | D0 | D2 | 5C | 1 | 0 | 38 | 12 | 3D | 39 | 3B |
| Octal | 320 | 322 | 134 | 1 | 0 | 70 | 22 | 75 | 71 | 73 |
| Binary | 11010000 | 11010010 | 1011100 | 1 | 0 | 111000 | 10010 | 111101 | 111001 | 111011 |
Color Harmonies of #D0D25C
Complementary color
Monochromatic Colors of #D0D25C
Black with #D0D25C
Text Example
Text Example
White with #D0D25C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0D25C; }
p { color: rgb(208,210,92); }
H1.HeaderClassName
{
color: #D0D25C;
}
.AnyTagClassName
{
color: #D0D25C;
}
</style>
background-color css
<style>
a { background-color: #D0D25C; }
a { background-color: rgb(208,210,92); }
div.DivClassName
{
background-color: #D0D25C;
}
.BgClassName
{
background-color: #D0D25C;
}
</style>
border-color css
<style>
span { border-color: #D0D25C; }
span { border-color: rgb(208,210,92); }
td.TdClassName
{
border-color: #D0D25C;
}
.TagClassName
{
border-color: #D0D25C;
}
</style>