Shades of Whiskey Sour #D39053
Tints of Whiskey Sour #D39053
RGB
CMYK
RGB Variations
Color information
#D39053 (or 0xD39053) is known color: Whiskey Sour. HEX triplet: D3, 90 and 53. RGB value is (211,144,83). Sum of RGB (Red+Green+Blue) = 211+144+83=438 (58% of max value = 765). Red value is 211 (82.81% from 255 or 48.17% from 438); Green value is 144 (56.64% from 255 or 32.88% from 438); Blue value is 83 (32.81% from 255 or 18.95% from 438); Max value from RGB is 211 - color contains mainly: red. Hex color #D39053 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D39053 is #2C6FAC. Grayscale: #9D9D9D. Windows color (decimal): -2912173 or 5476563. OLE color: 5476563.
HSL color Cylindrical-coordinate representation of color #D39053: hue angle of 28.59º degrees, saturation: 0.59, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D39053 is Cyan = 0, Magento = 0.32, Yellow = 0.61 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 144 | 83 | - |
| CMYK | 0 | 0.32 | 0.61 | 0.17 |
| HSL | 28.59º | 0.59% | 0.58% | - |
| HSV(B) | 28.59º | 0.61% | 0.83% | - |
| XYZ | 38.4 | 34.42 | 12.8 | - |
| YUV | 157.08 | 86.2 | 166.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 144 | 83 | 0 | 0.32 | 0.61 | 0.17 | 28.59 | 0.59 | 0.58 |
| Hex | D3 | 90 | 53 | 0 | 20 | 3D | 11 | 1D | 3B | 3A |
| Octal | 323 | 220 | 123 | 0 | 40 | 75 | 21 | 35 | 73 | 72 |
| Binary | 11010011 | 10010000 | 1010011 | 0 | 100000 | 111101 | 10001 | 11101 | 111011 | 111010 |
Color Harmonies of #D39053
Complementary color
Monochromatic Colors of #D39053
Black with #D39053
Text Example
Text Example
White with #D39053
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D39053; }
p { color: rgb(211,144,83); }
H1.HeaderClassName
{
color: #D39053;
}
.AnyTagClassName
{
color: #D39053;
}
</style>
background-color css
<style>
a { background-color: #D39053; }
a { background-color: rgb(211,144,83); }
div.DivClassName
{
background-color: #D39053;
}
.BgClassName
{
background-color: #D39053;
}
</style>
border-color css
<style>
span { border-color: #D39053; }
span { border-color: rgb(211,144,83); }
td.TdClassName
{
border-color: #D39053;
}
.TagClassName
{
border-color: #D39053;
}
</style>