Shades of Wild Willow #D0CD63
Tints of Wild Willow #D0CD63
RGB
CMYK
RGB Variations
Color information
#D0CD63 (or 0xD0CD63) is known color: Wild Willow. HEX triplet: D0, CD and 63. RGB value is (208,205,99). Sum of RGB (Red+Green+Blue) = 208+205+99=512 (67% of max value = 765). Red value is 208 (81.64% from 255 or 40.62% from 512); Green value is 205 (80.47% from 255 or 40.04% from 512); Blue value is 99 (39.06% from 255 or 19.34% from 512); Max value from RGB is 208 - color contains mainly: red. Hex color #D0CD63 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D0CD63 is #2F329C. Grayscale: #C2C2C2. Windows color (decimal): -3093149 or 6540752. OLE color: 6540752.
HSL color Cylindrical-coordinate representation of color #D0CD63: hue angle of 58.35º degrees, saturation: 0.54, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D0CD63 is Cyan = 0, Magento = 0.01, Yellow = 0.52 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 205 | 99 | - |
| CMYK | 0 | 0.01 | 0.52 | 0.18 |
| HSL | 58.35º | 0.54% | 0.6% | - |
| HSV(B) | 58.35º | 0.52% | 0.82% | - |
| XYZ | 50.1 | 57.97 | 20.35 | - |
| YUV | 193.81 | 74.49 | 138.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 205 | 99 | 0 | 0.01 | 0.52 | 0.18 | 58.35 | 0.54 | 0.6 |
| Hex | D0 | CD | 63 | 0 | 1 | 34 | 12 | 3A | 36 | 3C |
| Octal | 320 | 315 | 143 | 0 | 1 | 64 | 22 | 72 | 66 | 74 |
| Binary | 11010000 | 11001101 | 1100011 | 0 | 1 | 110100 | 10010 | 111010 | 110110 | 111100 |
Color Harmonies of #D0CD63
Complementary color
Monochromatic Colors of #D0CD63
Black with #D0CD63
Text Example
Text Example
White with #D0CD63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0CD63; }
p { color: rgb(208,205,99); }
H1.HeaderClassName
{
color: #D0CD63;
}
.AnyTagClassName
{
color: #D0CD63;
}
</style>
background-color css
<style>
a { background-color: #D0CD63; }
a { background-color: rgb(208,205,99); }
div.DivClassName
{
background-color: #D0CD63;
}
.BgClassName
{
background-color: #D0CD63;
}
</style>
border-color css
<style>
span { border-color: #D0CD63; }
span { border-color: rgb(208,205,99); }
td.TdClassName
{
border-color: #D0CD63;
}
.TagClassName
{
border-color: #D0CD63;
}
</style>