Shades of Whiskey Sour #D8935B
Tints of Whiskey Sour #D8935B
RGB
CMYK
RGB Variations
Color information
#D8935B (or 0xD8935B) is known color: Whiskey Sour. HEX triplet: D8, 93 and 5B. RGB value is (216,147,91). Sum of RGB (Red+Green+Blue) = 216+147+91=454 (60% of max value = 765). Red value is 216 (84.77% from 255 or 47.58% from 454); Green value is 147 (57.81% from 255 or 32.38% from 454); Blue value is 91 (35.94% from 255 or 20.04% from 454); Max value from RGB is 216 - color contains mainly: red. Hex color #D8935B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D8935B is #276CA4. Grayscale: #A1A1A1. Windows color (decimal): -2583717 or 6001624. OLE color: 6001624.
HSL color Cylindrical-coordinate representation of color #D8935B: hue angle of 26.88º 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 #D8935B is Cyan = 0, Magento = 0.32, Yellow = 0.58 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 147 | 91 | - |
| CMYK | 0 | 0.32 | 0.58 | 0.15 |
| HSL | 26.88º | 0.62% | 0.6% | - |
| HSV(B) | 26.88º | 0.58% | 0.85% | - |
| XYZ | 40.64 | 36.22 | 14.75 | - |
| YUV | 161.25 | 88.36 | 167.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 147 | 91 | 0 | 0.32 | 0.58 | 0.15 | 26.88 | 0.62 | 0.6 |
| Hex | D8 | 93 | 5B | 0 | 20 | 3A | F | 1B | 3E | 3C |
| Octal | 330 | 223 | 133 | 0 | 40 | 72 | 17 | 33 | 76 | 74 |
| Binary | 11011000 | 10010011 | 1011011 | 0 | 100000 | 111010 | 1111 | 11011 | 111110 | 111100 |
Color Harmonies of #D8935B
Complementary color
Monochromatic Colors of #D8935B
Black with #D8935B
Text Example
Text Example
White with #D8935B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8935B; }
p { color: rgb(216,147,91); }
H1.HeaderClassName
{
color: #D8935B;
}
.AnyTagClassName
{
color: #D8935B;
}
</style>
background-color css
<style>
a { background-color: #D8935B; }
a { background-color: rgb(216,147,91); }
div.DivClassName
{
background-color: #D8935B;
}
.BgClassName
{
background-color: #D8935B;
}
</style>
border-color css
<style>
span { border-color: #D8935B; }
span { border-color: rgb(216,147,91); }
td.TdClassName
{
border-color: #D8935B;
}
.TagClassName
{
border-color: #D8935B;
}
</style>