Shades of Whiskey Sour #DB8A55
Tints of Whiskey Sour #DB8A55
RGB
CMYK
RGB Variations
Color information
#DB8A55 (or 0xDB8A55) is known color: Whiskey Sour. HEX triplet: DB, 8A and 55. RGB value is (219,138,85). Sum of RGB (Red+Green+Blue) = 219+138+85=442 (58% of max value = 765). Red value is 219 (85.94% from 255 or 49.55% from 442); Green value is 138 (54.30% from 255 or 31.22% from 442); Blue value is 85 (33.59% from 255 or 19.23% from 442); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8A55 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB8A55 is #2475AA. Grayscale: #9C9C9C. Windows color (decimal): -2389419 or 5606107. OLE color: 5606107.
HSL color Cylindrical-coordinate representation of color #DB8A55: hue angle of 23.73º degrees, saturation: 0.65, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #DB8A55 is Cyan = 0, Magento = 0.37, Yellow = 0.61 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 138 | 85 | - |
| CMYK | 0 | 0.37 | 0.61 | 0.14 |
| HSL | 23.73º | 0.65% | 0.6% | - |
| HSV(B) | 23.73º | 0.61% | 0.86% | - |
| XYZ | 39.94 | 33.89 | 13.03 | - |
| YUV | 156.18 | 87.84 | 172.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 138 | 85 | 0 | 0.37 | 0.61 | 0.14 | 23.73 | 0.65 | 0.6 |
| Hex | DB | 8A | 55 | 0 | 25 | 3D | E | 18 | 41 | 3C |
| Octal | 333 | 212 | 125 | 0 | 45 | 75 | 16 | 30 | 101 | 74 |
| Binary | 11011011 | 10001010 | 1010101 | 0 | 100101 | 111101 | 1110 | 11000 | 1000001 | 111100 |
Color Harmonies of #DB8A55
Complementary color
Monochromatic Colors of #DB8A55
Black with #DB8A55
Text Example
Text Example
White with #DB8A55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB8A55; }
p { color: rgb(219,138,85); }
H1.HeaderClassName
{
color: #DB8A55;
}
.AnyTagClassName
{
color: #DB8A55;
}
</style>
background-color css
<style>
a { background-color: #DB8A55; }
a { background-color: rgb(219,138,85); }
div.DivClassName
{
background-color: #DB8A55;
}
.BgClassName
{
background-color: #DB8A55;
}
</style>
border-color css
<style>
span { border-color: #DB8A55; }
span { border-color: rgb(219,138,85); }
td.TdClassName
{
border-color: #DB8A55;
}
.TagClassName
{
border-color: #DB8A55;
}
</style>