Shades of Whiskey Sour #DB925E
Tints of Whiskey Sour #DB925E
RGB
CMYK
RGB Variations
Color information
#DB925E (or 0xDB925E) is known color: Whiskey Sour. HEX triplet: DB, 92 and 5E. RGB value is (219,146,94). Sum of RGB (Red+Green+Blue) = 219+146+94=459 (60% of max value = 765). Red value is 219 (85.94% from 255 or 47.71% from 459); Green value is 146 (57.42% from 255 or 31.81% from 459); Blue value is 94 (37.11% from 255 or 20.48% from 459); Max value from RGB is 219 - color contains mainly: red. Hex color #DB925E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB925E is #246DA1. Grayscale: #A2A2A2. Windows color (decimal): -2387362 or 6197979. OLE color: 6197979.
HSL color Cylindrical-coordinate representation of color #DB925E: hue angle of 24.96º degrees, saturation: 0.63, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DB925E is Cyan = 0, Magento = 0.33, Yellow = 0.57 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 146 | 94 | - |
| CMYK | 0 | 0.33 | 0.57 | 0.14 |
| HSL | 24.96º | 0.63% | 0.61% | - |
| HSV(B) | 24.96º | 0.57% | 0.86% | - |
| XYZ | 41.51 | 36.43 | 15.43 | - |
| YUV | 161.9 | 89.68 | 168.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 146 | 94 | 0 | 0.33 | 0.57 | 0.14 | 24.96 | 0.63 | 0.61 |
| Hex | DB | 92 | 5E | 0 | 21 | 39 | E | 19 | 3F | 3D |
| Octal | 333 | 222 | 136 | 0 | 41 | 71 | 16 | 31 | 77 | 75 |
| Binary | 11011011 | 10010010 | 1011110 | 0 | 100001 | 111001 | 1110 | 11001 | 111111 | 111101 |
Color Harmonies of #DB925E
Complementary color
Monochromatic Colors of #DB925E
Black with #DB925E
Text Example
Text Example
White with #DB925E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB925E; }
p { color: rgb(219,146,94); }
H1.HeaderClassName
{
color: #DB925E;
}
.AnyTagClassName
{
color: #DB925E;
}
</style>
background-color css
<style>
a { background-color: #DB925E; }
a { background-color: rgb(219,146,94); }
div.DivClassName
{
background-color: #DB925E;
}
.BgClassName
{
background-color: #DB925E;
}
</style>
border-color css
<style>
span { border-color: #DB925E; }
span { border-color: rgb(219,146,94); }
td.TdClassName
{
border-color: #DB925E;
}
.TagClassName
{
border-color: #DB925E;
}
</style>