Shades of Whiskey Sour #D08856
Tints of Whiskey Sour #D08856
RGB
CMYK
RGB Variations
Color information
#D08856 (or 0xD08856) is known color: Whiskey Sour. HEX triplet: D0, 88 and 56. RGB value is (208,136,86). Sum of RGB (Red+Green+Blue) = 208+136+86=430 (56% of max value = 765). Red value is 208 (81.64% from 255 or 48.37% from 430); Green value is 136 (53.52% from 255 or 31.63% from 430); Blue value is 86 (33.98% from 255 or 20% from 430); Max value from RGB is 208 - color contains mainly: red. Hex color #D08856 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D08856 is #2F77A9. Grayscale: #989898. Windows color (decimal): -3110826 or 5671120. OLE color: 5671120.
HSL color Cylindrical-coordinate representation of color #D08856: hue angle of 24.59º degrees, saturation: 0.56, 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 #D08856 is Cyan = 0, Magento = 0.35, Yellow = 0.59 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 136 | 86 | - |
| CMYK | 0 | 0.35 | 0.59 | 0.18 |
| HSL | 24.59º | 0.56% | 0.58% | - |
| HSV(B) | 24.59º | 0.59% | 0.82% | - |
| XYZ | 36.5 | 31.69 | 13 | - |
| YUV | 151.83 | 90.85 | 168.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 136 | 86 | 0 | 0.35 | 0.59 | 0.18 | 24.59 | 0.56 | 0.58 |
| Hex | D0 | 88 | 56 | 0 | 23 | 3B | 12 | 19 | 38 | 3A |
| Octal | 320 | 210 | 126 | 0 | 43 | 73 | 22 | 31 | 70 | 72 |
| Binary | 11010000 | 10001000 | 1010110 | 0 | 100011 | 111011 | 10010 | 11001 | 111000 | 111010 |
Color Harmonies of #D08856
Complementary color
Monochromatic Colors of #D08856
Black with #D08856
Text Example
Text Example
White with #D08856
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D08856; }
p { color: rgb(208,136,86); }
H1.HeaderClassName
{
color: #D08856;
}
.AnyTagClassName
{
color: #D08856;
}
</style>
background-color css
<style>
a { background-color: #D08856; }
a { background-color: rgb(208,136,86); }
div.DivClassName
{
background-color: #D08856;
}
.BgClassName
{
background-color: #D08856;
}
</style>
border-color css
<style>
span { border-color: #D08856; }
span { border-color: rgb(208,136,86); }
td.TdClassName
{
border-color: #D08856;
}
.TagClassName
{
border-color: #D08856;
}
</style>