Shades of Whiskey Sour #D5995B
Tints of Whiskey Sour #D5995B
RGB
CMYK
RGB Variations
Color information
#D5995B (or 0xD5995B) is known color: Whiskey Sour. HEX triplet: D5, 99 and 5B. RGB value is (213,153,91). Sum of RGB (Red+Green+Blue) = 213+153+91=457 (60% of max value = 765). Red value is 213 (83.59% from 255 or 46.61% from 457); Green value is 153 (60.16% from 255 or 33.48% from 457); Blue value is 91 (35.94% from 255 or 19.91% from 457); Max value from RGB is 213 - color contains mainly: red. Hex color #D5995B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D5995B is #2A66A4. Grayscale: #A4A4A4. Windows color (decimal): -2778789 or 6003157. OLE color: 6003157.
HSL color Cylindrical-coordinate representation of color #D5995B: hue angle of 30.49º 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 #D5995B is Cyan = 0, Magento = 0.28, Yellow = 0.57 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 153 | 91 | - |
| CMYK | 0 | 0.28 | 0.57 | 0.16 |
| HSL | 30.49º | 0.59% | 0.6% | - |
| HSV(B) | 30.49º | 0.57% | 0.84% | - |
| XYZ | 40.72 | 37.68 | 15.03 | - |
| YUV | 163.87 | 86.88 | 163.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 153 | 91 | 0 | 0.28 | 0.57 | 0.16 | 30.49 | 0.59 | 0.6 |
| Hex | D5 | 99 | 5B | 0 | 1C | 39 | 10 | 1E | 3B | 3C |
| Octal | 325 | 231 | 133 | 0 | 34 | 71 | 20 | 36 | 73 | 74 |
| Binary | 11010101 | 10011001 | 1011011 | 0 | 11100 | 111001 | 10000 | 11110 | 111011 | 111100 |
Color Harmonies of #D5995B
Complementary color
Monochromatic Colors of #D5995B
Black with #D5995B
Text Example
Text Example
White with #D5995B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5995B; }
p { color: rgb(213,153,91); }
H1.HeaderClassName
{
color: #D5995B;
}
.AnyTagClassName
{
color: #D5995B;
}
</style>
background-color css
<style>
a { background-color: #D5995B; }
a { background-color: rgb(213,153,91); }
div.DivClassName
{
background-color: #D5995B;
}
.BgClassName
{
background-color: #D5995B;
}
</style>
border-color css
<style>
span { border-color: #D5995B; }
span { border-color: rgb(213,153,91); }
td.TdClassName
{
border-color: #D5995B;
}
.TagClassName
{
border-color: #D5995B;
}
</style>