Shades of Whiskey Sour #D49253
Tints of Whiskey Sour #D49253
RGB
CMYK
RGB Variations
Color information
#D49253 (or 0xD49253) is known color: Whiskey Sour. HEX triplet: D4, 92 and 53. RGB value is (212,146,83). Sum of RGB (Red+Green+Blue) = 212+146+83=441 (58% of max value = 765). Red value is 212 (83.20% from 255 or 48.07% from 441); Green value is 146 (57.42% from 255 or 33.11% from 441); Blue value is 83 (32.81% from 255 or 18.82% from 441); Max value from RGB is 212 - color contains mainly: red. Hex color #D49253 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D49253 is #2B6DAC. Grayscale: #9E9E9E. Windows color (decimal): -2846125 or 5477076. OLE color: 5477076.
HSL color Cylindrical-coordinate representation of color #D49253: hue angle of 29.3º degrees, saturation: 0.6, 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 #D49253 is Cyan = 0, Magento = 0.31, Yellow = 0.61 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 146 | 83 | - |
| CMYK | 0 | 0.31 | 0.61 | 0.17 |
| HSL | 29.3º | 0.6% | 0.58% | - |
| HSV(B) | 29.3º | 0.61% | 0.83% | - |
| XYZ | 38.99 | 35.18 | 12.92 | - |
| YUV | 158.55 | 85.37 | 166.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 146 | 83 | 0 | 0.31 | 0.61 | 0.17 | 29.3 | 0.6 | 0.58 |
| Hex | D4 | 92 | 53 | 0 | 1F | 3D | 11 | 1D | 3C | 3A |
| Octal | 324 | 222 | 123 | 0 | 37 | 75 | 21 | 35 | 74 | 72 |
| Binary | 11010100 | 10010010 | 1010011 | 0 | 11111 | 111101 | 10001 | 11101 | 111100 | 111010 |
Color Harmonies of #D49253
Complementary color
Monochromatic Colors of #D49253
Black with #D49253
Text Example
Text Example
White with #D49253
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D49253; }
p { color: rgb(212,146,83); }
H1.HeaderClassName
{
color: #D49253;
}
.AnyTagClassName
{
color: #D49253;
}
</style>
background-color css
<style>
a { background-color: #D49253; }
a { background-color: rgb(212,146,83); }
div.DivClassName
{
background-color: #D49253;
}
.BgClassName
{
background-color: #D49253;
}
</style>
border-color css
<style>
span { border-color: #D49253; }
span { border-color: rgb(212,146,83); }
td.TdClassName
{
border-color: #D49253;
}
.TagClassName
{
border-color: #D49253;
}
</style>