Shades of Whiskey Sour #D5945E
Tints of Whiskey Sour #D5945E
RGB
CMYK
RGB Variations
Color information
#D5945E (or 0xD5945E) is known color: Whiskey Sour. HEX triplet: D5, 94 and 5E. RGB value is (213,148,94). Sum of RGB (Red+Green+Blue) = 213+148+94=455 (60% of max value = 765). Red value is 213 (83.59% from 255 or 46.81% from 455); Green value is 148 (58.20% from 255 or 32.53% from 455); Blue value is 94 (37.11% from 255 or 20.66% from 455); Max value from RGB is 213 - color contains mainly: red. Hex color #D5945E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D5945E is #2A6BA1. Grayscale: #A1A1A1. Windows color (decimal): -2780066 or 6198485. OLE color: 6198485.
HSL color Cylindrical-coordinate representation of color #D5945E: hue angle of 27.23º 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 #D5945E is Cyan = 0, Magento = 0.31, Yellow = 0.56 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 148 | 94 | - |
| CMYK | 0 | 0.31 | 0.56 | 0.16 |
| HSL | 27.23º | 0.59% | 0.6% | - |
| HSV(B) | 27.23º | 0.56% | 0.84% | - |
| XYZ | 40.05 | 36.13 | 15.45 | - |
| YUV | 161.28 | 90.03 | 164.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 148 | 94 | 0 | 0.31 | 0.56 | 0.16 | 27.23 | 0.59 | 0.6 |
| Hex | D5 | 94 | 5E | 0 | 1F | 38 | 10 | 1B | 3B | 3C |
| Octal | 325 | 224 | 136 | 0 | 37 | 70 | 20 | 33 | 73 | 74 |
| Binary | 11010101 | 10010100 | 1011110 | 0 | 11111 | 111000 | 10000 | 11011 | 111011 | 111100 |
Color Harmonies of #D5945E
Complementary color
Monochromatic Colors of #D5945E
Black with #D5945E
Text Example
Text Example
White with #D5945E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5945E; }
p { color: rgb(213,148,94); }
H1.HeaderClassName
{
color: #D5945E;
}
.AnyTagClassName
{
color: #D5945E;
}
</style>
background-color css
<style>
a { background-color: #D5945E; }
a { background-color: rgb(213,148,94); }
div.DivClassName
{
background-color: #D5945E;
}
.BgClassName
{
background-color: #D5945E;
}
</style>
border-color css
<style>
span { border-color: #D5945E; }
span { border-color: rgb(213,148,94); }
td.TdClassName
{
border-color: #D5945E;
}
.TagClassName
{
border-color: #D5945E;
}
</style>