Shades of Whiskey Sour #D28656
Tints of Whiskey Sour #D28656
RGB
CMYK
RGB Variations
Color information
#D28656 (or 0xD28656) is known color: Whiskey Sour. HEX triplet: D2, 86 and 56. RGB value is (210,134,86). Sum of RGB (Red+Green+Blue) = 210+134+86=430 (56% of max value = 765). Red value is 210 (82.42% from 255 or 48.84% from 430); Green value is 134 (52.73% from 255 or 31.16% from 430); Blue value is 86 (33.98% from 255 or 20% from 430); Max value from RGB is 210 - color contains mainly: red. Hex color #D28656 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D28656 is #2D79A9. Grayscale: #979797. Windows color (decimal): -2980266 or 5670610. OLE color: 5670610.
HSL color Cylindrical-coordinate representation of color #D28656: hue angle of 23.23º 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 #D28656 is Cyan = 0, Magento = 0.36, Yellow = 0.59 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 134 | 86 | - |
| CMYK | 0 | 0.36 | 0.59 | 0.18 |
| HSL | 23.23º | 0.58% | 0.58% | - |
| HSV(B) | 23.23º | 0.59% | 0.82% | - |
| XYZ | 36.78 | 31.42 | 12.93 | - |
| YUV | 151.25 | 91.18 | 169.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 134 | 86 | 0 | 0.36 | 0.59 | 0.18 | 23.23 | 0.58 | 0.58 |
| Hex | D2 | 86 | 56 | 0 | 24 | 3B | 12 | 17 | 3A | 3A |
| Octal | 322 | 206 | 126 | 0 | 44 | 73 | 22 | 27 | 72 | 72 |
| Binary | 11010010 | 10000110 | 1010110 | 0 | 100100 | 111011 | 10010 | 10111 | 111010 | 111010 |
Color Harmonies of #D28656
Complementary color
Monochromatic Colors of #D28656
Black with #D28656
Text Example
Text Example
White with #D28656
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D28656; }
p { color: rgb(210,134,86); }
H1.HeaderClassName
{
color: #D28656;
}
.AnyTagClassName
{
color: #D28656;
}
</style>
background-color css
<style>
a { background-color: #D28656; }
a { background-color: rgb(210,134,86); }
div.DivClassName
{
background-color: #D28656;
}
.BgClassName
{
background-color: #D28656;
}
</style>
border-color css
<style>
span { border-color: #D28656; }
span { border-color: rgb(210,134,86); }
td.TdClassName
{
border-color: #D28656;
}
.TagClassName
{
border-color: #D28656;
}
</style>