Shades of Whiskey Sour #D5895B
Tints of Whiskey Sour #D5895B
RGB
CMYK
RGB Variations
Color information
#D5895B (or 0xD5895B) is known color: Whiskey Sour. HEX triplet: D5, 89 and 5B. RGB value is (213,137,91). Sum of RGB (Red+Green+Blue) = 213+137+91=441 (58% of max value = 765). Red value is 213 (83.59% from 255 or 48.30% from 441); Green value is 137 (53.91% from 255 or 31.07% from 441); Blue value is 91 (35.94% from 255 or 20.63% from 441); Max value from RGB is 213 - color contains mainly: red. Hex color #D5895B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D5895B is #2A76A4. Grayscale: #9A9A9A. Windows color (decimal): -2782885 or 5999061. OLE color: 5999061.
HSL color Cylindrical-coordinate representation of color #D5895B: hue angle of 22.62º degrees, saturation: 0.59, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D5895B is Cyan = 0, Magento = 0.36, Yellow = 0.57 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 137 | 91 | - |
| CMYK | 0 | 0.36 | 0.57 | 0.16 |
| HSL | 22.62º | 0.59% | 0.6% | - |
| HSV(B) | 22.62º | 0.57% | 0.84% | - |
| XYZ | 38.27 | 32.79 | 14.21 | - |
| YUV | 154.48 | 92.18 | 169.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 137 | 91 | 0 | 0.36 | 0.57 | 0.16 | 22.62 | 0.59 | 0.6 |
| Hex | D5 | 89 | 5B | 0 | 24 | 39 | 10 | 17 | 3B | 3C |
| Octal | 325 | 211 | 133 | 0 | 44 | 71 | 20 | 27 | 73 | 74 |
| Binary | 11010101 | 10001001 | 1011011 | 0 | 100100 | 111001 | 10000 | 10111 | 111011 | 111100 |
Color Harmonies of #D5895B
Complementary color
Monochromatic Colors of #D5895B
Black with #D5895B
Text Example
Text Example
White with #D5895B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5895B; }
p { color: rgb(213,137,91); }
H1.HeaderClassName
{
color: #D5895B;
}
.AnyTagClassName
{
color: #D5895B;
}
</style>
background-color css
<style>
a { background-color: #D5895B; }
a { background-color: rgb(213,137,91); }
div.DivClassName
{
background-color: #D5895B;
}
.BgClassName
{
background-color: #D5895B;
}
</style>
border-color css
<style>
span { border-color: #D5895B; }
span { border-color: rgb(213,137,91); }
td.TdClassName
{
border-color: #D5895B;
}
.TagClassName
{
border-color: #D5895B;
}
</style>