Shades of Whiskey Sour #DB915C
Tints of Whiskey Sour #DB915C
RGB
CMYK
RGB Variations
Color information
#DB915C (or 0xDB915C) is known color: Whiskey Sour. HEX triplet: DB, 91 and 5C. RGB value is (219,145,92). Sum of RGB (Red+Green+Blue) = 219+145+92=456 (60% of max value = 765). Red value is 219 (85.94% from 255 or 48.03% from 456); Green value is 145 (57.03% from 255 or 31.80% from 456); Blue value is 92 (36.33% from 255 or 20.18% from 456); Max value from RGB is 219 - color contains mainly: red. Hex color #DB915C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB915C is #246EA3. Grayscale: #A1A1A1. Windows color (decimal): -2387620 or 6066651. OLE color: 6066651.
HSL color Cylindrical-coordinate representation of color #DB915C: hue angle of 25.04º 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 #DB915C is Cyan = 0, Magento = 0.34, Yellow = 0.58 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 145 | 92 | - |
| CMYK | 0 | 0.34 | 0.58 | 0.14 |
| HSL | 25.04º | 0.64% | 0.61% | - |
| HSV(B) | 25.04º | 0.58% | 0.86% | - |
| XYZ | 41.27 | 36.08 | 14.91 | - |
| YUV | 161.08 | 89.02 | 169.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 145 | 92 | 0 | 0.34 | 0.58 | 0.14 | 25.04 | 0.64 | 0.61 |
| Hex | DB | 91 | 5C | 0 | 22 | 3A | E | 19 | 40 | 3D |
| Octal | 333 | 221 | 134 | 0 | 42 | 72 | 16 | 31 | 100 | 75 |
| Binary | 11011011 | 10010001 | 1011100 | 0 | 100010 | 111010 | 1110 | 11001 | 1000000 | 111101 |
Color Harmonies of #DB915C
Complementary color
Monochromatic Colors of #DB915C
Black with #DB915C
Text Example
Text Example
White with #DB915C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB915C; }
p { color: rgb(219,145,92); }
H1.HeaderClassName
{
color: #DB915C;
}
.AnyTagClassName
{
color: #DB915C;
}
</style>
background-color css
<style>
a { background-color: #DB915C; }
a { background-color: rgb(219,145,92); }
div.DivClassName
{
background-color: #DB915C;
}
.BgClassName
{
background-color: #DB915C;
}
</style>
border-color css
<style>
span { border-color: #DB915C; }
span { border-color: rgb(219,145,92); }
td.TdClassName
{
border-color: #DB915C;
}
.TagClassName
{
border-color: #DB915C;
}
</style>