Shades of Whiskey Sour #D08D5D
Tints of Whiskey Sour #D08D5D
RGB
CMYK
RGB Variations
Color information
#D08D5D (or 0xD08D5D) is known color: Whiskey Sour. HEX triplet: D0, 8D and 5D. RGB value is (208,141,93). Sum of RGB (Red+Green+Blue) = 208+141+93=442 (58% of max value = 765). Red value is 208 (81.64% from 255 or 47.06% from 442); Green value is 141 (55.47% from 255 or 31.90% from 442); Blue value is 93 (36.72% from 255 or 21.04% from 442); Max value from RGB is 208 - color contains mainly: red. Hex color #D08D5D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D08D5D is #2F72A2. Grayscale: #9B9B9B. Windows color (decimal): -3109539 or 6131152. OLE color: 6131152.
HSL color Cylindrical-coordinate representation of color #D08D5D: hue angle of 25.04º degrees, saturation: 0.55, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D08D5D is Cyan = 0, Magento = 0.32, Yellow = 0.55 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 141 | 93 | - |
| CMYK | 0 | 0.32 | 0.55 | 0.18 |
| HSL | 25.04º | 0.55% | 0.59% | - |
| HSV(B) | 25.04º | 0.55% | 0.82% | - |
| XYZ | 37.51 | 33.25 | 14.8 | - |
| YUV | 155.56 | 92.7 | 165.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 141 | 93 | 0 | 0.32 | 0.55 | 0.18 | 25.04 | 0.55 | 0.59 |
| Hex | D0 | 8D | 5D | 0 | 20 | 37 | 12 | 19 | 37 | 3B |
| Octal | 320 | 215 | 135 | 0 | 40 | 67 | 22 | 31 | 67 | 73 |
| Binary | 11010000 | 10001101 | 1011101 | 0 | 100000 | 110111 | 10010 | 11001 | 110111 | 111011 |
Color Harmonies of #D08D5D
Complementary color
Monochromatic Colors of #D08D5D
Black with #D08D5D
Text Example
Text Example
White with #D08D5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D08D5D; }
p { color: rgb(208,141,93); }
H1.HeaderClassName
{
color: #D08D5D;
}
.AnyTagClassName
{
color: #D08D5D;
}
</style>
background-color css
<style>
a { background-color: #D08D5D; }
a { background-color: rgb(208,141,93); }
div.DivClassName
{
background-color: #D08D5D;
}
.BgClassName
{
background-color: #D08D5D;
}
</style>
border-color css
<style>
span { border-color: #D08D5D; }
span { border-color: rgb(208,141,93); }
td.TdClassName
{
border-color: #D08D5D;
}
.TagClassName
{
border-color: #D08D5D;
}
</style>