Shades of Whiskey Sour #D28658
Tints of Whiskey Sour #D28658
RGB
CMYK
RGB Variations
Color information
#D28658 (or 0xD28658) is known color: Whiskey Sour. HEX triplet: D2, 86 and 58. RGB value is (210,134,88). Sum of RGB (Red+Green+Blue) = 210+134+88=432 (57% of max value = 765). Red value is 210 (82.42% from 255 or 48.61% from 432); Green value is 134 (52.73% from 255 or 31.02% from 432); Blue value is 88 (34.77% from 255 or 20.37% from 432); Max value from RGB is 210 - color contains mainly: red. Hex color #D28658 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D28658 is #2D79A7. Grayscale: #979797. Windows color (decimal): -2980264 or 5801682. OLE color: 5801682.
HSL color Cylindrical-coordinate representation of color #D28658: hue angle of 22.62º 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 #D28658 is Cyan = 0, Magento = 0.36, Yellow = 0.58 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 134 | 88 | - |
| CMYK | 0 | 0.36 | 0.58 | 0.18 |
| HSL | 22.62º | 0.58% | 0.58% | - |
| HSV(B) | 22.62º | 0.58% | 0.82% | - |
| XYZ | 36.86 | 31.46 | 13.36 | - |
| YUV | 151.48 | 92.18 | 169.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 134 | 88 | 0 | 0.36 | 0.58 | 0.18 | 22.62 | 0.58 | 0.58 |
| Hex | D2 | 86 | 58 | 0 | 24 | 3A | 12 | 17 | 3A | 3A |
| Octal | 322 | 206 | 130 | 0 | 44 | 72 | 22 | 27 | 72 | 72 |
| Binary | 11010010 | 10000110 | 1011000 | 0 | 100100 | 111010 | 10010 | 10111 | 111010 | 111010 |
Color Harmonies of #D28658
Complementary color
Monochromatic Colors of #D28658
Black with #D28658
Text Example
Text Example
White with #D28658
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D28658; }
p { color: rgb(210,134,88); }
H1.HeaderClassName
{
color: #D28658;
}
.AnyTagClassName
{
color: #D28658;
}
</style>
background-color css
<style>
a { background-color: #D28658; }
a { background-color: rgb(210,134,88); }
div.DivClassName
{
background-color: #D28658;
}
.BgClassName
{
background-color: #D28658;
}
</style>
border-color css
<style>
span { border-color: #D28658; }
span { border-color: rgb(210,134,88); }
td.TdClassName
{
border-color: #D28658;
}
.TagClassName
{
border-color: #D28658;
}
</style>