Shades of Whiskey Sour #D5915C
Tints of Whiskey Sour #D5915C
RGB
CMYK
RGB Variations
Color information
#D5915C (or 0xD5915C) is known color: Whiskey Sour. HEX triplet: D5, 91 and 5C. RGB value is (213,145,92). Sum of RGB (Red+Green+Blue) = 213+145+92=450 (59% of max value = 765). Red value is 213 (83.59% from 255 or 47.33% from 450); Green value is 145 (57.03% from 255 or 32.22% from 450); Blue value is 92 (36.33% from 255 or 20.44% from 450); Max value from RGB is 213 - color contains mainly: red. Hex color #D5915C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D5915C is #2A6EA3. Grayscale: #9F9F9F. Windows color (decimal): -2780836 or 6066645. OLE color: 6066645.
HSL color Cylindrical-coordinate representation of color #D5915C: hue angle of 26.28º 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 #D5915C is Cyan = 0, Magento = 0.32, Yellow = 0.57 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 145 | 92 | - |
| CMYK | 0 | 0.32 | 0.57 | 0.16 |
| HSL | 26.28º | 0.59% | 0.6% | - |
| HSV(B) | 26.28º | 0.57% | 0.84% | - |
| XYZ | 39.5 | 35.17 | 14.83 | - |
| YUV | 159.29 | 90.03 | 166.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 145 | 92 | 0 | 0.32 | 0.57 | 0.16 | 26.28 | 0.59 | 0.6 |
| Hex | D5 | 91 | 5C | 0 | 20 | 39 | 10 | 1A | 3B | 3C |
| Octal | 325 | 221 | 134 | 0 | 40 | 71 | 20 | 32 | 73 | 74 |
| Binary | 11010101 | 10010001 | 1011100 | 0 | 100000 | 111001 | 10000 | 11010 | 111011 | 111100 |
Color Harmonies of #D5915C
Complementary color
Monochromatic Colors of #D5915C
Black with #D5915C
Text Example
Text Example
White with #D5915C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5915C; }
p { color: rgb(213,145,92); }
H1.HeaderClassName
{
color: #D5915C;
}
.AnyTagClassName
{
color: #D5915C;
}
</style>
background-color css
<style>
a { background-color: #D5915C; }
a { background-color: rgb(213,145,92); }
div.DivClassName
{
background-color: #D5915C;
}
.BgClassName
{
background-color: #D5915C;
}
</style>
border-color css
<style>
span { border-color: #D5915C; }
span { border-color: rgb(213,145,92); }
td.TdClassName
{
border-color: #D5915C;
}
.TagClassName
{
border-color: #D5915C;
}
</style>