Shades of Whiskey #DB9263
Tints of Whiskey #DB9263
RGB
CMYK
RGB Variations
Color information
#DB9263 (or 0xDB9263) is known color: Whiskey. HEX triplet: DB, 92 and 63. RGB value is (219,146,99). Sum of RGB (Red+Green+Blue) = 219+146+99=464 (61% of max value = 765). Red value is 219 (85.94% from 255 or 47.20% from 464); Green value is 146 (57.42% from 255 or 31.47% from 464); Blue value is 99 (39.06% from 255 or 21.34% from 464); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9263 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB9263 is #246D9C. Grayscale: #A2A2A2. Windows color (decimal): -2387357 or 6525659. OLE color: 6525659.
HSL color Cylindrical-coordinate representation of color #DB9263: hue angle of 23.5º degrees, saturation: 0.62, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #DB9263 is Cyan = 0, Magento = 0.33, Yellow = 0.55 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 146 | 99 | - |
| CMYK | 0 | 0.33 | 0.55 | 0.14 |
| HSL | 23.5º | 0.63% | 0.62% | - |
| HSV(B) | 23.5º | 0.55% | 0.86% | - |
| XYZ | 41.74 | 36.52 | 16.65 | - |
| YUV | 162.47 | 92.18 | 168.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 146 | 99 | 0 | 0.33 | 0.55 | 0.14 | 23.5 | 0.63 | 0.62 |
| Hex | DB | 92 | 63 | 0 | 21 | 37 | E | 18 | 3E | 3E |
| Octal | 333 | 222 | 143 | 0 | 41 | 67 | 16 | 30 | 76 | 76 |
| Binary | 11011011 | 10010010 | 1100011 | 0 | 100001 | 110111 | 1110 | 11000 | 111110 | 111110 |
Color Harmonies of #DB9263
Complementary color
Monochromatic Colors of #DB9263
Black with #DB9263
Text Example
Text Example
White with #DB9263
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB9263; }
p { color: rgb(219,146,99); }
H1.HeaderClassName
{
color: #DB9263;
}
.AnyTagClassName
{
color: #DB9263;
}
</style>
background-color css
<style>
a { background-color: #DB9263; }
a { background-color: rgb(219,146,99); }
div.DivClassName
{
background-color: #DB9263;
}
.BgClassName
{
background-color: #DB9263;
}
</style>
border-color css
<style>
span { border-color: #DB9263; }
span { border-color: rgb(219,146,99); }
td.TdClassName
{
border-color: #DB9263;
}
.TagClassName
{
border-color: #DB9263;
}
</style>