Shades of Whiskey #D09A66
Tints of Whiskey #D09A66
RGB
CMYK
RGB Variations
Color information
#D09A66 (or 0xD09A66) is known color: Whiskey. HEX triplet: D0, 9A and 66. RGB value is (208,154,102). Sum of RGB (Red+Green+Blue) = 208+154+102=464 (61% of max value = 765). Red value is 208 (81.64% from 255 or 44.83% from 464); Green value is 154 (60.55% from 255 or 33.19% from 464); Blue value is 102 (40.23% from 255 or 21.98% from 464); Max value from RGB is 208 - color contains mainly: red. Hex color #D09A66 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D09A66 is #2F6599. Grayscale: #A4A4A4. Windows color (decimal): -3106202 or 6724304. OLE color: 6724304.
HSL color Cylindrical-coordinate representation of color #D09A66: hue angle of 29.43º degrees, saturation: 0.53, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D09A66 is Cyan = 0, Magento = 0.26, Yellow = 0.51 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 154 | 102 | - |
| CMYK | 0 | 0.26 | 0.51 | 0.18 |
| HSL | 29.43º | 0.53% | 0.61% | - |
| HSV(B) | 29.43º | 0.51% | 0.82% | - |
| XYZ | 39.97 | 37.48 | 17.7 | - |
| YUV | 164.22 | 92.89 | 159.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 154 | 102 | 0 | 0.26 | 0.51 | 0.18 | 29.43 | 0.53 | 0.61 |
| Hex | D0 | 9A | 66 | 0 | 1A | 33 | 12 | 1D | 35 | 3D |
| Octal | 320 | 232 | 146 | 0 | 32 | 63 | 22 | 35 | 65 | 75 |
| Binary | 11010000 | 10011010 | 1100110 | 0 | 11010 | 110011 | 10010 | 11101 | 110101 | 111101 |
Color Harmonies of #D09A66
Complementary color
Monochromatic Colors of #D09A66
Black with #D09A66
Text Example
Text Example
White with #D09A66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D09A66; }
p { color: rgb(208,154,102); }
H1.HeaderClassName
{
color: #D09A66;
}
.AnyTagClassName
{
color: #D09A66;
}
</style>
background-color css
<style>
a { background-color: #D09A66; }
a { background-color: rgb(208,154,102); }
div.DivClassName
{
background-color: #D09A66;
}
.BgClassName
{
background-color: #D09A66;
}
</style>
border-color css
<style>
span { border-color: #D09A66; }
span { border-color: rgb(208,154,102); }
td.TdClassName
{
border-color: #D09A66;
}
.TagClassName
{
border-color: #D09A66;
}
</style>