Shades of Wild Willow #D0CF60
Tints of Wild Willow #D0CF60
RGB
CMYK
RGB Variations
Color information
#D0CF60 (or 0xD0CF60) is known color: Wild Willow. HEX triplet: D0, CF and 60. RGB value is (208,207,96). Sum of RGB (Red+Green+Blue) = 208+207+96=511 (67% of max value = 765). Red value is 208 (81.64% from 255 or 40.70% from 511); Green value is 207 (81.25% from 255 or 40.51% from 511); Blue value is 96 (37.89% from 255 or 18.79% from 511); Max value from RGB is 208 - color contains mainly: red. Hex color #D0CF60 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D0CF60 is #2F309F. Grayscale: #C3C3C3. Windows color (decimal): -3092640 or 6344656. OLE color: 6344656.
HSL color Cylindrical-coordinate representation of color #D0CF60: hue angle of 59.46º degrees, saturation: 0.54, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D0CF60 is Cyan = 0, Magento = 0.00, Yellow = 0.54 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 207 | 96 | - |
| CMYK | 0 | 0.00 | 0.54 | 0.18 |
| HSL | 59.46º | 0.54% | 0.6% | - |
| HSV(B) | 59.46º | 0.54% | 0.82% | - |
| XYZ | 50.44 | 58.88 | 19.77 | - |
| YUV | 194.65 | 72.33 | 137.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 207 | 96 | 0 | 0.00 | 0.54 | 0.18 | 59.46 | 0.54 | 0.6 |
| Hex | D0 | CF | 60 | 0 | 0 | 36 | 12 | 3B | 36 | 3C |
| Octal | 320 | 317 | 140 | 0 | 0 | 66 | 22 | 73 | 66 | 74 |
| Binary | 11010000 | 11001111 | 1100000 | 0 | 0 | 110110 | 10010 | 111011 | 110110 | 111100 |
Color Harmonies of #D0CF60
Complementary color
Monochromatic Colors of #D0CF60
Black with #D0CF60
Text Example
Text Example
White with #D0CF60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0CF60; }
p { color: rgb(208,207,96); }
H1.HeaderClassName
{
color: #D0CF60;
}
.AnyTagClassName
{
color: #D0CF60;
}
</style>
background-color css
<style>
a { background-color: #D0CF60; }
a { background-color: rgb(208,207,96); }
div.DivClassName
{
background-color: #D0CF60;
}
.BgClassName
{
background-color: #D0CF60;
}
</style>
border-color css
<style>
span { border-color: #D0CF60; }
span { border-color: rgb(208,207,96); }
td.TdClassName
{
border-color: #D0CF60;
}
.TagClassName
{
border-color: #D0CF60;
}
</style>