Shades of Whiskey Sour #D28E50
Tints of Whiskey Sour #D28E50
RGB
CMYK
RGB Variations
Color information
#D28E50 (or 0xD28E50) is known color: Whiskey Sour. HEX triplet: D2, 8E and 50. RGB value is (210,142,80). Sum of RGB (Red+Green+Blue) = 210+142+80=432 (57% of max value = 765). Red value is 210 (82.42% from 255 or 48.61% from 432); Green value is 142 (55.86% from 255 or 32.87% from 432); Blue value is 80 (31.64% from 255 or 18.52% from 432); Max value from RGB is 210 - color contains mainly: red. Hex color #D28E50 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D28E50 is #2D71AF. Grayscale: #9B9B9B. Windows color (decimal): -2978224 or 5279442. OLE color: 5279442.
HSL color Cylindrical-coordinate representation of color #D28E50: hue angle of 28.62º degrees, saturation: 0.59, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D28E50 is Cyan = 0, Magento = 0.32, Yellow = 0.62 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 142 | 80 | - |
| CMYK | 0 | 0.32 | 0.62 | 0.18 |
| HSL | 28.62º | 0.59% | 0.57% | - |
| HSV(B) | 28.62º | 0.62% | 0.82% | - |
| XYZ | 37.7 | 33.63 | 12.09 | - |
| YUV | 155.26 | 85.53 | 167.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 142 | 80 | 0 | 0.32 | 0.62 | 0.18 | 28.62 | 0.59 | 0.57 |
| Hex | D2 | 8E | 50 | 0 | 20 | 3E | 12 | 1D | 3B | 39 |
| Octal | 322 | 216 | 120 | 0 | 40 | 76 | 22 | 35 | 73 | 71 |
| Binary | 11010010 | 10001110 | 1010000 | 0 | 100000 | 111110 | 10010 | 11101 | 111011 | 111001 |
Color Harmonies of #D28E50
Complementary color
Monochromatic Colors of #D28E50
Black with #D28E50
Text Example
Text Example
White with #D28E50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D28E50; }
p { color: rgb(210,142,80); }
H1.HeaderClassName
{
color: #D28E50;
}
.AnyTagClassName
{
color: #D28E50;
}
</style>
background-color css
<style>
a { background-color: #D28E50; }
a { background-color: rgb(210,142,80); }
div.DivClassName
{
background-color: #D28E50;
}
.BgClassName
{
background-color: #D28E50;
}
</style>
border-color css
<style>
span { border-color: #D28E50; }
span { border-color: rgb(210,142,80); }
td.TdClassName
{
border-color: #D28E50;
}
.TagClassName
{
border-color: #D28E50;
}
</style>