Shades of Whiskey Sour #D48F50
Tints of Whiskey Sour #D48F50
RGB
CMYK
RGB Variations
Color information
#D48F50 (or 0xD48F50) is known color: Whiskey Sour. HEX triplet: D4, 8F and 50. RGB value is (212,143,80). Sum of RGB (Red+Green+Blue) = 212+143+80=435 (57% of max value = 765). Red value is 212 (83.20% from 255 or 48.74% from 435); Green value is 143 (56.25% from 255 or 32.87% from 435); Blue value is 80 (31.64% from 255 or 18.39% from 435); Max value from RGB is 212 - color contains mainly: red. Hex color #D48F50 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D48F50 is #2B70AF. Grayscale: #9C9C9C. Windows color (decimal): -2846896 or 5279700. OLE color: 5279700.
HSL color Cylindrical-coordinate representation of color #D48F50: hue angle of 28.64º degrees, saturation: 0.61, 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 #D48F50 is Cyan = 0, Magento = 0.33, Yellow = 0.62 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 143 | 80 | - |
| CMYK | 0 | 0.33 | 0.62 | 0.17 |
| HSL | 28.64º | 0.61% | 0.57% | - |
| HSV(B) | 28.64º | 0.62% | 0.83% | - |
| XYZ | 38.42 | 34.22 | 12.17 | - |
| YUV | 156.45 | 84.86 | 167.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 143 | 80 | 0 | 0.33 | 0.62 | 0.17 | 28.64 | 0.61 | 0.57 |
| Hex | D4 | 8F | 50 | 0 | 21 | 3E | 11 | 1D | 3D | 39 |
| Octal | 324 | 217 | 120 | 0 | 41 | 76 | 21 | 35 | 75 | 71 |
| Binary | 11010100 | 10001111 | 1010000 | 0 | 100001 | 111110 | 10001 | 11101 | 111101 | 111001 |
Color Harmonies of #D48F50
Complementary color
Monochromatic Colors of #D48F50
Black with #D48F50
Text Example
Text Example
White with #D48F50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D48F50; }
p { color: rgb(212,143,80); }
H1.HeaderClassName
{
color: #D48F50;
}
.AnyTagClassName
{
color: #D48F50;
}
</style>
background-color css
<style>
a { background-color: #D48F50; }
a { background-color: rgb(212,143,80); }
div.DivClassName
{
background-color: #D48F50;
}
.BgClassName
{
background-color: #D48F50;
}
</style>
border-color css
<style>
span { border-color: #D48F50; }
span { border-color: rgb(212,143,80); }
td.TdClassName
{
border-color: #D48F50;
}
.TagClassName
{
border-color: #D48F50;
}
</style>