Shades of Whiskey Sour #D28B54
Tints of Whiskey Sour #D28B54
RGB
CMYK
RGB Variations
Color information
#D28B54 (or 0xD28B54) is known color: Whiskey Sour. HEX triplet: D2, 8B and 54. RGB value is (210,139,84). Sum of RGB (Red+Green+Blue) = 210+139+84=433 (57% of max value = 765). Red value is 210 (82.42% from 255 or 48.50% from 433); Green value is 139 (54.69% from 255 or 32.10% from 433); Blue value is 84 (33.20% from 255 or 19.40% from 433); Max value from RGB is 210 - color contains mainly: red. Hex color #D28B54 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D28B54 is #2D74AB. Grayscale: #9A9A9A. Windows color (decimal): -2978988 or 5540818. OLE color: 5540818.
HSL color Cylindrical-coordinate representation of color #D28B54: hue angle of 26.19º degrees, saturation: 0.58, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D28B54 is Cyan = 0, Magento = 0.34, Yellow = 0.6 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 139 | 84 | - |
| CMYK | 0 | 0.34 | 0.6 | 0.18 |
| HSL | 26.19º | 0.58% | 0.58% | - |
| HSV(B) | 26.19º | 0.6% | 0.82% | - |
| XYZ | 37.41 | 32.81 | 12.75 | - |
| YUV | 153.96 | 88.52 | 167.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 139 | 84 | 0 | 0.34 | 0.6 | 0.18 | 26.19 | 0.58 | 0.58 |
| Hex | D2 | 8B | 54 | 0 | 22 | 3C | 12 | 1A | 3A | 3A |
| Octal | 322 | 213 | 124 | 0 | 42 | 74 | 22 | 32 | 72 | 72 |
| Binary | 11010010 | 10001011 | 1010100 | 0 | 100010 | 111100 | 10010 | 11010 | 111010 | 111010 |
Color Harmonies of #D28B54
Complementary color
Monochromatic Colors of #D28B54
Black with #D28B54
Text Example
Text Example
White with #D28B54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D28B54; }
p { color: rgb(210,139,84); }
H1.HeaderClassName
{
color: #D28B54;
}
.AnyTagClassName
{
color: #D28B54;
}
</style>
background-color css
<style>
a { background-color: #D28B54; }
a { background-color: rgb(210,139,84); }
div.DivClassName
{
background-color: #D28B54;
}
.BgClassName
{
background-color: #D28B54;
}
</style>
border-color css
<style>
span { border-color: #D28B54; }
span { border-color: rgb(210,139,84); }
td.TdClassName
{
border-color: #D28B54;
}
.TagClassName
{
border-color: #D28B54;
}
</style>