Shades of Whiskey #D09060
Tints of Whiskey #D09060
RGB
CMYK
RGB Variations
Color information
#D09060 (or 0xD09060) is known color: Whiskey. HEX triplet: D0, 90 and 60. RGB value is (208,144,96). Sum of RGB (Red+Green+Blue) = 208+144+96=448 (59% of max value = 765). Red value is 208 (81.64% from 255 or 46.43% from 448); Green value is 144 (56.64% from 255 or 32.14% from 448); Blue value is 96 (37.89% from 255 or 21.43% from 448); Max value from RGB is 208 - color contains mainly: red. Hex color #D09060 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D09060 is #2F6F9F. Grayscale: #9D9D9D. Windows color (decimal): -3108768 or 6328528. OLE color: 6328528.
HSL color Cylindrical-coordinate representation of color #D09060: hue angle of 25.71º 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 #D09060 is Cyan = 0, Magento = 0.31, Yellow = 0.54 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 144 | 96 | - |
| CMYK | 0 | 0.31 | 0.54 | 0.18 |
| HSL | 25.71º | 0.54% | 0.6% | - |
| HSV(B) | 25.71º | 0.54% | 0.82% | - |
| XYZ | 38.1 | 34.2 | 15.66 | - |
| YUV | 157.66 | 93.2 | 163.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 144 | 96 | 0 | 0.31 | 0.54 | 0.18 | 25.71 | 0.54 | 0.6 |
| Hex | D0 | 90 | 60 | 0 | 1F | 36 | 12 | 1A | 36 | 3C |
| Octal | 320 | 220 | 140 | 0 | 37 | 66 | 22 | 32 | 66 | 74 |
| Binary | 11010000 | 10010000 | 1100000 | 0 | 11111 | 110110 | 10010 | 11010 | 110110 | 111100 |
Color Harmonies of #D09060
Complementary color
Monochromatic Colors of #D09060
Black with #D09060
Text Example
Text Example
White with #D09060
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D09060; }
p { color: rgb(208,144,96); }
H1.HeaderClassName
{
color: #D09060;
}
.AnyTagClassName
{
color: #D09060;
}
</style>
background-color css
<style>
a { background-color: #D09060; }
a { background-color: rgb(208,144,96); }
div.DivClassName
{
background-color: #D09060;
}
.BgClassName
{
background-color: #D09060;
}
</style>
border-color css
<style>
span { border-color: #D09060; }
span { border-color: rgb(208,144,96); }
td.TdClassName
{
border-color: #D09060;
}
.TagClassName
{
border-color: #D09060;
}
</style>