Shades of Whiskey #DB976B
Tints of Whiskey #DB976B
RGB
CMYK
RGB Variations
Color information
#DB976B (or 0xDB976B) is known color: Whiskey. HEX triplet: DB, 97 and 6B. RGB value is (219,151,107). Sum of RGB (Red+Green+Blue) = 219+151+107=477 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.91% from 477); Green value is 151 (59.38% from 255 or 31.66% from 477); Blue value is 107 (42.19% from 255 or 22.43% from 477); Max value from RGB is 219 - color contains mainly: red. Hex color #DB976B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB976B is #246894. Grayscale: #A6A6A6. Windows color (decimal): -2386069 or 7051227. OLE color: 7051227.
HSL color Cylindrical-coordinate representation of color #DB976B: hue angle of 23.57º 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 #DB976B is Cyan = 0, Magento = 0.31, Yellow = 0.51 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 151 | 107 | - |
| CMYK | 0 | 0.31 | 0.51 | 0.14 |
| HSL | 23.57º | 0.61% | 0.64% | - |
| HSV(B) | 23.57º | 0.51% | 0.86% | - |
| XYZ | 42.93 | 38.25 | 19.03 | - |
| YUV | 166.32 | 94.53 | 165.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 151 | 107 | 0 | 0.31 | 0.51 | 0.14 | 23.57 | 0.61 | 0.64 |
| Hex | DB | 97 | 6B | 0 | 1F | 33 | E | 18 | 3D | 40 |
| Octal | 333 | 227 | 153 | 0 | 37 | 63 | 16 | 30 | 75 | 100 |
| Binary | 11011011 | 10010111 | 1101011 | 0 | 11111 | 110011 | 1110 | 11000 | 111101 | 1000000 |
Color Harmonies of #DB976B
Complementary color
Monochromatic Colors of #DB976B
Black with #DB976B
Text Example
Text Example
White with #DB976B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB976B; }
p { color: rgb(219,151,107); }
H1.HeaderClassName
{
color: #DB976B;
}
.AnyTagClassName
{
color: #DB976B;
}
</style>
background-color css
<style>
a { background-color: #DB976B; }
a { background-color: rgb(219,151,107); }
div.DivClassName
{
background-color: #DB976B;
}
.BgClassName
{
background-color: #DB976B;
}
</style>
border-color css
<style>
span { border-color: #DB976B; }
span { border-color: rgb(219,151,107); }
td.TdClassName
{
border-color: #DB976B;
}
.TagClassName
{
border-color: #DB976B;
}
</style>