Shades of Whiskey Sour #D7935C
Tints of Whiskey Sour #D7935C
RGB
CMYK
RGB Variations
Color information
#D7935C (or 0xD7935C) is known color: Whiskey Sour. HEX triplet: D7, 93 and 5C. RGB value is (215,147,92). Sum of RGB (Red+Green+Blue) = 215+147+92=454 (60% of max value = 765). Red value is 215 (84.38% from 255 or 47.36% from 454); Green value is 147 (57.81% from 255 or 32.38% from 454); Blue value is 92 (36.33% from 255 or 20.26% from 454); Max value from RGB is 215 - color contains mainly: red. Hex color #D7935C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D7935C is #286CA3. Grayscale: #A1A1A1. Windows color (decimal): -2649252 or 6067159. OLE color: 6067159.
HSL color Cylindrical-coordinate representation of color #D7935C: hue angle of 26.83º degrees, saturation: 0.61, 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 #D7935C is Cyan = 0, Magento = 0.32, Yellow = 0.57 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 147 | 92 | - |
| CMYK | 0 | 0.32 | 0.57 | 0.16 |
| HSL | 26.83º | 0.61% | 0.6% | - |
| HSV(B) | 26.83º | 0.57% | 0.84% | - |
| XYZ | 40.39 | 36.09 | 14.96 | - |
| YUV | 161.06 | 89.03 | 166.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 147 | 92 | 0 | 0.32 | 0.57 | 0.16 | 26.83 | 0.61 | 0.6 |
| Hex | D7 | 93 | 5C | 0 | 20 | 39 | 10 | 1B | 3D | 3C |
| Octal | 327 | 223 | 134 | 0 | 40 | 71 | 20 | 33 | 75 | 74 |
| Binary | 11010111 | 10010011 | 1011100 | 0 | 100000 | 111001 | 10000 | 11011 | 111101 | 111100 |
Color Harmonies of #D7935C
Complementary color
Monochromatic Colors of #D7935C
Black with #D7935C
Text Example
Text Example
White with #D7935C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7935C; }
p { color: rgb(215,147,92); }
H1.HeaderClassName
{
color: #D7935C;
}
.AnyTagClassName
{
color: #D7935C;
}
</style>
background-color css
<style>
a { background-color: #D7935C; }
a { background-color: rgb(215,147,92); }
div.DivClassName
{
background-color: #D7935C;
}
.BgClassName
{
background-color: #D7935C;
}
</style>
border-color css
<style>
span { border-color: #D7935C; }
span { border-color: rgb(215,147,92); }
td.TdClassName
{
border-color: #D7935C;
}
.TagClassName
{
border-color: #D7935C;
}
</style>