Shades of Whiskey Sour #D5945D
Tints of Whiskey Sour #D5945D
RGB
CMYK
RGB Variations
Color information
#D5945D (or 0xD5945D) is known color: Whiskey Sour. HEX triplet: D5, 94 and 5D. RGB value is (213,148,93). Sum of RGB (Red+Green+Blue) = 213+148+93=454 (60% of max value = 765). Red value is 213 (83.59% from 255 or 46.92% from 454); Green value is 148 (58.20% from 255 or 32.60% from 454); Blue value is 93 (36.72% from 255 or 20.48% from 454); Max value from RGB is 213 - color contains mainly: red. Hex color #D5945D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D5945D is #2A6BA2. Grayscale: #A1A1A1. Windows color (decimal): -2780067 or 6132949. OLE color: 6132949.
HSL color Cylindrical-coordinate representation of color #D5945D: hue angle of 27.5º 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 #D5945D is Cyan = 0, Magento = 0.31, Yellow = 0.56 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 148 | 93 | - |
| CMYK | 0 | 0.31 | 0.56 | 0.16 |
| HSL | 27.5º | 0.59% | 0.6% | - |
| HSV(B) | 27.5º | 0.56% | 0.84% | - |
| XYZ | 40.01 | 36.12 | 15.22 | - |
| YUV | 161.17 | 89.53 | 164.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 148 | 93 | 0 | 0.31 | 0.56 | 0.16 | 27.5 | 0.59 | 0.6 |
| Hex | D5 | 94 | 5D | 0 | 1F | 38 | 10 | 1C | 3B | 3C |
| Octal | 325 | 224 | 135 | 0 | 37 | 70 | 20 | 34 | 73 | 74 |
| Binary | 11010101 | 10010100 | 1011101 | 0 | 11111 | 111000 | 10000 | 11100 | 111011 | 111100 |
Color Harmonies of #D5945D
Complementary color
Monochromatic Colors of #D5945D
Black with #D5945D
Text Example
Text Example
White with #D5945D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5945D; }
p { color: rgb(213,148,93); }
H1.HeaderClassName
{
color: #D5945D;
}
.AnyTagClassName
{
color: #D5945D;
}
</style>
background-color css
<style>
a { background-color: #D5945D; }
a { background-color: rgb(213,148,93); }
div.DivClassName
{
background-color: #D5945D;
}
.BgClassName
{
background-color: #D5945D;
}
</style>
border-color css
<style>
span { border-color: #D5945D; }
span { border-color: rgb(213,148,93); }
td.TdClassName
{
border-color: #D5945D;
}
.TagClassName
{
border-color: #D5945D;
}
</style>