Shades of Whiskey Sour #D08E55
Tints of Whiskey Sour #D08E55
RGB
CMYK
RGB Variations
Color information
#D08E55 (or 0xD08E55) is known color: Whiskey Sour. HEX triplet: D0, 8E and 55. RGB value is (208,142,85). Sum of RGB (Red+Green+Blue) = 208+142+85=435 (57% of max value = 765). Red value is 208 (81.64% from 255 or 47.82% from 435); Green value is 142 (55.86% from 255 or 32.64% from 435); Blue value is 85 (33.59% from 255 or 19.54% from 435); Max value from RGB is 208 - color contains mainly: red. Hex color #D08E55 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D08E55 is #2F71AA. Grayscale: #9B9B9B. Windows color (decimal): -3109291 or 5607120. OLE color: 5607120.
HSL color Cylindrical-coordinate representation of color #D08E55: hue angle of 27.8º degrees, saturation: 0.57, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D08E55 is Cyan = 0, Magento = 0.32, Yellow = 0.59 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 142 | 85 | - |
| CMYK | 0 | 0.32 | 0.59 | 0.18 |
| HSL | 27.8º | 0.57% | 0.57% | - |
| HSV(B) | 27.8º | 0.59% | 0.82% | - |
| XYZ | 37.33 | 33.41 | 13.08 | - |
| YUV | 155.24 | 88.37 | 165.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 142 | 85 | 0 | 0.32 | 0.59 | 0.18 | 27.8 | 0.57 | 0.57 |
| Hex | D0 | 8E | 55 | 0 | 20 | 3B | 12 | 1C | 39 | 39 |
| Octal | 320 | 216 | 125 | 0 | 40 | 73 | 22 | 34 | 71 | 71 |
| Binary | 11010000 | 10001110 | 1010101 | 0 | 100000 | 111011 | 10010 | 11100 | 111001 | 111001 |
Color Harmonies of #D08E55
Complementary color
Monochromatic Colors of #D08E55
Black with #D08E55
Text Example
Text Example
White with #D08E55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D08E55; }
p { color: rgb(208,142,85); }
H1.HeaderClassName
{
color: #D08E55;
}
.AnyTagClassName
{
color: #D08E55;
}
</style>
background-color css
<style>
a { background-color: #D08E55; }
a { background-color: rgb(208,142,85); }
div.DivClassName
{
background-color: #D08E55;
}
.BgClassName
{
background-color: #D08E55;
}
</style>
border-color css
<style>
span { border-color: #D08E55; }
span { border-color: rgb(208,142,85); }
td.TdClassName
{
border-color: #D08E55;
}
.TagClassName
{
border-color: #D08E55;
}
</style>