Shades of Whiskey #DB9B6C
Tints of Whiskey #DB9B6C
RGB
CMYK
RGB Variations
Color information
#DB9B6C (or 0xDB9B6C) is known color: Whiskey. HEX triplet: DB, 9B and 6C. RGB value is (219,155,108). Sum of RGB (Red+Green+Blue) = 219+155+108=482 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.44% from 482); Green value is 155 (60.94% from 255 or 32.16% from 482); Blue value is 108 (42.58% from 255 or 22.41% from 482); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9B6C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB9B6C is #246493. Grayscale: #A9A9A9. Windows color (decimal): -2385044 or 7117787. OLE color: 7117787.
HSL color Cylindrical-coordinate representation of color #DB9B6C: hue angle of 25.41º 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 #DB9B6C is Cyan = 0, Magento = 0.29, Yellow = 0.51 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 155 | 108 | - |
| CMYK | 0 | 0.29 | 0.51 | 0.14 |
| HSL | 25.41º | 0.61% | 0.64% | - |
| HSV(B) | 25.41º | 0.51% | 0.86% | - |
| XYZ | 43.64 | 39.59 | 19.53 | - |
| YUV | 168.78 | 93.7 | 163.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 155 | 108 | 0 | 0.29 | 0.51 | 0.14 | 25.41 | 0.61 | 0.64 |
| Hex | DB | 9B | 6C | 0 | 1D | 33 | E | 19 | 3D | 40 |
| Octal | 333 | 233 | 154 | 0 | 35 | 63 | 16 | 31 | 75 | 100 |
| Binary | 11011011 | 10011011 | 1101100 | 0 | 11101 | 110011 | 1110 | 11001 | 111101 | 1000000 |
Color Harmonies of #DB9B6C
Complementary color
Monochromatic Colors of #DB9B6C
Black with #DB9B6C
Text Example
Text Example
White with #DB9B6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB9B6C; }
p { color: rgb(219,155,108); }
H1.HeaderClassName
{
color: #DB9B6C;
}
.AnyTagClassName
{
color: #DB9B6C;
}
</style>
background-color css
<style>
a { background-color: #DB9B6C; }
a { background-color: rgb(219,155,108); }
div.DivClassName
{
background-color: #DB9B6C;
}
.BgClassName
{
background-color: #DB9B6C;
}
</style>
border-color css
<style>
span { border-color: #DB9B6C; }
span { border-color: rgb(219,155,108); }
td.TdClassName
{
border-color: #DB9B6C;
}
.TagClassName
{
border-color: #DB9B6C;
}
</style>