Shades of Whiskey Sour #D5955D
Tints of Whiskey Sour #D5955D
RGB
CMYK
RGB Variations
Color information
#D5955D (or 0xD5955D) is known color: Whiskey Sour. HEX triplet: D5, 95 and 5D. RGB value is (213,149,93). Sum of RGB (Red+Green+Blue) = 213+149+93=455 (60% of max value = 765). Red value is 213 (83.59% from 255 or 46.81% from 455); Green value is 149 (58.59% from 255 or 32.75% from 455); Blue value is 93 (36.72% from 255 or 20.44% from 455); Max value from RGB is 213 - color contains mainly: red. Hex color #D5955D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D5955D is #2A6AA2. Grayscale: #A2A2A2. Windows color (decimal): -2779811 or 6133205. OLE color: 6133205.
HSL color Cylindrical-coordinate representation of color #D5955D: hue angle of 28º 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 #D5955D is Cyan = 0, Magento = 0.30, Yellow = 0.56 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 149 | 93 | - |
| CMYK | 0 | 0.30 | 0.56 | 0.16 |
| HSL | 28º | 0.59% | 0.6% | - |
| HSV(B) | 28º | 0.56% | 0.84% | - |
| XYZ | 40.16 | 36.43 | 15.27 | - |
| YUV | 161.75 | 89.2 | 164.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 149 | 93 | 0 | 0.30 | 0.56 | 0.16 | 28 | 0.59 | 0.6 |
| Hex | D5 | 95 | 5D | 0 | 1E | 38 | 10 | 1C | 3B | 3C |
| Octal | 325 | 225 | 135 | 0 | 36 | 70 | 20 | 34 | 73 | 74 |
| Binary | 11010101 | 10010101 | 1011101 | 0 | 11110 | 111000 | 10000 | 11100 | 111011 | 111100 |
Color Harmonies of #D5955D
Complementary color
Monochromatic Colors of #D5955D
Black with #D5955D
Text Example
Text Example
White with #D5955D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5955D; }
p { color: rgb(213,149,93); }
H1.HeaderClassName
{
color: #D5955D;
}
.AnyTagClassName
{
color: #D5955D;
}
</style>
background-color css
<style>
a { background-color: #D5955D; }
a { background-color: rgb(213,149,93); }
div.DivClassName
{
background-color: #D5955D;
}
.BgClassName
{
background-color: #D5955D;
}
</style>
border-color css
<style>
span { border-color: #D5955D; }
span { border-color: rgb(213,149,93); }
td.TdClassName
{
border-color: #D5955D;
}
.TagClassName
{
border-color: #D5955D;
}
</style>