Shades of Whiskey Sour #D28556
Tints of Whiskey Sour #D28556
RGB
CMYK
RGB Variations
Color information
#D28556 (or 0xD28556) is known color: Whiskey Sour. HEX triplet: D2, 85 and 56. RGB value is (210,133,86). Sum of RGB (Red+Green+Blue) = 210+133+86=429 (56% of max value = 765). Red value is 210 (82.42% from 255 or 48.95% from 429); Green value is 133 (52.34% from 255 or 31.00% from 429); Blue value is 86 (33.98% from 255 or 20.05% from 429); Max value from RGB is 210 - color contains mainly: red. Hex color #D28556 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D28556 is #2D7AA9. Grayscale: #969696. Windows color (decimal): -2980522 or 5670354. OLE color: 5670354.
HSL color Cylindrical-coordinate representation of color #D28556: hue angle of 22.74º degrees, saturation: 0.58, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D28556 is Cyan = 0, Magento = 0.37, Yellow = 0.59 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 133 | 86 | - |
| CMYK | 0 | 0.37 | 0.59 | 0.18 |
| HSL | 22.74º | 0.58% | 0.58% | - |
| HSV(B) | 22.74º | 0.59% | 0.82% | - |
| XYZ | 36.65 | 31.15 | 12.88 | - |
| YUV | 150.67 | 91.51 | 170.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 133 | 86 | 0 | 0.37 | 0.59 | 0.18 | 22.74 | 0.58 | 0.58 |
| Hex | D2 | 85 | 56 | 0 | 25 | 3B | 12 | 17 | 3A | 3A |
| Octal | 322 | 205 | 126 | 0 | 45 | 73 | 22 | 27 | 72 | 72 |
| Binary | 11010010 | 10000101 | 1010110 | 0 | 100101 | 111011 | 10010 | 10111 | 111010 | 111010 |
Color Harmonies of #D28556
Complementary color
Monochromatic Colors of #D28556
Black with #D28556
Text Example
Text Example
White with #D28556
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D28556; }
p { color: rgb(210,133,86); }
H1.HeaderClassName
{
color: #D28556;
}
.AnyTagClassName
{
color: #D28556;
}
</style>
background-color css
<style>
a { background-color: #D28556; }
a { background-color: rgb(210,133,86); }
div.DivClassName
{
background-color: #D28556;
}
.BgClassName
{
background-color: #D28556;
}
</style>
border-color css
<style>
span { border-color: #D28556; }
span { border-color: rgb(210,133,86); }
td.TdClassName
{
border-color: #D28556;
}
.TagClassName
{
border-color: #D28556;
}
</style>