Shades of Whiskey Sour #D7935D
Tints of Whiskey Sour #D7935D
RGB
CMYK
RGB Variations
Color information
#D7935D (or 0xD7935D) is known color: Whiskey Sour. HEX triplet: D7, 93 and 5D. RGB value is (215,147,93). Sum of RGB (Red+Green+Blue) = 215+147+93=455 (60% of max value = 765). Red value is 215 (84.38% from 255 or 47.25% from 455); Green value is 147 (57.81% from 255 or 32.31% from 455); Blue value is 93 (36.72% from 255 or 20.44% from 455); Max value from RGB is 215 - color contains mainly: red. Hex color #D7935D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D7935D is #286CA2. Grayscale: #A1A1A1. Windows color (decimal): -2649251 or 6132695. OLE color: 6132695.
HSL color Cylindrical-coordinate representation of color #D7935D: hue angle of 26.56º degrees, saturation: 0.6, 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 #D7935D is Cyan = 0, Magento = 0.32, Yellow = 0.57 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 147 | 93 | - |
| CMYK | 0 | 0.32 | 0.57 | 0.16 |
| HSL | 26.56º | 0.6% | 0.6% | - |
| HSV(B) | 26.56º | 0.57% | 0.84% | - |
| XYZ | 40.43 | 36.1 | 15.19 | - |
| YUV | 161.18 | 89.53 | 166.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 147 | 93 | 0 | 0.32 | 0.57 | 0.16 | 26.56 | 0.6 | 0.6 |
| Hex | D7 | 93 | 5D | 0 | 20 | 39 | 10 | 1B | 3C | 3C |
| Octal | 327 | 223 | 135 | 0 | 40 | 71 | 20 | 33 | 74 | 74 |
| Binary | 11010111 | 10010011 | 1011101 | 0 | 100000 | 111001 | 10000 | 11011 | 111100 | 111100 |
Color Harmonies of #D7935D
Complementary color
Monochromatic Colors of #D7935D
Black with #D7935D
Text Example
Text Example
White with #D7935D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7935D; }
p { color: rgb(215,147,93); }
H1.HeaderClassName
{
color: #D7935D;
}
.AnyTagClassName
{
color: #D7935D;
}
</style>
background-color css
<style>
a { background-color: #D7935D; }
a { background-color: rgb(215,147,93); }
div.DivClassName
{
background-color: #D7935D;
}
.BgClassName
{
background-color: #D7935D;
}
</style>
border-color css
<style>
span { border-color: #D7935D; }
span { border-color: rgb(215,147,93); }
td.TdClassName
{
border-color: #D7935D;
}
.TagClassName
{
border-color: #D7935D;
}
</style>