Shades of Whiskey Sour #D28E57
Tints of Whiskey Sour #D28E57
RGB
CMYK
RGB Variations
Color information
#D28E57 (or 0xD28E57) is known color: Whiskey Sour. HEX triplet: D2, 8E and 57. RGB value is (210,142,87). Sum of RGB (Red+Green+Blue) = 210+142+87=439 (58% of max value = 765). Red value is 210 (82.42% from 255 or 47.84% from 439); Green value is 142 (55.86% from 255 or 32.35% from 439); Blue value is 87 (34.38% from 255 or 19.82% from 439); Max value from RGB is 210 - color contains mainly: red. Hex color #D28E57 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D28E57 is #2D71A8. Grayscale: #9C9C9C. Windows color (decimal): -2978217 or 5738194. OLE color: 5738194.
HSL color Cylindrical-coordinate representation of color #D28E57: hue angle of 26.83º degrees, saturation: 0.58, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D28E57 is Cyan = 0, Magento = 0.32, Yellow = 0.59 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 142 | 87 | - |
| CMYK | 0 | 0.32 | 0.59 | 0.18 |
| HSL | 26.83º | 0.58% | 0.58% | - |
| HSV(B) | 26.83º | 0.59% | 0.82% | - |
| XYZ | 37.97 | 33.74 | 13.53 | - |
| YUV | 156.06 | 89.03 | 166.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 142 | 87 | 0 | 0.32 | 0.59 | 0.18 | 26.83 | 0.58 | 0.58 |
| Hex | D2 | 8E | 57 | 0 | 20 | 3B | 12 | 1B | 3A | 3A |
| Octal | 322 | 216 | 127 | 0 | 40 | 73 | 22 | 33 | 72 | 72 |
| Binary | 11010010 | 10001110 | 1010111 | 0 | 100000 | 111011 | 10010 | 11011 | 111010 | 111010 |
Color Harmonies of #D28E57
Complementary color
Monochromatic Colors of #D28E57
Black with #D28E57
Text Example
Text Example
White with #D28E57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D28E57; }
p { color: rgb(210,142,87); }
H1.HeaderClassName
{
color: #D28E57;
}
.AnyTagClassName
{
color: #D28E57;
}
</style>
background-color css
<style>
a { background-color: #D28E57; }
a { background-color: rgb(210,142,87); }
div.DivClassName
{
background-color: #D28E57;
}
.BgClassName
{
background-color: #D28E57;
}
</style>
border-color css
<style>
span { border-color: #D28E57; }
span { border-color: rgb(210,142,87); }
td.TdClassName
{
border-color: #D28E57;
}
.TagClassName
{
border-color: #D28E57;
}
</style>