Shades of Whiskey Sour #D08D53
Tints of Whiskey Sour #D08D53
RGB
CMYK
RGB Variations
Color information
#D08D53 (or 0xD08D53) is known color: Whiskey Sour. HEX triplet: D0, 8D and 53. RGB value is (208,141,83). Sum of RGB (Red+Green+Blue) = 208+141+83=432 (57% of max value = 765). Red value is 208 (81.64% from 255 or 48.15% from 432); Green value is 141 (55.47% from 255 or 32.64% from 432); Blue value is 83 (32.81% from 255 or 19.21% from 432); Max value from RGB is 208 - color contains mainly: red. Hex color #D08D53 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D08D53 is #2F72AC. Grayscale: #9A9A9A. Windows color (decimal): -3109549 or 5475792. OLE color: 5475792.
HSL color Cylindrical-coordinate representation of color #D08D53: hue angle of 27.84º degrees, saturation: 0.57, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D08D53 is Cyan = 0, Magento = 0.32, Yellow = 0.60 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 141 | 83 | - |
| CMYK | 0 | 0.32 | 0.60 | 0.18 |
| HSL | 27.84º | 0.57% | 0.57% | - |
| HSV(B) | 27.84º | 0.6% | 0.82% | - |
| XYZ | 37.1 | 33.08 | 12.61 | - |
| YUV | 154.42 | 87.7 | 166.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 141 | 83 | 0 | 0.32 | 0.60 | 0.18 | 27.84 | 0.57 | 0.57 |
| Hex | D0 | 8D | 53 | 0 | 20 | 3C | 12 | 1C | 39 | 39 |
| Octal | 320 | 215 | 123 | 0 | 40 | 74 | 22 | 34 | 71 | 71 |
| Binary | 11010000 | 10001101 | 1010011 | 0 | 100000 | 111100 | 10010 | 11100 | 111001 | 111001 |
Color Harmonies of #D08D53
Complementary color
Monochromatic Colors of #D08D53
Black with #D08D53
Text Example
Text Example
White with #D08D53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D08D53; }
p { color: rgb(208,141,83); }
H1.HeaderClassName
{
color: #D08D53;
}
.AnyTagClassName
{
color: #D08D53;
}
</style>
background-color css
<style>
a { background-color: #D08D53; }
a { background-color: rgb(208,141,83); }
div.DivClassName
{
background-color: #D08D53;
}
.BgClassName
{
background-color: #D08D53;
}
</style>
border-color css
<style>
span { border-color: #D08D53; }
span { border-color: rgb(208,141,83); }
td.TdClassName
{
border-color: #D08D53;
}
.TagClassName
{
border-color: #D08D53;
}
</style>