Shades of Whiskey Sour #D28A55
Tints of Whiskey Sour #D28A55
RGB
CMYK
RGB Variations
Color information
#D28A55 (or 0xD28A55) is known color: Whiskey Sour. HEX triplet: D2, 8A and 55. RGB value is (210,138,85). Sum of RGB (Red+Green+Blue) = 210+138+85=433 (57% of max value = 765). Red value is 210 (82.42% from 255 or 48.50% from 433); Green value is 138 (54.30% from 255 or 31.87% from 433); Blue value is 85 (33.59% from 255 or 19.63% from 433); Max value from RGB is 210 - color contains mainly: red. Hex color #D28A55 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D28A55 is #2D75AA. Grayscale: #999999. Windows color (decimal): -2979243 or 5606098. OLE color: 5606098.
HSL color Cylindrical-coordinate representation of color #D28A55: hue angle of 25.44º 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 #D28A55 is Cyan = 0, Magento = 0.34, Yellow = 0.60 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 138 | 85 | - |
| CMYK | 0 | 0.34 | 0.60 | 0.18 |
| HSL | 25.44º | 0.58% | 0.58% | - |
| HSV(B) | 25.44º | 0.6% | 0.82% | - |
| XYZ | 37.31 | 32.53 | 12.91 | - |
| YUV | 153.49 | 89.35 | 168.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 138 | 85 | 0 | 0.34 | 0.60 | 0.18 | 25.44 | 0.58 | 0.58 |
| Hex | D2 | 8A | 55 | 0 | 22 | 3C | 12 | 19 | 3A | 3A |
| Octal | 322 | 212 | 125 | 0 | 42 | 74 | 22 | 31 | 72 | 72 |
| Binary | 11010010 | 10001010 | 1010101 | 0 | 100010 | 111100 | 10010 | 11001 | 111010 | 111010 |
Color Harmonies of #D28A55
Complementary color
Monochromatic Colors of #D28A55
Black with #D28A55
Text Example
Text Example
White with #D28A55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D28A55; }
p { color: rgb(210,138,85); }
H1.HeaderClassName
{
color: #D28A55;
}
.AnyTagClassName
{
color: #D28A55;
}
</style>
background-color css
<style>
a { background-color: #D28A55; }
a { background-color: rgb(210,138,85); }
div.DivClassName
{
background-color: #D28A55;
}
.BgClassName
{
background-color: #D28A55;
}
</style>
border-color css
<style>
span { border-color: #D28A55; }
span { border-color: rgb(210,138,85); }
td.TdClassName
{
border-color: #D28A55;
}
.TagClassName
{
border-color: #D28A55;
}
</style>