Shades of Whiskey #D09062
Tints of Whiskey #D09062
RGB
CMYK
RGB Variations
Color information
#D09062 (or 0xD09062) is known color: Whiskey. HEX triplet: D0, 90 and 62. RGB value is (208,144,98). Sum of RGB (Red+Green+Blue) = 208+144+98=450 (59% of max value = 765). Red value is 208 (81.64% from 255 or 46.22% from 450); Green value is 144 (56.64% from 255 or 32% from 450); Blue value is 98 (38.67% from 255 or 21.78% from 450); Max value from RGB is 208 - color contains mainly: red. Hex color #D09062 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D09062 is #2F6F9D. Grayscale: #9E9E9E. Windows color (decimal): -3108766 or 6459600. OLE color: 6459600.
HSL color Cylindrical-coordinate representation of color #D09062: hue angle of 25.09º degrees, saturation: 0.54, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D09062 is Cyan = 0, Magento = 0.31, Yellow = 0.53 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 144 | 98 | - |
| CMYK | 0 | 0.31 | 0.53 | 0.18 |
| HSL | 25.09º | 0.54% | 0.6% | - |
| HSV(B) | 25.09º | 0.53% | 0.82% | - |
| XYZ | 38.19 | 34.24 | 16.15 | - |
| YUV | 157.89 | 94.2 | 163.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 144 | 98 | 0 | 0.31 | 0.53 | 0.18 | 25.09 | 0.54 | 0.6 |
| Hex | D0 | 90 | 62 | 0 | 1F | 35 | 12 | 19 | 36 | 3C |
| Octal | 320 | 220 | 142 | 0 | 37 | 65 | 22 | 31 | 66 | 74 |
| Binary | 11010000 | 10010000 | 1100010 | 0 | 11111 | 110101 | 10010 | 11001 | 110110 | 111100 |
Color Harmonies of #D09062
Complementary color
Monochromatic Colors of #D09062
Black with #D09062
Text Example
Text Example
White with #D09062
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D09062; }
p { color: rgb(208,144,98); }
H1.HeaderClassName
{
color: #D09062;
}
.AnyTagClassName
{
color: #D09062;
}
</style>
background-color css
<style>
a { background-color: #D09062; }
a { background-color: rgb(208,144,98); }
div.DivClassName
{
background-color: #D09062;
}
.BgClassName
{
background-color: #D09062;
}
</style>
border-color css
<style>
span { border-color: #D09062; }
span { border-color: rgb(208,144,98); }
td.TdClassName
{
border-color: #D09062;
}
.TagClassName
{
border-color: #D09062;
}
</style>