Shades of Whiskey Sour #D8925B
Tints of Whiskey Sour #D8925B
RGB
CMYK
RGB Variations
Color information
#D8925B (or 0xD8925B) is known color: Whiskey Sour. HEX triplet: D8, 92 and 5B. RGB value is (216,146,91). Sum of RGB (Red+Green+Blue) = 216+146+91=453 (60% of max value = 765). Red value is 216 (84.77% from 255 or 47.68% from 453); Green value is 146 (57.42% from 255 or 32.23% from 453); Blue value is 91 (35.94% from 255 or 20.09% from 453); Max value from RGB is 216 - color contains mainly: red. Hex color #D8925B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D8925B is #276DA4. Grayscale: #A0A0A0. Windows color (decimal): -2583973 or 6001368. OLE color: 6001368.
HSL color Cylindrical-coordinate representation of color #D8925B: hue angle of 26.4º 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 #D8925B is Cyan = 0, Magento = 0.32, Yellow = 0.58 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 146 | 91 | - |
| CMYK | 0 | 0.32 | 0.58 | 0.15 |
| HSL | 26.4º | 0.62% | 0.6% | - |
| HSV(B) | 26.4º | 0.58% | 0.85% | - |
| XYZ | 40.49 | 35.91 | 14.7 | - |
| YUV | 160.66 | 88.69 | 167.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 146 | 91 | 0 | 0.32 | 0.58 | 0.15 | 26.4 | 0.62 | 0.6 |
| Hex | D8 | 92 | 5B | 0 | 20 | 3A | F | 1A | 3E | 3C |
| Octal | 330 | 222 | 133 | 0 | 40 | 72 | 17 | 32 | 76 | 74 |
| Binary | 11011000 | 10010010 | 1011011 | 0 | 100000 | 111010 | 1111 | 11010 | 111110 | 111100 |
Color Harmonies of #D8925B
Complementary color
Monochromatic Colors of #D8925B
Black with #D8925B
Text Example
Text Example
White with #D8925B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8925B; }
p { color: rgb(216,146,91); }
H1.HeaderClassName
{
color: #D8925B;
}
.AnyTagClassName
{
color: #D8925B;
}
</style>
background-color css
<style>
a { background-color: #D8925B; }
a { background-color: rgb(216,146,91); }
div.DivClassName
{
background-color: #D8925B;
}
.BgClassName
{
background-color: #D8925B;
}
</style>
border-color css
<style>
span { border-color: #D8925B; }
span { border-color: rgb(216,146,91); }
td.TdClassName
{
border-color: #D8925B;
}
.TagClassName
{
border-color: #D8925B;
}
</style>