Shades of Whiskey #D09166
Tints of Whiskey #D09166
RGB
CMYK
RGB Variations
Color information
#D09166 (or 0xD09166) is known color: Whiskey. HEX triplet: D0, 91 and 66. RGB value is (208,145,102). Sum of RGB (Red+Green+Blue) = 208+145+102=455 (60% of max value = 765). Red value is 208 (81.64% from 255 or 45.71% from 455); Green value is 145 (57.03% from 255 or 31.87% from 455); Blue value is 102 (40.23% from 255 or 22.42% from 455); Max value from RGB is 208 - color contains mainly: red. Hex color #D09166 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D09166 is #2F6E99. Grayscale: #9F9F9F. Windows color (decimal): -3108506 or 6722000. OLE color: 6722000.
HSL color Cylindrical-coordinate representation of color #D09166: hue angle of 24.34º 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 #D09166 is Cyan = 0, Magento = 0.30, Yellow = 0.51 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 145 | 102 | - |
| CMYK | 0 | 0.30 | 0.51 | 0.18 |
| HSL | 24.34º | 0.53% | 0.61% | - |
| HSV(B) | 24.34º | 0.51% | 0.82% | - |
| XYZ | 38.54 | 34.62 | 17.22 | - |
| YUV | 158.94 | 95.87 | 163 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 145 | 102 | 0 | 0.30 | 0.51 | 0.18 | 24.34 | 0.53 | 0.61 |
| Hex | D0 | 91 | 66 | 0 | 1E | 33 | 12 | 18 | 35 | 3D |
| Octal | 320 | 221 | 146 | 0 | 36 | 63 | 22 | 30 | 65 | 75 |
| Binary | 11010000 | 10010001 | 1100110 | 0 | 11110 | 110011 | 10010 | 11000 | 110101 | 111101 |
Color Harmonies of #D09166
Complementary color
Monochromatic Colors of #D09166
Black with #D09166
Text Example
Text Example
White with #D09166
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D09166; }
p { color: rgb(208,145,102); }
H1.HeaderClassName
{
color: #D09166;
}
.AnyTagClassName
{
color: #D09166;
}
</style>
background-color css
<style>
a { background-color: #D09166; }
a { background-color: rgb(208,145,102); }
div.DivClassName
{
background-color: #D09166;
}
.BgClassName
{
background-color: #D09166;
}
</style>
border-color css
<style>
span { border-color: #D09166; }
span { border-color: rgb(208,145,102); }
td.TdClassName
{
border-color: #D09166;
}
.TagClassName
{
border-color: #D09166;
}
</style>