Shades of Whiskey Sour #DB945A
Tints of Whiskey Sour #DB945A
RGB
CMYK
RGB Variations
Color information
#DB945A (or 0xDB945A) is known color: Whiskey Sour. HEX triplet: DB, 94 and 5A. RGB value is (219,148,90). Sum of RGB (Red+Green+Blue) = 219+148+90=457 (60% of max value = 765). Red value is 219 (85.94% from 255 or 47.92% from 457); Green value is 148 (58.20% from 255 or 32.39% from 457); Blue value is 90 (35.55% from 255 or 19.69% from 457); Max value from RGB is 219 - color contains mainly: red. Hex color #DB945A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB945A is #246BA5. Grayscale: #A2A2A2. Windows color (decimal): -2386854 or 5936347. OLE color: 5936347.
HSL color Cylindrical-coordinate representation of color #DB945A: hue angle of 26.98º degrees, saturation: 0.64, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #DB945A is Cyan = 0, Magento = 0.32, Yellow = 0.59 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 148 | 90 | - |
| CMYK | 0 | 0.32 | 0.59 | 0.14 |
| HSL | 26.98º | 0.64% | 0.61% | - |
| HSV(B) | 26.98º | 0.59% | 0.86% | - |
| XYZ | 41.65 | 36.98 | 14.62 | - |
| YUV | 162.62 | 87.02 | 168.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 148 | 90 | 0 | 0.32 | 0.59 | 0.14 | 26.98 | 0.64 | 0.61 |
| Hex | DB | 94 | 5A | 0 | 20 | 3B | E | 1B | 40 | 3D |
| Octal | 333 | 224 | 132 | 0 | 40 | 73 | 16 | 33 | 100 | 75 |
| Binary | 11011011 | 10010100 | 1011010 | 0 | 100000 | 111011 | 1110 | 11011 | 1000000 | 111101 |
Color Harmonies of #DB945A
Complementary color
Monochromatic Colors of #DB945A
Black with #DB945A
Text Example
Text Example
White with #DB945A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB945A; }
p { color: rgb(219,148,90); }
H1.HeaderClassName
{
color: #DB945A;
}
.AnyTagClassName
{
color: #DB945A;
}
</style>
background-color css
<style>
a { background-color: #DB945A; }
a { background-color: rgb(219,148,90); }
div.DivClassName
{
background-color: #DB945A;
}
.BgClassName
{
background-color: #DB945A;
}
</style>
border-color css
<style>
span { border-color: #DB945A; }
span { border-color: rgb(219,148,90); }
td.TdClassName
{
border-color: #DB945A;
}
.TagClassName
{
border-color: #DB945A;
}
</style>