Shades of Whiskey Sour #D48E5C
Tints of Whiskey Sour #D48E5C
RGB
CMYK
RGB Variations
Color information
#D48E5C (or 0xD48E5C) is known color: Whiskey Sour. HEX triplet: D4, 8E and 5C. RGB value is (212,142,92). Sum of RGB (Red+Green+Blue) = 212+142+92=446 (59% of max value = 765). Red value is 212 (83.20% from 255 or 47.53% from 446); Green value is 142 (55.86% from 255 or 31.84% from 446); Blue value is 92 (36.33% from 255 or 20.63% from 446); Max value from RGB is 212 - color contains mainly: red. Hex color #D48E5C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D48E5C is #2B71A3. Grayscale: #9D9D9D. Windows color (decimal): -2847140 or 6065876. OLE color: 6065876.
HSL color Cylindrical-coordinate representation of color #D48E5C: hue angle of 25º degrees, saturation: 0.58, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D48E5C is Cyan = 0, Magento = 0.33, Yellow = 0.57 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 142 | 92 | - |
| CMYK | 0 | 0.33 | 0.57 | 0.17 |
| HSL | 25º | 0.58% | 0.6% | - |
| HSV(B) | 25º | 0.57% | 0.83% | - |
| XYZ | 38.76 | 34.12 | 14.67 | - |
| YUV | 157.23 | 91.19 | 167.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 142 | 92 | 0 | 0.33 | 0.57 | 0.17 | 25 | 0.58 | 0.6 |
| Hex | D4 | 8E | 5C | 0 | 21 | 39 | 11 | 19 | 3A | 3C |
| Octal | 324 | 216 | 134 | 0 | 41 | 71 | 21 | 31 | 72 | 74 |
| Binary | 11010100 | 10001110 | 1011100 | 0 | 100001 | 111001 | 10001 | 11001 | 111010 | 111100 |
Color Harmonies of #D48E5C
Complementary color
Monochromatic Colors of #D48E5C
Black with #D48E5C
Text Example
Text Example
White with #D48E5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D48E5C; }
p { color: rgb(212,142,92); }
H1.HeaderClassName
{
color: #D48E5C;
}
.AnyTagClassName
{
color: #D48E5C;
}
</style>
background-color css
<style>
a { background-color: #D48E5C; }
a { background-color: rgb(212,142,92); }
div.DivClassName
{
background-color: #D48E5C;
}
.BgClassName
{
background-color: #D48E5C;
}
</style>
border-color css
<style>
span { border-color: #D48E5C; }
span { border-color: rgb(212,142,92); }
td.TdClassName
{
border-color: #D48E5C;
}
.TagClassName
{
border-color: #D48E5C;
}
</style>