Shades of Whiskey #DB9C6C
Tints of Whiskey #DB9C6C
RGB
CMYK
RGB Variations
Color information
#DB9C6C (or 0xDB9C6C) is known color: Whiskey. HEX triplet: DB, 9C and 6C. RGB value is (219,156,108). Sum of RGB (Red+Green+Blue) = 219+156+108=483 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.34% from 483); Green value is 156 (61.33% from 255 or 32.30% from 483); Blue value is 108 (42.58% from 255 or 22.36% from 483); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9C6C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB9C6C is #246393. Grayscale: #A9A9A9. Windows color (decimal): -2384788 or 7118043. OLE color: 7118043.
HSL color Cylindrical-coordinate representation of color #DB9C6C: hue angle of 25.95º 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 #DB9C6C is Cyan = 0, Magento = 0.29, Yellow = 0.51 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 156 | 108 | - |
| CMYK | 0 | 0.29 | 0.51 | 0.14 |
| HSL | 25.95º | 0.61% | 0.64% | - |
| HSV(B) | 25.95º | 0.51% | 0.86% | - |
| XYZ | 43.81 | 39.92 | 19.58 | - |
| YUV | 169.37 | 93.37 | 163.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 156 | 108 | 0 | 0.29 | 0.51 | 0.14 | 25.95 | 0.61 | 0.64 |
| Hex | DB | 9C | 6C | 0 | 1D | 33 | E | 1A | 3D | 40 |
| Octal | 333 | 234 | 154 | 0 | 35 | 63 | 16 | 32 | 75 | 100 |
| Binary | 11011011 | 10011100 | 1101100 | 0 | 11101 | 110011 | 1110 | 11010 | 111101 | 1000000 |
Color Harmonies of #DB9C6C
Complementary color
Monochromatic Colors of #DB9C6C
Black with #DB9C6C
Text Example
Text Example
White with #DB9C6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB9C6C; }
p { color: rgb(219,156,108); }
H1.HeaderClassName
{
color: #DB9C6C;
}
.AnyTagClassName
{
color: #DB9C6C;
}
</style>
background-color css
<style>
a { background-color: #DB9C6C; }
a { background-color: rgb(219,156,108); }
div.DivClassName
{
background-color: #DB9C6C;
}
.BgClassName
{
background-color: #DB9C6C;
}
</style>
border-color css
<style>
span { border-color: #DB9C6C; }
span { border-color: rgb(219,156,108); }
td.TdClassName
{
border-color: #DB9C6C;
}
.TagClassName
{
border-color: #DB9C6C;
}
</style>