Shades of Whiskey Sour #D28E52
Tints of Whiskey Sour #D28E52
RGB
CMYK
RGB Variations
Color information
#D28E52 (or 0xD28E52) is known color: Whiskey Sour. HEX triplet: D2, 8E and 52. RGB value is (210,142,82). Sum of RGB (Red+Green+Blue) = 210+142+82=434 (57% of max value = 765). Red value is 210 (82.42% from 255 or 48.39% from 434); Green value is 142 (55.86% from 255 or 32.72% from 434); Blue value is 82 (32.42% from 255 or 18.89% from 434); Max value from RGB is 210 - color contains mainly: red. Hex color #D28E52 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D28E52 is #2D71AD. Grayscale: #9B9B9B. Windows color (decimal): -2978222 or 5410514. OLE color: 5410514.
HSL color Cylindrical-coordinate representation of color #D28E52: hue angle of 28.12º degrees, saturation: 0.59, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D28E52 is Cyan = 0, Magento = 0.32, Yellow = 0.61 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 142 | 82 | - |
| CMYK | 0 | 0.32 | 0.61 | 0.18 |
| HSL | 28.13º | 0.59% | 0.57% | - |
| HSV(B) | 28.13º | 0.61% | 0.82% | - |
| XYZ | 37.77 | 33.66 | 12.49 | - |
| YUV | 155.49 | 86.53 | 166.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 142 | 82 | 0 | 0.32 | 0.61 | 0.18 | 28.13 | 0.59 | 0.57 |
| Hex | D2 | 8E | 52 | 0 | 20 | 3D | 12 | 1C | 3B | 39 |
| Octal | 322 | 216 | 122 | 0 | 40 | 75 | 22 | 34 | 73 | 71 |
| Binary | 11010010 | 10001110 | 1010010 | 0 | 100000 | 111101 | 10010 | 11100 | 111011 | 111001 |
Color Harmonies of #D28E52
Complementary color
Monochromatic Colors of #D28E52
Black with #D28E52
Text Example
Text Example
White with #D28E52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D28E52; }
p { color: rgb(210,142,82); }
H1.HeaderClassName
{
color: #D28E52;
}
.AnyTagClassName
{
color: #D28E52;
}
</style>
background-color css
<style>
a { background-color: #D28E52; }
a { background-color: rgb(210,142,82); }
div.DivClassName
{
background-color: #D28E52;
}
.BgClassName
{
background-color: #D28E52;
}
</style>
border-color css
<style>
span { border-color: #D28E52; }
span { border-color: rgb(210,142,82); }
td.TdClassName
{
border-color: #D28E52;
}
.TagClassName
{
border-color: #D28E52;
}
</style>