Shades of Whiskey Sour #D39351
Tints of Whiskey Sour #D39351
RGB
CMYK
RGB Variations
Color information
#D39351 (or 0xD39351) is known color: Whiskey Sour. HEX triplet: D3, 93 and 51. RGB value is (211,147,81). Sum of RGB (Red+Green+Blue) = 211+147+81=439 (58% of max value = 765). Red value is 211 (82.81% from 255 or 48.06% from 439); Green value is 147 (57.81% from 255 or 33.49% from 439); Blue value is 81 (32.03% from 255 or 18.45% from 439); Max value from RGB is 211 - color contains mainly: red. Hex color #D39351 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D39351 is #2C6CAE. Grayscale: #9E9E9E. Windows color (decimal): -2911407 or 5346259. OLE color: 5346259.
HSL color Cylindrical-coordinate representation of color #D39351: hue angle of 30.46º degrees, saturation: 0.6, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D39351 is Cyan = 0, Magento = 0.30, Yellow = 0.62 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 147 | 81 | - |
| CMYK | 0 | 0.30 | 0.62 | 0.17 |
| HSL | 30.46º | 0.6% | 0.57% | - |
| HSV(B) | 30.46º | 0.62% | 0.83% | - |
| XYZ | 38.78 | 35.31 | 12.56 | - |
| YUV | 158.61 | 84.2 | 165.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 147 | 81 | 0 | 0.30 | 0.62 | 0.17 | 30.46 | 0.6 | 0.57 |
| Hex | D3 | 93 | 51 | 0 | 1E | 3E | 11 | 1E | 3C | 39 |
| Octal | 323 | 223 | 121 | 0 | 36 | 76 | 21 | 36 | 74 | 71 |
| Binary | 11010011 | 10010011 | 1010001 | 0 | 11110 | 111110 | 10001 | 11110 | 111100 | 111001 |
Color Harmonies of #D39351
Complementary color
Monochromatic Colors of #D39351
Black with #D39351
Text Example
Text Example
White with #D39351
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D39351; }
p { color: rgb(211,147,81); }
H1.HeaderClassName
{
color: #D39351;
}
.AnyTagClassName
{
color: #D39351;
}
</style>
background-color css
<style>
a { background-color: #D39351; }
a { background-color: rgb(211,147,81); }
div.DivClassName
{
background-color: #D39351;
}
.BgClassName
{
background-color: #D39351;
}
</style>
border-color css
<style>
span { border-color: #D39351; }
span { border-color: rgb(211,147,81); }
td.TdClassName
{
border-color: #D39351;
}
.TagClassName
{
border-color: #D39351;
}
</style>