Shades of Whiskey Sour #D48A51
Tints of Whiskey Sour #D48A51
RGB
CMYK
RGB Variations
Color information
#D48A51 (or 0xD48A51) is known color: Whiskey Sour. HEX triplet: D4, 8A and 51. RGB value is (212,138,81). Sum of RGB (Red+Green+Blue) = 212+138+81=431 (57% of max value = 765). Red value is 212 (83.20% from 255 or 49.19% from 431); Green value is 138 (54.30% from 255 or 32.02% from 431); Blue value is 81 (32.03% from 255 or 18.79% from 431); Max value from RGB is 212 - color contains mainly: red. Hex color #D48A51 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D48A51 is #2B75AE. Grayscale: #999999. Windows color (decimal): -2848175 or 5343956. OLE color: 5343956.
HSL color Cylindrical-coordinate representation of color #D48A51: hue angle of 26.11º 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 #D48A51 is Cyan = 0, Magento = 0.35, Yellow = 0.62 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 138 | 81 | - |
| CMYK | 0 | 0.35 | 0.62 | 0.17 |
| HSL | 26.11º | 0.6% | 0.57% | - |
| HSV(B) | 26.11º | 0.62% | 0.83% | - |
| XYZ | 37.73 | 32.77 | 12.12 | - |
| YUV | 153.63 | 87.02 | 169.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 138 | 81 | 0 | 0.35 | 0.62 | 0.17 | 26.11 | 0.6 | 0.57 |
| Hex | D4 | 8A | 51 | 0 | 23 | 3E | 11 | 1A | 3C | 39 |
| Octal | 324 | 212 | 121 | 0 | 43 | 76 | 21 | 32 | 74 | 71 |
| Binary | 11010100 | 10001010 | 1010001 | 0 | 100011 | 111110 | 10001 | 11010 | 111100 | 111001 |
Color Harmonies of #D48A51
Complementary color
Monochromatic Colors of #D48A51
Black with #D48A51
Text Example
Text Example
White with #D48A51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D48A51; }
p { color: rgb(212,138,81); }
H1.HeaderClassName
{
color: #D48A51;
}
.AnyTagClassName
{
color: #D48A51;
}
</style>
background-color css
<style>
a { background-color: #D48A51; }
a { background-color: rgb(212,138,81); }
div.DivClassName
{
background-color: #D48A51;
}
.BgClassName
{
background-color: #D48A51;
}
</style>
border-color css
<style>
span { border-color: #D48A51; }
span { border-color: rgb(212,138,81); }
td.TdClassName
{
border-color: #D48A51;
}
.TagClassName
{
border-color: #D48A51;
}
</style>