Shades of Whiskey Sour #D08A51
Tints of Whiskey Sour #D08A51
RGB
CMYK
RGB Variations
Color information
#D08A51 (or 0xD08A51) is known color: Whiskey Sour. HEX triplet: D0, 8A and 51. RGB value is (208,138,81). Sum of RGB (Red+Green+Blue) = 208+138+81=427 (56% of max value = 765). Red value is 208 (81.64% from 255 or 48.71% from 427); Green value is 138 (54.30% from 255 or 32.32% from 427); Blue value is 81 (32.03% from 255 or 18.97% from 427); Max value from RGB is 208 - color contains mainly: red. Hex color #D08A51 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D08A51 is #2F75AE. Grayscale: #989898. Windows color (decimal): -3110319 or 5343952. OLE color: 5343952.
HSL color Cylindrical-coordinate representation of color #D08A51: hue angle of 26.93º degrees, saturation: 0.57, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D08A51 is Cyan = 0, Magento = 0.34, Yellow = 0.61 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 138 | 81 | - |
| CMYK | 0 | 0.34 | 0.61 | 0.18 |
| HSL | 26.93º | 0.57% | 0.57% | - |
| HSV(B) | 26.93º | 0.61% | 0.82% | - |
| XYZ | 36.59 | 32.18 | 12.07 | - |
| YUV | 152.43 | 87.69 | 167.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 138 | 81 | 0 | 0.34 | 0.61 | 0.18 | 26.93 | 0.57 | 0.57 |
| Hex | D0 | 8A | 51 | 0 | 22 | 3D | 12 | 1B | 39 | 39 |
| Octal | 320 | 212 | 121 | 0 | 42 | 75 | 22 | 33 | 71 | 71 |
| Binary | 11010000 | 10001010 | 1010001 | 0 | 100010 | 111101 | 10010 | 11011 | 111001 | 111001 |
Color Harmonies of #D08A51
Complementary color
Monochromatic Colors of #D08A51
Black with #D08A51
Text Example
Text Example
White with #D08A51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D08A51; }
p { color: rgb(208,138,81); }
H1.HeaderClassName
{
color: #D08A51;
}
.AnyTagClassName
{
color: #D08A51;
}
</style>
background-color css
<style>
a { background-color: #D08A51; }
a { background-color: rgb(208,138,81); }
div.DivClassName
{
background-color: #D08A51;
}
.BgClassName
{
background-color: #D08A51;
}
</style>
border-color css
<style>
span { border-color: #D08A51; }
span { border-color: rgb(208,138,81); }
td.TdClassName
{
border-color: #D08A51;
}
.TagClassName
{
border-color: #D08A51;
}
</style>