Shades of Whiskey Sour #D5965E
Tints of Whiskey Sour #D5965E
RGB
CMYK
RGB Variations
Color information
#D5965E (or 0xD5965E) is known color: Whiskey Sour. HEX triplet: D5, 96 and 5E. RGB value is (213,150,94). Sum of RGB (Red+Green+Blue) = 213+150+94=457 (60% of max value = 765). Red value is 213 (83.59% from 255 or 46.61% from 457); Green value is 150 (58.98% from 255 or 32.82% from 457); Blue value is 94 (37.11% from 255 or 20.57% from 457); Max value from RGB is 213 - color contains mainly: red. Hex color #D5965E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D5965E is #2A69A1. Grayscale: #A2A2A2. Windows color (decimal): -2779554 or 6198997. OLE color: 6198997.
HSL color Cylindrical-coordinate representation of color #D5965E: hue angle of 28.24º degrees, saturation: 0.59, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D5965E is Cyan = 0, Magento = 0.30, Yellow = 0.56 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 150 | 94 | - |
| CMYK | 0 | 0.30 | 0.56 | 0.16 |
| HSL | 28.24º | 0.59% | 0.6% | - |
| HSV(B) | 28.24º | 0.56% | 0.84% | - |
| XYZ | 40.37 | 36.77 | 15.56 | - |
| YUV | 162.45 | 89.37 | 164.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 150 | 94 | 0 | 0.30 | 0.56 | 0.16 | 28.24 | 0.59 | 0.6 |
| Hex | D5 | 96 | 5E | 0 | 1E | 38 | 10 | 1C | 3B | 3C |
| Octal | 325 | 226 | 136 | 0 | 36 | 70 | 20 | 34 | 73 | 74 |
| Binary | 11010101 | 10010110 | 1011110 | 0 | 11110 | 111000 | 10000 | 11100 | 111011 | 111100 |
Color Harmonies of #D5965E
Complementary color
Monochromatic Colors of #D5965E
Black with #D5965E
Text Example
Text Example
White with #D5965E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5965E; }
p { color: rgb(213,150,94); }
H1.HeaderClassName
{
color: #D5965E;
}
.AnyTagClassName
{
color: #D5965E;
}
</style>
background-color css
<style>
a { background-color: #D5965E; }
a { background-color: rgb(213,150,94); }
div.DivClassName
{
background-color: #D5965E;
}
.BgClassName
{
background-color: #D5965E;
}
</style>
border-color css
<style>
span { border-color: #D5965E; }
span { border-color: rgb(213,150,94); }
td.TdClassName
{
border-color: #D5965E;
}
.TagClassName
{
border-color: #D5965E;
}
</style>