Shades of Whiskey Sour #DB8F5C
Tints of Whiskey Sour #DB8F5C
RGB
CMYK
RGB Variations
Color information
#DB8F5C (or 0xDB8F5C) is known color: Whiskey Sour. HEX triplet: DB, 8F and 5C. RGB value is (219,143,92). Sum of RGB (Red+Green+Blue) = 219+143+92=454 (60% of max value = 765). Red value is 219 (85.94% from 255 or 48.24% from 454); Green value is 143 (56.25% from 255 or 31.50% from 454); Blue value is 92 (36.33% from 255 or 20.26% from 454); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8F5C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB8F5C is #2470A3. Grayscale: #A0A0A0. Windows color (decimal): -2388132 or 6066139. OLE color: 6066139.
HSL color Cylindrical-coordinate representation of color #DB8F5C: hue angle of 24.09º 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 #DB8F5C is Cyan = 0, Magento = 0.35, Yellow = 0.58 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 143 | 92 | - |
| CMYK | 0 | 0.35 | 0.58 | 0.14 |
| HSL | 24.09º | 0.64% | 0.61% | - |
| HSV(B) | 24.09º | 0.58% | 0.86% | - |
| XYZ | 40.97 | 35.48 | 14.81 | - |
| YUV | 159.91 | 89.68 | 170.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 143 | 92 | 0 | 0.35 | 0.58 | 0.14 | 24.09 | 0.64 | 0.61 |
| Hex | DB | 8F | 5C | 0 | 23 | 3A | E | 18 | 40 | 3D |
| Octal | 333 | 217 | 134 | 0 | 43 | 72 | 16 | 30 | 100 | 75 |
| Binary | 11011011 | 10001111 | 1011100 | 0 | 100011 | 111010 | 1110 | 11000 | 1000000 | 111101 |
Color Harmonies of #DB8F5C
Complementary color
Monochromatic Colors of #DB8F5C
Black with #DB8F5C
Text Example
Text Example
White with #DB8F5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB8F5C; }
p { color: rgb(219,143,92); }
H1.HeaderClassName
{
color: #DB8F5C;
}
.AnyTagClassName
{
color: #DB8F5C;
}
</style>
background-color css
<style>
a { background-color: #DB8F5C; }
a { background-color: rgb(219,143,92); }
div.DivClassName
{
background-color: #DB8F5C;
}
.BgClassName
{
background-color: #DB8F5C;
}
</style>
border-color css
<style>
span { border-color: #DB8F5C; }
span { border-color: rgb(219,143,92); }
td.TdClassName
{
border-color: #DB8F5C;
}
.TagClassName
{
border-color: #DB8F5C;
}
</style>