Shades of Whiskey #D09766
Tints of Whiskey #D09766
RGB
CMYK
RGB Variations
Color information
#D09766 (or 0xD09766) is known color: Whiskey. HEX triplet: D0, 97 and 66. RGB value is (208,151,102). Sum of RGB (Red+Green+Blue) = 208+151+102=461 (61% of max value = 765). Red value is 208 (81.64% from 255 or 45.12% from 461); Green value is 151 (59.38% from 255 or 32.75% from 461); Blue value is 102 (40.23% from 255 or 22.13% from 461); Max value from RGB is 208 - color contains mainly: red. Hex color #D09766 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D09766 is #2F6899. Grayscale: #A2A2A2. Windows color (decimal): -3106970 or 6723536. OLE color: 6723536.
HSL color Cylindrical-coordinate representation of color #D09766: hue angle of 27.74º 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 #D09766 is Cyan = 0, Magento = 0.27, Yellow = 0.51 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 151 | 102 | - |
| CMYK | 0 | 0.27 | 0.51 | 0.18 |
| HSL | 27.74º | 0.53% | 0.61% | - |
| HSV(B) | 27.74º | 0.51% | 0.82% | - |
| XYZ | 39.48 | 36.5 | 17.54 | - |
| YUV | 162.46 | 93.88 | 160.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 151 | 102 | 0 | 0.27 | 0.51 | 0.18 | 27.74 | 0.53 | 0.61 |
| Hex | D0 | 97 | 66 | 0 | 1B | 33 | 12 | 1C | 35 | 3D |
| Octal | 320 | 227 | 146 | 0 | 33 | 63 | 22 | 34 | 65 | 75 |
| Binary | 11010000 | 10010111 | 1100110 | 0 | 11011 | 110011 | 10010 | 11100 | 110101 | 111101 |
Color Harmonies of #D09766
Complementary color
Monochromatic Colors of #D09766
Black with #D09766
Text Example
Text Example
White with #D09766
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D09766; }
p { color: rgb(208,151,102); }
H1.HeaderClassName
{
color: #D09766;
}
.AnyTagClassName
{
color: #D09766;
}
</style>
background-color css
<style>
a { background-color: #D09766; }
a { background-color: rgb(208,151,102); }
div.DivClassName
{
background-color: #D09766;
}
.BgClassName
{
background-color: #D09766;
}
</style>
border-color css
<style>
span { border-color: #D09766; }
span { border-color: rgb(208,151,102); }
td.TdClassName
{
border-color: #D09766;
}
.TagClassName
{
border-color: #D09766;
}
</style>