Shades of Whiskey Sour #D08C55
Tints of Whiskey Sour #D08C55
RGB
CMYK
RGB Variations
Color information
#D08C55 (or 0xD08C55) is known color: Whiskey Sour. HEX triplet: D0, 8C and 55. RGB value is (208,140,85). Sum of RGB (Red+Green+Blue) = 208+140+85=433 (57% of max value = 765). Red value is 208 (81.64% from 255 or 48.04% from 433); Green value is 140 (55.08% from 255 or 32.33% from 433); Blue value is 85 (33.59% from 255 or 19.63% from 433); Max value from RGB is 208 - color contains mainly: red. Hex color #D08C55 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D08C55 is #2F73AA. Grayscale: #9A9A9A. Windows color (decimal): -3109803 or 5606608. OLE color: 5606608.
HSL color Cylindrical-coordinate representation of color #D08C55: hue angle of 26.83º 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 #D08C55 is Cyan = 0, Magento = 0.33, Yellow = 0.59 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 140 | 85 | - |
| CMYK | 0 | 0.33 | 0.59 | 0.18 |
| HSL | 26.83º | 0.57% | 0.57% | - |
| HSV(B) | 26.83º | 0.59% | 0.82% | - |
| XYZ | 37.03 | 32.82 | 12.98 | - |
| YUV | 154.06 | 89.03 | 166.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 140 | 85 | 0 | 0.33 | 0.59 | 0.18 | 26.83 | 0.57 | 0.57 |
| Hex | D0 | 8C | 55 | 0 | 21 | 3B | 12 | 1B | 39 | 39 |
| Octal | 320 | 214 | 125 | 0 | 41 | 73 | 22 | 33 | 71 | 71 |
| Binary | 11010000 | 10001100 | 1010101 | 0 | 100001 | 111011 | 10010 | 11011 | 111001 | 111001 |
Color Harmonies of #D08C55
Complementary color
Monochromatic Colors of #D08C55
Black with #D08C55
Text Example
Text Example
White with #D08C55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D08C55; }
p { color: rgb(208,140,85); }
H1.HeaderClassName
{
color: #D08C55;
}
.AnyTagClassName
{
color: #D08C55;
}
</style>
background-color css
<style>
a { background-color: #D08C55; }
a { background-color: rgb(208,140,85); }
div.DivClassName
{
background-color: #D08C55;
}
.BgClassName
{
background-color: #D08C55;
}
</style>
border-color css
<style>
span { border-color: #D08C55; }
span { border-color: rgb(208,140,85); }
td.TdClassName
{
border-color: #D08C55;
}
.TagClassName
{
border-color: #D08C55;
}
</style>