Shades of Whiskey #D09A6D
Tints of Whiskey #D09A6D
RGB
CMYK
RGB Variations
Color information
#D09A6D (or 0xD09A6D) is known color: Whiskey. HEX triplet: D0, 9A and 6D. RGB value is (208,154,109). Sum of RGB (Red+Green+Blue) = 208+154+109=471 (62% of max value = 765). Red value is 208 (81.64% from 255 or 44.16% from 471); Green value is 154 (60.55% from 255 or 32.70% from 471); Blue value is 109 (42.97% from 255 or 23.14% from 471); Max value from RGB is 208 - color contains mainly: red. Hex color #D09A6D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D09A6D is #2F6592. Grayscale: #A5A5A5. Windows color (decimal): -3106195 or 7183056. OLE color: 7183056.
HSL color Cylindrical-coordinate representation of color #D09A6D: hue angle of 27.27º degrees, saturation: 0.51, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D09A6D is Cyan = 0, Magento = 0.26, Yellow = 0.48 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 154 | 109 | - |
| CMYK | 0 | 0.26 | 0.48 | 0.18 |
| HSL | 27.27º | 0.51% | 0.62% | - |
| HSV(B) | 27.27º | 0.48% | 0.82% | - |
| XYZ | 40.33 | 37.63 | 19.6 | - |
| YUV | 165.02 | 96.39 | 158.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 154 | 109 | 0 | 0.26 | 0.48 | 0.18 | 27.27 | 0.51 | 0.62 |
| Hex | D0 | 9A | 6D | 0 | 1A | 30 | 12 | 1B | 33 | 3E |
| Octal | 320 | 232 | 155 | 0 | 32 | 60 | 22 | 33 | 63 | 76 |
| Binary | 11010000 | 10011010 | 1101101 | 0 | 11010 | 110000 | 10010 | 11011 | 110011 | 111110 |
Color Harmonies of #D09A6D
Complementary color
Monochromatic Colors of #D09A6D
Black with #D09A6D
Text Example
Text Example
White with #D09A6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D09A6D; }
p { color: rgb(208,154,109); }
H1.HeaderClassName
{
color: #D09A6D;
}
.AnyTagClassName
{
color: #D09A6D;
}
</style>
background-color css
<style>
a { background-color: #D09A6D; }
a { background-color: rgb(208,154,109); }
div.DivClassName
{
background-color: #D09A6D;
}
.BgClassName
{
background-color: #D09A6D;
}
</style>
border-color css
<style>
span { border-color: #D09A6D; }
span { border-color: rgb(208,154,109); }
td.TdClassName
{
border-color: #D09A6D;
}
.TagClassName
{
border-color: #D09A6D;
}
</style>