Shades of Whiskey Sour #D08A57
Tints of Whiskey Sour #D08A57
RGB
CMYK
RGB Variations
Color information
#D08A57 (or 0xD08A57) is known color: Whiskey Sour. HEX triplet: D0, 8A and 57. RGB value is (208,138,87). Sum of RGB (Red+Green+Blue) = 208+138+87=433 (57% of max value = 765). Red value is 208 (81.64% from 255 or 48.04% from 433); Green value is 138 (54.30% from 255 or 31.87% from 433); Blue value is 87 (34.38% from 255 or 20.09% from 433); Max value from RGB is 208 - color contains mainly: red. Hex color #D08A57 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D08A57 is #2F75A8. Grayscale: #999999. Windows color (decimal): -3110313 or 5737168. OLE color: 5737168.
HSL color Cylindrical-coordinate representation of color #D08A57: hue angle of 25.29º degrees, saturation: 0.56, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D08A57 is Cyan = 0, Magento = 0.34, Yellow = 0.58 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 138 | 87 | - |
| CMYK | 0 | 0.34 | 0.58 | 0.18 |
| HSL | 25.29º | 0.56% | 0.58% | - |
| HSV(B) | 25.29º | 0.58% | 0.82% | - |
| XYZ | 36.82 | 32.27 | 13.31 | - |
| YUV | 153.12 | 90.69 | 167.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 138 | 87 | 0 | 0.34 | 0.58 | 0.18 | 25.29 | 0.56 | 0.58 |
| Hex | D0 | 8A | 57 | 0 | 22 | 3A | 12 | 19 | 38 | 3A |
| Octal | 320 | 212 | 127 | 0 | 42 | 72 | 22 | 31 | 70 | 72 |
| Binary | 11010000 | 10001010 | 1010111 | 0 | 100010 | 111010 | 10010 | 11001 | 111000 | 111010 |
Color Harmonies of #D08A57
Complementary color
Monochromatic Colors of #D08A57
Black with #D08A57
Text Example
Text Example
White with #D08A57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D08A57; }
p { color: rgb(208,138,87); }
H1.HeaderClassName
{
color: #D08A57;
}
.AnyTagClassName
{
color: #D08A57;
}
</style>
background-color css
<style>
a { background-color: #D08A57; }
a { background-color: rgb(208,138,87); }
div.DivClassName
{
background-color: #D08A57;
}
.BgClassName
{
background-color: #D08A57;
}
</style>
border-color css
<style>
span { border-color: #D08A57; }
span { border-color: rgb(208,138,87); }
td.TdClassName
{
border-color: #D08A57;
}
.TagClassName
{
border-color: #D08A57;
}
</style>