Shades of Whiskey #D09B66
Tints of Whiskey #D09B66
RGB
CMYK
RGB Variations
Color information
#D09B66 (or 0xD09B66) is known color: Whiskey. HEX triplet: D0, 9B and 66. RGB value is (208,155,102). Sum of RGB (Red+Green+Blue) = 208+155+102=465 (61% of max value = 765). Red value is 208 (81.64% from 255 or 44.73% from 465); Green value is 155 (60.94% from 255 or 33.33% from 465); Blue value is 102 (40.23% from 255 or 21.94% from 465); Max value from RGB is 208 - color contains mainly: red. Hex color #D09B66 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D09B66 is #2F6499. Grayscale: #A5A5A5. Windows color (decimal): -3105946 or 6724560. OLE color: 6724560.
HSL color Cylindrical-coordinate representation of color #D09B66: hue angle of 30º 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 #D09B66 is Cyan = 0, Magento = 0.25, Yellow = 0.51 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 155 | 102 | - |
| CMYK | 0 | 0.25 | 0.51 | 0.18 |
| HSL | 30º | 0.53% | 0.61% | - |
| HSV(B) | 30º | 0.51% | 0.82% | - |
| XYZ | 40.13 | 37.81 | 17.75 | - |
| YUV | 164.81 | 92.56 | 158.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 155 | 102 | 0 | 0.25 | 0.51 | 0.18 | 30 | 0.53 | 0.61 |
| Hex | D0 | 9B | 66 | 0 | 19 | 33 | 12 | 1E | 35 | 3D |
| Octal | 320 | 233 | 146 | 0 | 31 | 63 | 22 | 36 | 65 | 75 |
| Binary | 11010000 | 10011011 | 1100110 | 0 | 11001 | 110011 | 10010 | 11110 | 110101 | 111101 |
Color Harmonies of #D09B66
Complementary color
Monochromatic Colors of #D09B66
Black with #D09B66
Text Example
Text Example
White with #D09B66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D09B66; }
p { color: rgb(208,155,102); }
H1.HeaderClassName
{
color: #D09B66;
}
.AnyTagClassName
{
color: #D09B66;
}
</style>
background-color css
<style>
a { background-color: #D09B66; }
a { background-color: rgb(208,155,102); }
div.DivClassName
{
background-color: #D09B66;
}
.BgClassName
{
background-color: #D09B66;
}
</style>
border-color css
<style>
span { border-color: #D09B66; }
span { border-color: rgb(208,155,102); }
td.TdClassName
{
border-color: #D09B66;
}
.TagClassName
{
border-color: #D09B66;
}
</style>