Shades of Whiskey #DB9A69
Tints of Whiskey #DB9A69
RGB
CMYK
RGB Variations
Color information
#DB9A69 (or 0xDB9A69) is known color: Whiskey. HEX triplet: DB, 9A and 69. RGB value is (219,154,105). Sum of RGB (Red+Green+Blue) = 219+154+105=478 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.82% from 478); Green value is 154 (60.55% from 255 or 32.22% from 478); Blue value is 105 (41.41% from 255 or 21.97% from 478); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9A69 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB9A69 is #246596. Grayscale: #A8A8A8. Windows color (decimal): -2385303 or 6920923. OLE color: 6920923.
HSL color Cylindrical-coordinate representation of color #DB9A69: hue angle of 25.79º 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 #DB9A69 is Cyan = 0, Magento = 0.30, Yellow = 0.52 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 154 | 105 | - |
| CMYK | 0 | 0.30 | 0.52 | 0.14 |
| HSL | 25.79º | 0.61% | 0.64% | - |
| HSV(B) | 25.79º | 0.52% | 0.86% | - |
| XYZ | 43.32 | 39.19 | 18.65 | - |
| YUV | 167.85 | 92.53 | 164.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 154 | 105 | 0 | 0.30 | 0.52 | 0.14 | 25.79 | 0.61 | 0.64 |
| Hex | DB | 9A | 69 | 0 | 1E | 34 | E | 1A | 3D | 40 |
| Octal | 333 | 232 | 151 | 0 | 36 | 64 | 16 | 32 | 75 | 100 |
| Binary | 11011011 | 10011010 | 1101001 | 0 | 11110 | 110100 | 1110 | 11010 | 111101 | 1000000 |
Color Harmonies of #DB9A69
Complementary color
Monochromatic Colors of #DB9A69
Black with #DB9A69
Text Example
Text Example
White with #DB9A69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB9A69; }
p { color: rgb(219,154,105); }
H1.HeaderClassName
{
color: #DB9A69;
}
.AnyTagClassName
{
color: #DB9A69;
}
</style>
background-color css
<style>
a { background-color: #DB9A69; }
a { background-color: rgb(219,154,105); }
div.DivClassName
{
background-color: #DB9A69;
}
.BgClassName
{
background-color: #DB9A69;
}
</style>
border-color css
<style>
span { border-color: #DB9A69; }
span { border-color: rgb(219,154,105); }
td.TdClassName
{
border-color: #DB9A69;
}
.TagClassName
{
border-color: #DB9A69;
}
</style>