Shades of Whiskey Sour #D1885B
Tints of Whiskey Sour #D1885B
RGB
CMYK
RGB Variations
Color information
#D1885B (or 0xD1885B) is known color: Whiskey Sour. HEX triplet: D1, 88 and 5B. RGB value is (209,136,91). Sum of RGB (Red+Green+Blue) = 209+136+91=436 (57% of max value = 765). Red value is 209 (82.03% from 255 or 47.94% from 436); Green value is 136 (53.52% from 255 or 31.19% from 436); Blue value is 91 (35.94% from 255 or 20.87% from 436); Max value from RGB is 209 - color contains mainly: red. Hex color #D1885B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D1885B is #2E77A4. Grayscale: #989898. Windows color (decimal): -3045285 or 5998801. OLE color: 5998801.
HSL color Cylindrical-coordinate representation of color #D1885B: hue angle of 22.88º degrees, saturation: 0.56, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D1885B is Cyan = 0, Magento = 0.35, Yellow = 0.56 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 136 | 91 | - |
| CMYK | 0 | 0.35 | 0.56 | 0.18 |
| HSL | 22.88º | 0.56% | 0.59% | - |
| HSV(B) | 22.88º | 0.56% | 0.82% | - |
| XYZ | 36.99 | 31.92 | 14.11 | - |
| YUV | 152.7 | 93.18 | 168.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 136 | 91 | 0 | 0.35 | 0.56 | 0.18 | 22.88 | 0.56 | 0.59 |
| Hex | D1 | 88 | 5B | 0 | 23 | 38 | 12 | 17 | 38 | 3B |
| Octal | 321 | 210 | 133 | 0 | 43 | 70 | 22 | 27 | 70 | 73 |
| Binary | 11010001 | 10001000 | 1011011 | 0 | 100011 | 111000 | 10010 | 10111 | 111000 | 111011 |
Color Harmonies of #D1885B
Complementary color
Monochromatic Colors of #D1885B
Black with #D1885B
Text Example
Text Example
White with #D1885B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1885B; }
p { color: rgb(209,136,91); }
H1.HeaderClassName
{
color: #D1885B;
}
.AnyTagClassName
{
color: #D1885B;
}
</style>
background-color css
<style>
a { background-color: #D1885B; }
a { background-color: rgb(209,136,91); }
div.DivClassName
{
background-color: #D1885B;
}
.BgClassName
{
background-color: #D1885B;
}
</style>
border-color css
<style>
span { border-color: #D1885B; }
span { border-color: rgb(209,136,91); }
td.TdClassName
{
border-color: #D1885B;
}
.TagClassName
{
border-color: #D1885B;
}
</style>