Shades of Whiskey Sour #DB914F
Tints of Whiskey Sour #DB914F
RGB
CMYK
RGB Variations
Color information
#DB914F (or 0xDB914F) is known color: Whiskey Sour. HEX triplet: DB, 91 and 4F. RGB value is (219,145,79). Sum of RGB (Red+Green+Blue) = 219+145+79=443 (58% of max value = 765). Red value is 219 (85.94% from 255 or 49.44% from 443); Green value is 145 (57.03% from 255 or 32.73% from 443); Blue value is 79 (31.25% from 255 or 17.83% from 443); Max value from RGB is 219 - color contains mainly: red. Hex color #DB914F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB914F is #246EB0. Grayscale: #9F9F9F. Windows color (decimal): -2387633 or 5214683. OLE color: 5214683.
HSL color Cylindrical-coordinate representation of color #DB914F: hue angle of 28.29º degrees, saturation: 0.66, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #DB914F is Cyan = 0, Magento = 0.34, Yellow = 0.64 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 145 | 79 | - |
| CMYK | 0 | 0.34 | 0.64 | 0.14 |
| HSL | 28.29º | 0.66% | 0.58% | - |
| HSV(B) | 28.29º | 0.64% | 0.86% | - |
| XYZ | 40.75 | 35.88 | 12.17 | - |
| YUV | 159.6 | 82.52 | 170.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 145 | 79 | 0 | 0.34 | 0.64 | 0.14 | 28.29 | 0.66 | 0.58 |
| Hex | DB | 91 | 4F | 0 | 22 | 40 | E | 1C | 42 | 3A |
| Octal | 333 | 221 | 117 | 0 | 42 | 100 | 16 | 34 | 102 | 72 |
| Binary | 11011011 | 10010001 | 1001111 | 0 | 100010 | 1000000 | 1110 | 11100 | 1000010 | 111010 |
Color Harmonies of #DB914F
Complementary color
Monochromatic Colors of #DB914F
Black with #DB914F
Text Example
Text Example
White with #DB914F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB914F; }
p { color: rgb(219,145,79); }
H1.HeaderClassName
{
color: #DB914F;
}
.AnyTagClassName
{
color: #DB914F;
}
</style>
background-color css
<style>
a { background-color: #DB914F; }
a { background-color: rgb(219,145,79); }
div.DivClassName
{
background-color: #DB914F;
}
.BgClassName
{
background-color: #DB914F;
}
</style>
border-color css
<style>
span { border-color: #DB914F; }
span { border-color: rgb(219,145,79); }
td.TdClassName
{
border-color: #DB914F;
}
.TagClassName
{
border-color: #DB914F;
}
</style>