Shades of Whiskey Sour #D88A4F
Tints of Whiskey Sour #D88A4F
RGB
CMYK
RGB Variations
Color information
#D88A4F (or 0xD88A4F) is known color: Whiskey Sour. HEX triplet: D8, 8A and 4F. RGB value is (216,138,79). Sum of RGB (Red+Green+Blue) = 216+138+79=433 (57% of max value = 765). Red value is 216 (84.77% from 255 or 49.88% from 433); Green value is 138 (54.30% from 255 or 31.87% from 433); Blue value is 79 (31.25% from 255 or 18.24% from 433); Max value from RGB is 216 - color contains mainly: red. Hex color #D88A4F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D88A4F is #2775B0. Grayscale: #9A9A9A. Windows color (decimal): -2586033 or 5212888. OLE color: 5212888.
HSL color Cylindrical-coordinate representation of color #D88A4F: hue angle of 25.84º degrees, saturation: 0.64, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #D88A4F is Cyan = 0, Magento = 0.36, Yellow = 0.63 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 138 | 79 | - |
| CMYK | 0 | 0.36 | 0.63 | 0.15 |
| HSL | 25.84º | 0.64% | 0.58% | - |
| HSV(B) | 25.84º | 0.63% | 0.85% | - |
| XYZ | 38.82 | 33.34 | 11.79 | - |
| YUV | 154.6 | 85.34 | 171.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 138 | 79 | 0 | 0.36 | 0.63 | 0.15 | 25.84 | 0.64 | 0.58 |
| Hex | D8 | 8A | 4F | 0 | 24 | 3F | F | 1A | 40 | 3A |
| Octal | 330 | 212 | 117 | 0 | 44 | 77 | 17 | 32 | 100 | 72 |
| Binary | 11011000 | 10001010 | 1001111 | 0 | 100100 | 111111 | 1111 | 11010 | 1000000 | 111010 |
Color Harmonies of #D88A4F
Complementary color
Monochromatic Colors of #D88A4F
Black with #D88A4F
Text Example
Text Example
White with #D88A4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D88A4F; }
p { color: rgb(216,138,79); }
H1.HeaderClassName
{
color: #D88A4F;
}
.AnyTagClassName
{
color: #D88A4F;
}
</style>
background-color css
<style>
a { background-color: #D88A4F; }
a { background-color: rgb(216,138,79); }
div.DivClassName
{
background-color: #D88A4F;
}
.BgClassName
{
background-color: #D88A4F;
}
</style>
border-color css
<style>
span { border-color: #D88A4F; }
span { border-color: rgb(216,138,79); }
td.TdClassName
{
border-color: #D88A4F;
}
.TagClassName
{
border-color: #D88A4F;
}
</style>