Shades of Whiskey Sour #D28E5D
Tints of Whiskey Sour #D28E5D
RGB
CMYK
RGB Variations
Color information
#D28E5D (or 0xD28E5D) is known color: Whiskey Sour. HEX triplet: D2, 8E and 5D. RGB value is (210,142,93). Sum of RGB (Red+Green+Blue) = 210+142+93=445 (58% of max value = 765). Red value is 210 (82.42% from 255 or 47.19% from 445); Green value is 142 (55.86% from 255 or 31.91% from 445); Blue value is 93 (36.72% from 255 or 20.90% from 445); Max value from RGB is 210 - color contains mainly: red. Hex color #D28E5D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D28E5D is #2D71A2. Grayscale: #9D9D9D. Windows color (decimal): -2978211 or 6131410. OLE color: 6131410.
HSL color Cylindrical-coordinate representation of color #D28E5D: hue angle of 25.13º degrees, saturation: 0.57, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D28E5D is Cyan = 0, Magento = 0.32, Yellow = 0.56 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 142 | 93 | - |
| CMYK | 0 | 0.32 | 0.56 | 0.18 |
| HSL | 25.13º | 0.57% | 0.59% | - |
| HSV(B) | 25.13º | 0.56% | 0.82% | - |
| XYZ | 38.23 | 33.84 | 14.87 | - |
| YUV | 156.75 | 92.03 | 165.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 142 | 93 | 0 | 0.32 | 0.56 | 0.18 | 25.13 | 0.57 | 0.59 |
| Hex | D2 | 8E | 5D | 0 | 20 | 38 | 12 | 19 | 39 | 3B |
| Octal | 322 | 216 | 135 | 0 | 40 | 70 | 22 | 31 | 71 | 73 |
| Binary | 11010010 | 10001110 | 1011101 | 0 | 100000 | 111000 | 10010 | 11001 | 111001 | 111011 |
Color Harmonies of #D28E5D
Complementary color
Monochromatic Colors of #D28E5D
Black with #D28E5D
Text Example
Text Example
White with #D28E5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D28E5D; }
p { color: rgb(210,142,93); }
H1.HeaderClassName
{
color: #D28E5D;
}
.AnyTagClassName
{
color: #D28E5D;
}
</style>
background-color css
<style>
a { background-color: #D28E5D; }
a { background-color: rgb(210,142,93); }
div.DivClassName
{
background-color: #D28E5D;
}
.BgClassName
{
background-color: #D28E5D;
}
</style>
border-color css
<style>
span { border-color: #D28E5D; }
span { border-color: rgb(210,142,93); }
td.TdClassName
{
border-color: #D28E5D;
}
.TagClassName
{
border-color: #D28E5D;
}
</style>