Shades of Whiskey Sour #D5915D
Tints of Whiskey Sour #D5915D
RGB
CMYK
RGB Variations
Color information
#D5915D (or 0xD5915D) is known color: Whiskey Sour. HEX triplet: D5, 91 and 5D. RGB value is (213,145,93). Sum of RGB (Red+Green+Blue) = 213+145+93=451 (59% of max value = 765). Red value is 213 (83.59% from 255 or 47.23% from 451); Green value is 145 (57.03% from 255 or 32.15% from 451); Blue value is 93 (36.72% from 255 or 20.62% from 451); Max value from RGB is 213 - color contains mainly: red. Hex color #D5915D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D5915D is #2A6EA2. Grayscale: #9F9F9F. Windows color (decimal): -2780835 or 6132181. OLE color: 6132181.
HSL color Cylindrical-coordinate representation of color #D5915D: hue angle of 26º 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 #D5915D is Cyan = 0, Magento = 0.32, Yellow = 0.56 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 145 | 93 | - |
| CMYK | 0 | 0.32 | 0.56 | 0.16 |
| HSL | 26º | 0.59% | 0.6% | - |
| HSV(B) | 26º | 0.56% | 0.84% | - |
| XYZ | 39.54 | 35.19 | 15.06 | - |
| YUV | 159.4 | 90.53 | 166.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 145 | 93 | 0 | 0.32 | 0.56 | 0.16 | 26 | 0.59 | 0.6 |
| Hex | D5 | 91 | 5D | 0 | 20 | 38 | 10 | 1A | 3B | 3C |
| Octal | 325 | 221 | 135 | 0 | 40 | 70 | 20 | 32 | 73 | 74 |
| Binary | 11010101 | 10010001 | 1011101 | 0 | 100000 | 111000 | 10000 | 11010 | 111011 | 111100 |
Color Harmonies of #D5915D
Complementary color
Monochromatic Colors of #D5915D
Black with #D5915D
Text Example
Text Example
White with #D5915D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5915D; }
p { color: rgb(213,145,93); }
H1.HeaderClassName
{
color: #D5915D;
}
.AnyTagClassName
{
color: #D5915D;
}
</style>
background-color css
<style>
a { background-color: #D5915D; }
a { background-color: rgb(213,145,93); }
div.DivClassName
{
background-color: #D5915D;
}
.BgClassName
{
background-color: #D5915D;
}
</style>
border-color css
<style>
span { border-color: #D5915D; }
span { border-color: rgb(213,145,93); }
td.TdClassName
{
border-color: #D5915D;
}
.TagClassName
{
border-color: #D5915D;
}
</style>