Shades of Wild Willow #D0CF5F
Tints of Wild Willow #D0CF5F
RGB
CMYK
RGB Variations
Color information
#D0CF5F (or 0xD0CF5F) is known color: Wild Willow. HEX triplet: D0, CF and 5F. RGB value is (208,207,95). Sum of RGB (Red+Green+Blue) = 208+207+95=510 (67% of max value = 765). Red value is 208 (81.64% from 255 or 40.78% from 510); Green value is 207 (81.25% from 255 or 40.59% from 510); Blue value is 95 (37.5% from 255 or 18.63% from 510); Max value from RGB is 208 - color contains mainly: red. Hex color #D0CF5F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D0CF5F is #2F30A0. Grayscale: #C2C2C2. Windows color (decimal): -3092641 or 6279120. OLE color: 6279120.
HSL color Cylindrical-coordinate representation of color #D0CF5F: hue angle of 59.47º degrees, saturation: 0.55, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D0CF5F is Cyan = 0, Magento = 0.00, Yellow = 0.54 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 207 | 95 | - |
| CMYK | 0 | 0.00 | 0.54 | 0.18 |
| HSL | 59.47º | 0.55% | 0.59% | - |
| HSV(B) | 59.47º | 0.54% | 0.82% | - |
| XYZ | 50.39 | 58.86 | 19.53 | - |
| YUV | 194.53 | 71.83 | 137.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 207 | 95 | 0 | 0.00 | 0.54 | 0.18 | 59.47 | 0.55 | 0.59 |
| Hex | D0 | CF | 5F | 0 | 0 | 36 | 12 | 3B | 37 | 3B |
| Octal | 320 | 317 | 137 | 0 | 0 | 66 | 22 | 73 | 67 | 73 |
| Binary | 11010000 | 11001111 | 1011111 | 0 | 0 | 110110 | 10010 | 111011 | 110111 | 111011 |
Color Harmonies of #D0CF5F
Complementary color
Monochromatic Colors of #D0CF5F
Black with #D0CF5F
Text Example
Text Example
White with #D0CF5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0CF5F; }
p { color: rgb(208,207,95); }
H1.HeaderClassName
{
color: #D0CF5F;
}
.AnyTagClassName
{
color: #D0CF5F;
}
</style>
background-color css
<style>
a { background-color: #D0CF5F; }
a { background-color: rgb(208,207,95); }
div.DivClassName
{
background-color: #D0CF5F;
}
.BgClassName
{
background-color: #D0CF5F;
}
</style>
border-color css
<style>
span { border-color: #D0CF5F; }
span { border-color: rgb(208,207,95); }
td.TdClassName
{
border-color: #D0CF5F;
}
.TagClassName
{
border-color: #D0CF5F;
}
</style>