Shades of Whiskey Sour #DB905A
Tints of Whiskey Sour #DB905A
RGB
CMYK
RGB Variations
Color information
#DB905A (or 0xDB905A) is known color: Whiskey Sour. HEX triplet: DB, 90 and 5A. RGB value is (219,144,90). Sum of RGB (Red+Green+Blue) = 219+144+90=453 (60% of max value = 765). Red value is 219 (85.94% from 255 or 48.34% from 453); Green value is 144 (56.64% from 255 or 31.79% from 453); Blue value is 90 (35.55% from 255 or 19.87% from 453); Max value from RGB is 219 - color contains mainly: red. Hex color #DB905A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB905A is #246FA5. Grayscale: #A0A0A0. Windows color (decimal): -2387878 or 5935323. OLE color: 5935323.
HSL color Cylindrical-coordinate representation of color #DB905A: hue angle of 25.12º 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 #DB905A is Cyan = 0, Magento = 0.34, Yellow = 0.59 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 144 | 90 | - |
| CMYK | 0 | 0.34 | 0.59 | 0.14 |
| HSL | 25.12º | 0.64% | 0.61% | - |
| HSV(B) | 25.12º | 0.59% | 0.86% | - |
| XYZ | 41.03 | 35.74 | 14.41 | - |
| YUV | 160.27 | 88.35 | 169.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 144 | 90 | 0 | 0.34 | 0.59 | 0.14 | 25.12 | 0.64 | 0.61 |
| Hex | DB | 90 | 5A | 0 | 22 | 3B | E | 19 | 40 | 3D |
| Octal | 333 | 220 | 132 | 0 | 42 | 73 | 16 | 31 | 100 | 75 |
| Binary | 11011011 | 10010000 | 1011010 | 0 | 100010 | 111011 | 1110 | 11001 | 1000000 | 111101 |
Color Harmonies of #DB905A
Complementary color
Monochromatic Colors of #DB905A
Black with #DB905A
Text Example
Text Example
White with #DB905A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB905A; }
p { color: rgb(219,144,90); }
H1.HeaderClassName
{
color: #DB905A;
}
.AnyTagClassName
{
color: #DB905A;
}
</style>
background-color css
<style>
a { background-color: #DB905A; }
a { background-color: rgb(219,144,90); }
div.DivClassName
{
background-color: #DB905A;
}
.BgClassName
{
background-color: #DB905A;
}
</style>
border-color css
<style>
span { border-color: #DB905A; }
span { border-color: rgb(219,144,90); }
td.TdClassName
{
border-color: #DB905A;
}
.TagClassName
{
border-color: #DB905A;
}
</style>