Shades of Whiskey Sour #D8905B
Tints of Whiskey Sour #D8905B
RGB
CMYK
RGB Variations
Color information
#D8905B (or 0xD8905B) is known color: Whiskey Sour. HEX triplet: D8, 90 and 5B. RGB value is (216,144,91). Sum of RGB (Red+Green+Blue) = 216+144+91=451 (59% of max value = 765). Red value is 216 (84.77% from 255 or 47.89% from 451); Green value is 144 (56.64% from 255 or 31.93% from 451); Blue value is 91 (35.94% from 255 or 20.18% from 451); Max value from RGB is 216 - color contains mainly: red. Hex color #D8905B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D8905B is #276FA4. Grayscale: #9F9F9F. Windows color (decimal): -2584485 or 6000856. OLE color: 6000856.
HSL color Cylindrical-coordinate representation of color #D8905B: hue angle of 25.44º 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 #D8905B is Cyan = 0, Magento = 0.33, Yellow = 0.58 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 144 | 91 | - |
| CMYK | 0 | 0.33 | 0.58 | 0.15 |
| HSL | 25.44º | 0.62% | 0.6% | - |
| HSV(B) | 25.44º | 0.58% | 0.85% | - |
| XYZ | 40.18 | 35.3 | 14.59 | - |
| YUV | 159.49 | 89.35 | 168.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 144 | 91 | 0 | 0.33 | 0.58 | 0.15 | 25.44 | 0.62 | 0.6 |
| Hex | D8 | 90 | 5B | 0 | 21 | 3A | F | 19 | 3E | 3C |
| Octal | 330 | 220 | 133 | 0 | 41 | 72 | 17 | 31 | 76 | 74 |
| Binary | 11011000 | 10010000 | 1011011 | 0 | 100001 | 111010 | 1111 | 11001 | 111110 | 111100 |
Color Harmonies of #D8905B
Complementary color
Monochromatic Colors of #D8905B
Black with #D8905B
Text Example
Text Example
White with #D8905B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8905B; }
p { color: rgb(216,144,91); }
H1.HeaderClassName
{
color: #D8905B;
}
.AnyTagClassName
{
color: #D8905B;
}
</style>
background-color css
<style>
a { background-color: #D8905B; }
a { background-color: rgb(216,144,91); }
div.DivClassName
{
background-color: #D8905B;
}
.BgClassName
{
background-color: #D8905B;
}
</style>
border-color css
<style>
span { border-color: #D8905B; }
span { border-color: rgb(216,144,91); }
td.TdClassName
{
border-color: #D8905B;
}
.TagClassName
{
border-color: #D8905B;
}
</style>