Shades of Whiskey #DB9567
Tints of Whiskey #DB9567
RGB
CMYK
RGB Variations
Color information
#DB9567 (or 0xDB9567) is known color: Whiskey. HEX triplet: DB, 95 and 67. RGB value is (219,149,103). Sum of RGB (Red+Green+Blue) = 219+149+103=471 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.50% from 471); Green value is 149 (58.59% from 255 or 31.63% from 471); Blue value is 103 (40.62% from 255 or 21.87% from 471); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9567 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB9567 is #246A98. Grayscale: #A4A4A4. Windows color (decimal): -2386585 or 6788571. OLE color: 6788571.
HSL color Cylindrical-coordinate representation of color #DB9567: hue angle of 23.79º degrees, saturation: 0.62, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #DB9567 is Cyan = 0, Magento = 0.32, Yellow = 0.53 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 149 | 103 | - |
| CMYK | 0 | 0.32 | 0.53 | 0.14 |
| HSL | 23.79º | 0.62% | 0.63% | - |
| HSV(B) | 23.79º | 0.53% | 0.86% | - |
| XYZ | 42.41 | 37.53 | 17.84 | - |
| YUV | 164.69 | 93.19 | 166.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 149 | 103 | 0 | 0.32 | 0.53 | 0.14 | 23.79 | 0.62 | 0.63 |
| Hex | DB | 95 | 67 | 0 | 20 | 35 | E | 18 | 3E | 3F |
| Octal | 333 | 225 | 147 | 0 | 40 | 65 | 16 | 30 | 76 | 77 |
| Binary | 11011011 | 10010101 | 1100111 | 0 | 100000 | 110101 | 1110 | 11000 | 111110 | 111111 |
Color Harmonies of #DB9567
Complementary color
Monochromatic Colors of #DB9567
Black with #DB9567
Text Example
Text Example
White with #DB9567
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB9567; }
p { color: rgb(219,149,103); }
H1.HeaderClassName
{
color: #DB9567;
}
.AnyTagClassName
{
color: #DB9567;
}
</style>
background-color css
<style>
a { background-color: #DB9567; }
a { background-color: rgb(219,149,103); }
div.DivClassName
{
background-color: #DB9567;
}
.BgClassName
{
background-color: #DB9567;
}
</style>
border-color css
<style>
span { border-color: #DB9567; }
span { border-color: rgb(219,149,103); }
td.TdClassName
{
border-color: #DB9567;
}
.TagClassName
{
border-color: #DB9567;
}
</style>