Shades of Whiskey #DB9B6A
Tints of Whiskey #DB9B6A
RGB
CMYK
RGB Variations
Color information
#DB9B6A (or 0xDB9B6A) is known color: Whiskey. HEX triplet: DB, 9B and 6A. RGB value is (219,155,106). Sum of RGB (Red+Green+Blue) = 219+155+106=480 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.62% from 480); Green value is 155 (60.94% from 255 or 32.29% from 480); Blue value is 106 (41.80% from 255 or 22.08% from 480); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9B6A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB9B6A is #246495. Grayscale: #A8A8A8. Windows color (decimal): -2385046 or 6986715. OLE color: 6986715.
HSL color Cylindrical-coordinate representation of color #DB9B6A: hue angle of 26.02º degrees, saturation: 0.61, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DB9B6A is Cyan = 0, Magento = 0.29, Yellow = 0.52 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 155 | 106 | - |
| CMYK | 0 | 0.29 | 0.52 | 0.14 |
| HSL | 26.02º | 0.61% | 0.64% | - |
| HSV(B) | 26.02º | 0.52% | 0.86% | - |
| XYZ | 43.54 | 39.54 | 18.97 | - |
| YUV | 168.55 | 92.7 | 163.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 155 | 106 | 0 | 0.29 | 0.52 | 0.14 | 26.02 | 0.61 | 0.64 |
| Hex | DB | 9B | 6A | 0 | 1D | 34 | E | 1A | 3D | 40 |
| Octal | 333 | 233 | 152 | 0 | 35 | 64 | 16 | 32 | 75 | 100 |
| Binary | 11011011 | 10011011 | 1101010 | 0 | 11101 | 110100 | 1110 | 11010 | 111101 | 1000000 |
Color Harmonies of #DB9B6A
Complementary color
Monochromatic Colors of #DB9B6A
Black with #DB9B6A
Text Example
Text Example
White with #DB9B6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB9B6A; }
p { color: rgb(219,155,106); }
H1.HeaderClassName
{
color: #DB9B6A;
}
.AnyTagClassName
{
color: #DB9B6A;
}
</style>
background-color css
<style>
a { background-color: #DB9B6A; }
a { background-color: rgb(219,155,106); }
div.DivClassName
{
background-color: #DB9B6A;
}
.BgClassName
{
background-color: #DB9B6A;
}
</style>
border-color css
<style>
span { border-color: #DB9B6A; }
span { border-color: rgb(219,155,106); }
td.TdClassName
{
border-color: #DB9B6A;
}
.TagClassName
{
border-color: #DB9B6A;
}
</style>