Shades of Whiskey Sour #D3934D
Tints of Whiskey Sour #D3934D
RGB
CMYK
RGB Variations
Color information
#D3934D (or 0xD3934D) is known color: Whiskey Sour. HEX triplet: D3, 93 and 4D. RGB value is (211,147,77). Sum of RGB (Red+Green+Blue) = 211+147+77=435 (57% of max value = 765). Red value is 211 (82.81% from 255 or 48.51% from 435); Green value is 147 (57.81% from 255 or 33.79% from 435); Blue value is 77 (30.47% from 255 or 17.70% from 435); Max value from RGB is 211 - color contains mainly: red. Hex color #D3934D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D3934D is #2C6CB2. Grayscale: #9E9E9E. Windows color (decimal): -2911411 or 5084115. OLE color: 5084115.
HSL color Cylindrical-coordinate representation of color #D3934D: hue angle of 31.34º degrees, saturation: 0.6, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #D3934D is Cyan = 0, Magento = 0.30, Yellow = 0.64 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 147 | 77 | - |
| CMYK | 0 | 0.30 | 0.64 | 0.17 |
| HSL | 31.34º | 0.6% | 0.56% | - |
| HSV(B) | 31.34º | 0.64% | 0.83% | - |
| XYZ | 38.64 | 35.25 | 11.79 | - |
| YUV | 158.16 | 82.2 | 165.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 147 | 77 | 0 | 0.30 | 0.64 | 0.17 | 31.34 | 0.6 | 0.56 |
| Hex | D3 | 93 | 4D | 0 | 1E | 40 | 11 | 1F | 3C | 38 |
| Octal | 323 | 223 | 115 | 0 | 36 | 100 | 21 | 37 | 74 | 70 |
| Binary | 11010011 | 10010011 | 1001101 | 0 | 11110 | 1000000 | 10001 | 11111 | 111100 | 111000 |
Color Harmonies of #D3934D
Complementary color
Monochromatic Colors of #D3934D
Black with #D3934D
Text Example
Text Example
White with #D3934D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3934D; }
p { color: rgb(211,147,77); }
H1.HeaderClassName
{
color: #D3934D;
}
.AnyTagClassName
{
color: #D3934D;
}
</style>
background-color css
<style>
a { background-color: #D3934D; }
a { background-color: rgb(211,147,77); }
div.DivClassName
{
background-color: #D3934D;
}
.BgClassName
{
background-color: #D3934D;
}
</style>
border-color css
<style>
span { border-color: #D3934D; }
span { border-color: rgb(211,147,77); }
td.TdClassName
{
border-color: #D3934D;
}
.TagClassName
{
border-color: #D3934D;
}
</style>