Shades of Whiskey Sour #D9875A
Tints of Whiskey Sour #D9875A
RGB
CMYK
RGB Variations
Color information
#D9875A (or 0xD9875A) is known color: Whiskey Sour. HEX triplet: D9, 87 and 5A. RGB value is (217,135,90). Sum of RGB (Red+Green+Blue) = 217+135+90=442 (58% of max value = 765). Red value is 217 (85.16% from 255 or 49.10% from 442); Green value is 135 (53.12% from 255 or 30.54% from 442); Blue value is 90 (35.55% from 255 or 20.36% from 442); Max value from RGB is 217 - color contains mainly: red. Hex color #D9875A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D9875A is #2678A5. Grayscale: #9A9A9A. Windows color (decimal): -2521254 or 5933017. OLE color: 5933017.
HSL color Cylindrical-coordinate representation of color #D9875A: hue angle of 21.26º degrees, saturation: 0.63, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D9875A is Cyan = 0, Magento = 0.38, Yellow = 0.59 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 135 | 90 | - |
| CMYK | 0 | 0.38 | 0.59 | 0.15 |
| HSL | 21.26º | 0.63% | 0.6% | - |
| HSV(B) | 21.26º | 0.59% | 0.85% | - |
| XYZ | 39.12 | 32.82 | 13.95 | - |
| YUV | 154.39 | 91.67 | 172.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 135 | 90 | 0 | 0.38 | 0.59 | 0.15 | 21.26 | 0.63 | 0.6 |
| Hex | D9 | 87 | 5A | 0 | 26 | 3B | F | 15 | 3F | 3C |
| Octal | 331 | 207 | 132 | 0 | 46 | 73 | 17 | 25 | 77 | 74 |
| Binary | 11011001 | 10000111 | 1011010 | 0 | 100110 | 111011 | 1111 | 10101 | 111111 | 111100 |
Color Harmonies of #D9875A
Complementary color
Monochromatic Colors of #D9875A
Black with #D9875A
Text Example
Text Example
White with #D9875A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9875A; }
p { color: rgb(217,135,90); }
H1.HeaderClassName
{
color: #D9875A;
}
.AnyTagClassName
{
color: #D9875A;
}
</style>
background-color css
<style>
a { background-color: #D9875A; }
a { background-color: rgb(217,135,90); }
div.DivClassName
{
background-color: #D9875A;
}
.BgClassName
{
background-color: #D9875A;
}
</style>
border-color css
<style>
span { border-color: #D9875A; }
span { border-color: rgb(217,135,90); }
td.TdClassName
{
border-color: #D9875A;
}
.TagClassName
{
border-color: #D9875A;
}
</style>