Shades of Whiskey Sour #D08E58
Tints of Whiskey Sour #D08E58
RGB
CMYK
RGB Variations
Color information
#D08E58 (or 0xD08E58) is known color: Whiskey Sour. HEX triplet: D0, 8E and 58. RGB value is (208,142,88). Sum of RGB (Red+Green+Blue) = 208+142+88=438 (58% of max value = 765). Red value is 208 (81.64% from 255 or 47.49% from 438); Green value is 142 (55.86% from 255 or 32.42% from 438); Blue value is 88 (34.77% from 255 or 20.09% from 438); Max value from RGB is 208 - color contains mainly: red. Hex color #D08E58 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D08E58 is #2F71A7. Grayscale: #9B9B9B. Windows color (decimal): -3109288 or 5803728. OLE color: 5803728.
HSL color Cylindrical-coordinate representation of color #D08E58: hue angle of 27º 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 #D08E58 is Cyan = 0, Magento = 0.32, Yellow = 0.58 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 142 | 88 | - |
| CMYK | 0 | 0.32 | 0.58 | 0.18 |
| HSL | 27º | 0.56% | 0.58% | - |
| HSV(B) | 27º | 0.58% | 0.82% | - |
| XYZ | 37.45 | 33.46 | 13.72 | - |
| YUV | 155.58 | 89.87 | 165.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 142 | 88 | 0 | 0.32 | 0.58 | 0.18 | 27 | 0.56 | 0.58 |
| Hex | D0 | 8E | 58 | 0 | 20 | 3A | 12 | 1B | 38 | 3A |
| Octal | 320 | 216 | 130 | 0 | 40 | 72 | 22 | 33 | 70 | 72 |
| Binary | 11010000 | 10001110 | 1011000 | 0 | 100000 | 111010 | 10010 | 11011 | 111000 | 111010 |
Color Harmonies of #D08E58
Complementary color
Monochromatic Colors of #D08E58
Black with #D08E58
Text Example
Text Example
White with #D08E58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D08E58; }
p { color: rgb(208,142,88); }
H1.HeaderClassName
{
color: #D08E58;
}
.AnyTagClassName
{
color: #D08E58;
}
</style>
background-color css
<style>
a { background-color: #D08E58; }
a { background-color: rgb(208,142,88); }
div.DivClassName
{
background-color: #D08E58;
}
.BgClassName
{
background-color: #D08E58;
}
</style>
border-color css
<style>
span { border-color: #D08E58; }
span { border-color: rgb(208,142,88); }
td.TdClassName
{
border-color: #D08E58;
}
.TagClassName
{
border-color: #D08E58;
}
</style>