Shades of Whiskey Sour #D08F55
Tints of Whiskey Sour #D08F55
RGB
CMYK
RGB Variations
Color information
#D08F55 (or 0xD08F55) is known color: Whiskey Sour. HEX triplet: D0, 8F and 55. RGB value is (208,143,85). Sum of RGB (Red+Green+Blue) = 208+143+85=436 (57% of max value = 765). Red value is 208 (81.64% from 255 or 47.71% from 436); Green value is 143 (56.25% from 255 or 32.80% from 436); Blue value is 85 (33.59% from 255 or 19.50% from 436); Max value from RGB is 208 - color contains mainly: red. Hex color #D08F55 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D08F55 is #2F70AA. Grayscale: #9C9C9C. Windows color (decimal): -3109035 or 5607376. OLE color: 5607376.
HSL color Cylindrical-coordinate representation of color #D08F55: hue angle of 28.29º 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 #D08F55 is Cyan = 0, Magento = 0.31, Yellow = 0.59 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 143 | 85 | - |
| CMYK | 0 | 0.31 | 0.59 | 0.18 |
| HSL | 28.29º | 0.57% | 0.57% | - |
| HSV(B) | 28.29º | 0.59% | 0.82% | - |
| XYZ | 37.47 | 33.71 | 13.13 | - |
| YUV | 155.82 | 88.03 | 165.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 143 | 85 | 0 | 0.31 | 0.59 | 0.18 | 28.29 | 0.57 | 0.57 |
| Hex | D0 | 8F | 55 | 0 | 1F | 3B | 12 | 1C | 39 | 39 |
| Octal | 320 | 217 | 125 | 0 | 37 | 73 | 22 | 34 | 71 | 71 |
| Binary | 11010000 | 10001111 | 1010101 | 0 | 11111 | 111011 | 10010 | 11100 | 111001 | 111001 |
Color Harmonies of #D08F55
Complementary color
Monochromatic Colors of #D08F55
Black with #D08F55
Text Example
Text Example
White with #D08F55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D08F55; }
p { color: rgb(208,143,85); }
H1.HeaderClassName
{
color: #D08F55;
}
.AnyTagClassName
{
color: #D08F55;
}
</style>
background-color css
<style>
a { background-color: #D08F55; }
a { background-color: rgb(208,143,85); }
div.DivClassName
{
background-color: #D08F55;
}
.BgClassName
{
background-color: #D08F55;
}
</style>
border-color css
<style>
span { border-color: #D08F55; }
span { border-color: rgb(208,143,85); }
td.TdClassName
{
border-color: #D08F55;
}
.TagClassName
{
border-color: #D08F55;
}
</style>