Shades of Whiskey Sour #D28758
Tints of Whiskey Sour #D28758
RGB
CMYK
RGB Variations
Color information
#D28758 (or 0xD28758) is known color: Whiskey Sour. HEX triplet: D2, 87 and 58. RGB value is (210,135,88). Sum of RGB (Red+Green+Blue) = 210+135+88=433 (57% of max value = 765). Red value is 210 (82.42% from 255 or 48.50% from 433); Green value is 135 (53.12% from 255 or 31.18% from 433); Blue value is 88 (34.77% from 255 or 20.32% from 433); Max value from RGB is 210 - color contains mainly: red. Hex color #D28758 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D28758 is #2D78A7. Grayscale: #989898. Windows color (decimal): -2980008 or 5801938. OLE color: 5801938.
HSL color Cylindrical-coordinate representation of color #D28758: hue angle of 23.11º degrees, saturation: 0.58, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D28758 is Cyan = 0, Magento = 0.36, Yellow = 0.58 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 135 | 88 | - |
| CMYK | 0 | 0.36 | 0.58 | 0.18 |
| HSL | 23.11º | 0.58% | 0.58% | - |
| HSV(B) | 23.11º | 0.58% | 0.82% | - |
| XYZ | 37 | 31.73 | 13.41 | - |
| YUV | 152.07 | 91.85 | 169.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 135 | 88 | 0 | 0.36 | 0.58 | 0.18 | 23.11 | 0.58 | 0.58 |
| Hex | D2 | 87 | 58 | 0 | 24 | 3A | 12 | 17 | 3A | 3A |
| Octal | 322 | 207 | 130 | 0 | 44 | 72 | 22 | 27 | 72 | 72 |
| Binary | 11010010 | 10000111 | 1011000 | 0 | 100100 | 111010 | 10010 | 10111 | 111010 | 111010 |
Color Harmonies of #D28758
Complementary color
Monochromatic Colors of #D28758
Black with #D28758
Text Example
Text Example
White with #D28758
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D28758; }
p { color: rgb(210,135,88); }
H1.HeaderClassName
{
color: #D28758;
}
.AnyTagClassName
{
color: #D28758;
}
</style>
background-color css
<style>
a { background-color: #D28758; }
a { background-color: rgb(210,135,88); }
div.DivClassName
{
background-color: #D28758;
}
.BgClassName
{
background-color: #D28758;
}
</style>
border-color css
<style>
span { border-color: #D28758; }
span { border-color: rgb(210,135,88); }
td.TdClassName
{
border-color: #D28758;
}
.TagClassName
{
border-color: #D28758;
}
</style>