Shades of Whiskey Sour #DB925B
Tints of Whiskey Sour #DB925B
RGB
CMYK
RGB Variations
Color information
#DB925B (or 0xDB925B) is known color: Whiskey Sour. HEX triplet: DB, 92 and 5B. RGB value is (219,146,91). Sum of RGB (Red+Green+Blue) = 219+146+91=456 (60% of max value = 765). Red value is 219 (85.94% from 255 or 48.03% from 456); Green value is 146 (57.42% from 255 or 32.02% from 456); Blue value is 91 (35.94% from 255 or 19.96% from 456); Max value from RGB is 219 - color contains mainly: red. Hex color #DB925B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB925B is #246DA4. Grayscale: #A1A1A1. Windows color (decimal): -2387365 or 6001371. OLE color: 6001371.
HSL color Cylindrical-coordinate representation of color #DB925B: hue angle of 25.78º degrees, saturation: 0.64, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #DB925B is Cyan = 0, Magento = 0.33, Yellow = 0.58 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 146 | 91 | - |
| CMYK | 0 | 0.33 | 0.58 | 0.14 |
| HSL | 25.78º | 0.64% | 0.61% | - |
| HSV(B) | 25.78º | 0.58% | 0.86% | - |
| XYZ | 41.38 | 36.37 | 14.74 | - |
| YUV | 161.56 | 88.18 | 168.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 146 | 91 | 0 | 0.33 | 0.58 | 0.14 | 25.78 | 0.64 | 0.61 |
| Hex | DB | 92 | 5B | 0 | 21 | 3A | E | 1A | 40 | 3D |
| Octal | 333 | 222 | 133 | 0 | 41 | 72 | 16 | 32 | 100 | 75 |
| Binary | 11011011 | 10010010 | 1011011 | 0 | 100001 | 111010 | 1110 | 11010 | 1000000 | 111101 |
Color Harmonies of #DB925B
Complementary color
Monochromatic Colors of #DB925B
Black with #DB925B
Text Example
Text Example
White with #DB925B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB925B; }
p { color: rgb(219,146,91); }
H1.HeaderClassName
{
color: #DB925B;
}
.AnyTagClassName
{
color: #DB925B;
}
</style>
background-color css
<style>
a { background-color: #DB925B; }
a { background-color: rgb(219,146,91); }
div.DivClassName
{
background-color: #DB925B;
}
.BgClassName
{
background-color: #DB925B;
}
</style>
border-color css
<style>
span { border-color: #DB925B; }
span { border-color: rgb(219,146,91); }
td.TdClassName
{
border-color: #DB925B;
}
.TagClassName
{
border-color: #DB925B;
}
</style>