Shades of Whiskey #DB9A6B
Tints of Whiskey #DB9A6B
RGB
CMYK
RGB Variations
Color information
#DB9A6B (or 0xDB9A6B) is known color: Whiskey. HEX triplet: DB, 9A and 6B. RGB value is (219,154,107). Sum of RGB (Red+Green+Blue) = 219+154+107=480 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.62% from 480); Green value is 154 (60.55% from 255 or 32.08% from 480); Blue value is 107 (42.19% from 255 or 22.29% from 480); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9A6B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB9A6B is #246594. Grayscale: #A8A8A8. Windows color (decimal): -2385301 or 7051995. OLE color: 7051995.
HSL color Cylindrical-coordinate representation of color #DB9A6B: hue angle of 25.18º degrees, saturation: 0.61, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #DB9A6B is Cyan = 0, Magento = 0.30, Yellow = 0.51 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 154 | 107 | - |
| CMYK | 0 | 0.30 | 0.51 | 0.14 |
| HSL | 25.18º | 0.61% | 0.64% | - |
| HSV(B) | 25.18º | 0.51% | 0.86% | - |
| XYZ | 43.42 | 39.23 | 19.19 | - |
| YUV | 168.08 | 93.53 | 164.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 154 | 107 | 0 | 0.30 | 0.51 | 0.14 | 25.18 | 0.61 | 0.64 |
| Hex | DB | 9A | 6B | 0 | 1E | 33 | E | 19 | 3D | 40 |
| Octal | 333 | 232 | 153 | 0 | 36 | 63 | 16 | 31 | 75 | 100 |
| Binary | 11011011 | 10011010 | 1101011 | 0 | 11110 | 110011 | 1110 | 11001 | 111101 | 1000000 |
Color Harmonies of #DB9A6B
Complementary color
Monochromatic Colors of #DB9A6B
Black with #DB9A6B
Text Example
Text Example
White with #DB9A6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB9A6B; }
p { color: rgb(219,154,107); }
H1.HeaderClassName
{
color: #DB9A6B;
}
.AnyTagClassName
{
color: #DB9A6B;
}
</style>
background-color css
<style>
a { background-color: #DB9A6B; }
a { background-color: rgb(219,154,107); }
div.DivClassName
{
background-color: #DB9A6B;
}
.BgClassName
{
background-color: #DB9A6B;
}
</style>
border-color css
<style>
span { border-color: #DB9A6B; }
span { border-color: rgb(219,154,107); }
td.TdClassName
{
border-color: #DB9A6B;
}
.TagClassName
{
border-color: #DB9A6B;
}
</style>