Shades of Whiskey #D09063
Tints of Whiskey #D09063
RGB
CMYK
RGB Variations
Color information
#D09063 (or 0xD09063) is known color: Whiskey. HEX triplet: D0, 90 and 63. RGB value is (208,144,99). Sum of RGB (Red+Green+Blue) = 208+144+99=451 (59% of max value = 765). Red value is 208 (81.64% from 255 or 46.12% from 451); Green value is 144 (56.64% from 255 or 31.93% from 451); Blue value is 99 (39.06% from 255 or 21.95% from 451); Max value from RGB is 208 - color contains mainly: red. Hex color #D09063 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D09063 is #2F6F9C. Grayscale: #9E9E9E. Windows color (decimal): -3108765 or 6525136. OLE color: 6525136.
HSL color Cylindrical-coordinate representation of color #D09063: hue angle of 24.77º 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 #D09063 is Cyan = 0, Magento = 0.31, Yellow = 0.52 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 144 | 99 | - |
| CMYK | 0 | 0.31 | 0.52 | 0.18 |
| HSL | 24.77º | 0.54% | 0.6% | - |
| HSV(B) | 24.77º | 0.52% | 0.82% | - |
| XYZ | 38.24 | 34.26 | 16.4 | - |
| YUV | 158.01 | 94.7 | 163.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 144 | 99 | 0 | 0.31 | 0.52 | 0.18 | 24.77 | 0.54 | 0.6 |
| Hex | D0 | 90 | 63 | 0 | 1F | 34 | 12 | 19 | 36 | 3C |
| Octal | 320 | 220 | 143 | 0 | 37 | 64 | 22 | 31 | 66 | 74 |
| Binary | 11010000 | 10010000 | 1100011 | 0 | 11111 | 110100 | 10010 | 11001 | 110110 | 111100 |
Color Harmonies of #D09063
Complementary color
Monochromatic Colors of #D09063
Black with #D09063
Text Example
Text Example
White with #D09063
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D09063; }
p { color: rgb(208,144,99); }
H1.HeaderClassName
{
color: #D09063;
}
.AnyTagClassName
{
color: #D09063;
}
</style>
background-color css
<style>
a { background-color: #D09063; }
a { background-color: rgb(208,144,99); }
div.DivClassName
{
background-color: #D09063;
}
.BgClassName
{
background-color: #D09063;
}
</style>
border-color css
<style>
span { border-color: #D09063; }
span { border-color: rgb(208,144,99); }
td.TdClassName
{
border-color: #D09063;
}
.TagClassName
{
border-color: #D09063;
}
</style>