Shades of Whiskey Sour #D8905A
Tints of Whiskey Sour #D8905A
RGB
CMYK
RGB Variations
Color information
#D8905A (or 0xD8905A) is known color: Whiskey Sour. HEX triplet: D8, 90 and 5A. RGB value is (216,144,90). Sum of RGB (Red+Green+Blue) = 216+144+90=450 (59% of max value = 765). Red value is 216 (84.77% from 255 or 48% from 450); Green value is 144 (56.64% from 255 or 32% from 450); Blue value is 90 (35.55% from 255 or 20% from 450); Max value from RGB is 216 - color contains mainly: red. Hex color #D8905A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D8905A is #276FA5. Grayscale: #9F9F9F. Windows color (decimal): -2584486 or 5935320. OLE color: 5935320.
HSL color Cylindrical-coordinate representation of color #D8905A: hue angle of 25.71º degrees, saturation: 0.62, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D8905A is Cyan = 0, Magento = 0.33, Yellow = 0.58 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 144 | 90 | - |
| CMYK | 0 | 0.33 | 0.58 | 0.15 |
| HSL | 25.71º | 0.62% | 0.6% | - |
| HSV(B) | 25.71º | 0.58% | 0.85% | - |
| XYZ | 40.14 | 35.28 | 14.37 | - |
| YUV | 159.37 | 88.85 | 168.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 144 | 90 | 0 | 0.33 | 0.58 | 0.15 | 25.71 | 0.62 | 0.6 |
| Hex | D8 | 90 | 5A | 0 | 21 | 3A | F | 1A | 3E | 3C |
| Octal | 330 | 220 | 132 | 0 | 41 | 72 | 17 | 32 | 76 | 74 |
| Binary | 11011000 | 10010000 | 1011010 | 0 | 100001 | 111010 | 1111 | 11010 | 111110 | 111100 |
Color Harmonies of #D8905A
Complementary color
Monochromatic Colors of #D8905A
Black with #D8905A
Text Example
Text Example
White with #D8905A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8905A; }
p { color: rgb(216,144,90); }
H1.HeaderClassName
{
color: #D8905A;
}
.AnyTagClassName
{
color: #D8905A;
}
</style>
background-color css
<style>
a { background-color: #D8905A; }
a { background-color: rgb(216,144,90); }
div.DivClassName
{
background-color: #D8905A;
}
.BgClassName
{
background-color: #D8905A;
}
</style>
border-color css
<style>
span { border-color: #D8905A; }
span { border-color: rgb(216,144,90); }
td.TdClassName
{
border-color: #D8905A;
}
.TagClassName
{
border-color: #D8905A;
}
</style>