Shades of Whiskey Sour #D8925A
Tints of Whiskey Sour #D8925A
RGB
CMYK
RGB Variations
Color information
#D8925A (or 0xD8925A) is known color: Whiskey Sour. HEX triplet: D8, 92 and 5A. RGB value is (216,146,90). Sum of RGB (Red+Green+Blue) = 216+146+90=452 (59% of max value = 765). Red value is 216 (84.77% from 255 or 47.79% from 452); Green value is 146 (57.42% from 255 or 32.30% from 452); Blue value is 90 (35.55% from 255 or 19.91% from 452); Max value from RGB is 216 - color contains mainly: red. Hex color #D8925A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D8925A is #276DA5. Grayscale: #A0A0A0. Windows color (decimal): -2583974 or 5935832. OLE color: 5935832.
HSL color Cylindrical-coordinate representation of color #D8925A: hue angle of 26.67º 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 #D8925A is Cyan = 0, Magento = 0.32, Yellow = 0.58 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 146 | 90 | - |
| CMYK | 0 | 0.32 | 0.58 | 0.15 |
| HSL | 26.67º | 0.62% | 0.6% | - |
| HSV(B) | 26.67º | 0.58% | 0.85% | - |
| XYZ | 40.44 | 35.89 | 14.47 | - |
| YUV | 160.55 | 88.19 | 167.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 146 | 90 | 0 | 0.32 | 0.58 | 0.15 | 26.67 | 0.62 | 0.6 |
| Hex | D8 | 92 | 5A | 0 | 20 | 3A | F | 1B | 3E | 3C |
| Octal | 330 | 222 | 132 | 0 | 40 | 72 | 17 | 33 | 76 | 74 |
| Binary | 11011000 | 10010010 | 1011010 | 0 | 100000 | 111010 | 1111 | 11011 | 111110 | 111100 |
Color Harmonies of #D8925A
Complementary color
Monochromatic Colors of #D8925A
Black with #D8925A
Text Example
Text Example
White with #D8925A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8925A; }
p { color: rgb(216,146,90); }
H1.HeaderClassName
{
color: #D8925A;
}
.AnyTagClassName
{
color: #D8925A;
}
</style>
background-color css
<style>
a { background-color: #D8925A; }
a { background-color: rgb(216,146,90); }
div.DivClassName
{
background-color: #D8925A;
}
.BgClassName
{
background-color: #D8925A;
}
</style>
border-color css
<style>
span { border-color: #D8925A; }
span { border-color: rgb(216,146,90); }
td.TdClassName
{
border-color: #D8925A;
}
.TagClassName
{
border-color: #D8925A;
}
</style>