Shades of Whiskey Sour #D48A55
Tints of Whiskey Sour #D48A55
RGB
CMYK
RGB Variations
Color information
#D48A55 (or 0xD48A55) is known color: Whiskey Sour. HEX triplet: D4, 8A and 55. RGB value is (212,138,85). Sum of RGB (Red+Green+Blue) = 212+138+85=435 (57% of max value = 765). Red value is 212 (83.20% from 255 or 48.74% from 435); Green value is 138 (54.30% from 255 or 31.72% from 435); Blue value is 85 (33.59% from 255 or 19.54% from 435); Max value from RGB is 212 - color contains mainly: red. Hex color #D48A55 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D48A55 is #2B75AA. Grayscale: #9A9A9A. Windows color (decimal): -2848171 or 5606100. OLE color: 5606100.
HSL color Cylindrical-coordinate representation of color #D48A55: hue angle of 25.04º degrees, saturation: 0.6, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D48A55 is Cyan = 0, Magento = 0.35, Yellow = 0.60 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 138 | 85 | - |
| CMYK | 0 | 0.35 | 0.60 | 0.17 |
| HSL | 25.04º | 0.6% | 0.58% | - |
| HSV(B) | 25.04º | 0.6% | 0.83% | - |
| XYZ | 37.88 | 32.83 | 12.93 | - |
| YUV | 154.08 | 89.02 | 169.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 138 | 85 | 0 | 0.35 | 0.60 | 0.17 | 25.04 | 0.6 | 0.58 |
| Hex | D4 | 8A | 55 | 0 | 23 | 3C | 11 | 19 | 3C | 3A |
| Octal | 324 | 212 | 125 | 0 | 43 | 74 | 21 | 31 | 74 | 72 |
| Binary | 11010100 | 10001010 | 1010101 | 0 | 100011 | 111100 | 10001 | 11001 | 111100 | 111010 |
Color Harmonies of #D48A55
Complementary color
Monochromatic Colors of #D48A55
Black with #D48A55
Text Example
Text Example
White with #D48A55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D48A55; }
p { color: rgb(212,138,85); }
H1.HeaderClassName
{
color: #D48A55;
}
.AnyTagClassName
{
color: #D48A55;
}
</style>
background-color css
<style>
a { background-color: #D48A55; }
a { background-color: rgb(212,138,85); }
div.DivClassName
{
background-color: #D48A55;
}
.BgClassName
{
background-color: #D48A55;
}
</style>
border-color css
<style>
span { border-color: #D48A55; }
span { border-color: rgb(212,138,85); }
td.TdClassName
{
border-color: #D48A55;
}
.TagClassName
{
border-color: #D48A55;
}
</style>