Shades of Whiskey Sour #D8945B
Tints of Whiskey Sour #D8945B
RGB
CMYK
RGB Variations
Color information
#D8945B (or 0xD8945B) is known color: Whiskey Sour. HEX triplet: D8, 94 and 5B. RGB value is (216,148,91). Sum of RGB (Red+Green+Blue) = 216+148+91=455 (60% of max value = 765). Red value is 216 (84.77% from 255 or 47.47% from 455); Green value is 148 (58.20% from 255 or 32.53% from 455); Blue value is 91 (35.94% from 255 or 20% from 455); Max value from RGB is 216 - color contains mainly: red. Hex color #D8945B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D8945B is #276BA4. Grayscale: #A2A2A2. Windows color (decimal): -2583461 or 6001880. OLE color: 6001880.
HSL color Cylindrical-coordinate representation of color #D8945B: hue angle of 27.36º 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 #D8945B is Cyan = 0, Magento = 0.31, Yellow = 0.58 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 148 | 91 | - |
| CMYK | 0 | 0.31 | 0.58 | 0.15 |
| HSL | 27.36º | 0.62% | 0.6% | - |
| HSV(B) | 27.36º | 0.58% | 0.85% | - |
| XYZ | 40.8 | 36.53 | 14.8 | - |
| YUV | 161.83 | 88.03 | 166.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 148 | 91 | 0 | 0.31 | 0.58 | 0.15 | 27.36 | 0.62 | 0.6 |
| Hex | D8 | 94 | 5B | 0 | 1F | 3A | F | 1B | 3E | 3C |
| Octal | 330 | 224 | 133 | 0 | 37 | 72 | 17 | 33 | 76 | 74 |
| Binary | 11011000 | 10010100 | 1011011 | 0 | 11111 | 111010 | 1111 | 11011 | 111110 | 111100 |
Color Harmonies of #D8945B
Complementary color
Monochromatic Colors of #D8945B
Black with #D8945B
Text Example
Text Example
White with #D8945B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8945B; }
p { color: rgb(216,148,91); }
H1.HeaderClassName
{
color: #D8945B;
}
.AnyTagClassName
{
color: #D8945B;
}
</style>
background-color css
<style>
a { background-color: #D8945B; }
a { background-color: rgb(216,148,91); }
div.DivClassName
{
background-color: #D8945B;
}
.BgClassName
{
background-color: #D8945B;
}
</style>
border-color css
<style>
span { border-color: #D8945B; }
span { border-color: rgb(216,148,91); }
td.TdClassName
{
border-color: #D8945B;
}
.TagClassName
{
border-color: #D8945B;
}
</style>