Shades of Whiskey Sour #D5935B
Tints of Whiskey Sour #D5935B
RGB
CMYK
RGB Variations
Color information
#D5935B (or 0xD5935B) is known color: Whiskey Sour. HEX triplet: D5, 93 and 5B. RGB value is (213,147,91). Sum of RGB (Red+Green+Blue) = 213+147+91=451 (59% of max value = 765). Red value is 213 (83.59% from 255 or 47.23% from 451); Green value is 147 (57.81% from 255 or 32.59% from 451); Blue value is 91 (35.94% from 255 or 20.18% from 451); Max value from RGB is 213 - color contains mainly: red. Hex color #D5935B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D5935B is #2A6CA4. Grayscale: #A0A0A0. Windows color (decimal): -2780325 or 6001621. OLE color: 6001621.
HSL color Cylindrical-coordinate representation of color #D5935B: hue angle of 27.54º 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 #D5935B is Cyan = 0, Magento = 0.31, Yellow = 0.57 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 147 | 91 | - |
| CMYK | 0 | 0.31 | 0.57 | 0.16 |
| HSL | 27.54º | 0.59% | 0.6% | - |
| HSV(B) | 27.54º | 0.57% | 0.84% | - |
| XYZ | 39.76 | 35.77 | 14.71 | - |
| YUV | 160.35 | 88.87 | 165.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 147 | 91 | 0 | 0.31 | 0.57 | 0.16 | 27.54 | 0.59 | 0.6 |
| Hex | D5 | 93 | 5B | 0 | 1F | 39 | 10 | 1C | 3B | 3C |
| Octal | 325 | 223 | 133 | 0 | 37 | 71 | 20 | 34 | 73 | 74 |
| Binary | 11010101 | 10010011 | 1011011 | 0 | 11111 | 111001 | 10000 | 11100 | 111011 | 111100 |
Color Harmonies of #D5935B
Complementary color
Monochromatic Colors of #D5935B
Black with #D5935B
Text Example
Text Example
White with #D5935B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5935B; }
p { color: rgb(213,147,91); }
H1.HeaderClassName
{
color: #D5935B;
}
.AnyTagClassName
{
color: #D5935B;
}
</style>
background-color css
<style>
a { background-color: #D5935B; }
a { background-color: rgb(213,147,91); }
div.DivClassName
{
background-color: #D5935B;
}
.BgClassName
{
background-color: #D5935B;
}
</style>
border-color css
<style>
span { border-color: #D5935B; }
span { border-color: rgb(213,147,91); }
td.TdClassName
{
border-color: #D5935B;
}
.TagClassName
{
border-color: #D5935B;
}
</style>