Shades of Whiskey Sour #D5935C
Tints of Whiskey Sour #D5935C
RGB
CMYK
RGB Variations
Color information
#D5935C (or 0xD5935C) is known color: Whiskey Sour. HEX triplet: D5, 93 and 5C. RGB value is (213,147,92). Sum of RGB (Red+Green+Blue) = 213+147+92=452 (59% of max value = 765). Red value is 213 (83.59% from 255 or 47.12% from 452); Green value is 147 (57.81% from 255 or 32.52% from 452); Blue value is 92 (36.33% from 255 or 20.35% from 452); Max value from RGB is 213 - color contains mainly: red. Hex color #D5935C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D5935C is #2A6CA3. Grayscale: #A0A0A0. Windows color (decimal): -2780324 or 6067157. OLE color: 6067157.
HSL color Cylindrical-coordinate representation of color #D5935C: hue angle of 27.27º 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 #D5935C is Cyan = 0, Magento = 0.31, Yellow = 0.57 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 147 | 92 | - |
| CMYK | 0 | 0.31 | 0.57 | 0.16 |
| HSL | 27.27º | 0.59% | 0.6% | - |
| HSV(B) | 27.27º | 0.57% | 0.84% | - |
| XYZ | 39.81 | 35.79 | 14.93 | - |
| YUV | 160.46 | 89.37 | 165.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 147 | 92 | 0 | 0.31 | 0.57 | 0.16 | 27.27 | 0.59 | 0.6 |
| Hex | D5 | 93 | 5C | 0 | 1F | 39 | 10 | 1B | 3B | 3C |
| Octal | 325 | 223 | 134 | 0 | 37 | 71 | 20 | 33 | 73 | 74 |
| Binary | 11010101 | 10010011 | 1011100 | 0 | 11111 | 111001 | 10000 | 11011 | 111011 | 111100 |
Color Harmonies of #D5935C
Complementary color
Monochromatic Colors of #D5935C
Black with #D5935C
Text Example
Text Example
White with #D5935C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5935C; }
p { color: rgb(213,147,92); }
H1.HeaderClassName
{
color: #D5935C;
}
.AnyTagClassName
{
color: #D5935C;
}
</style>
background-color css
<style>
a { background-color: #D5935C; }
a { background-color: rgb(213,147,92); }
div.DivClassName
{
background-color: #D5935C;
}
.BgClassName
{
background-color: #D5935C;
}
</style>
border-color css
<style>
span { border-color: #D5935C; }
span { border-color: rgb(213,147,92); }
td.TdClassName
{
border-color: #D5935C;
}
.TagClassName
{
border-color: #D5935C;
}
</style>