Shades of Whiskey Sour #D0935E
Tints of Whiskey Sour #D0935E
RGB
CMYK
RGB Variations
Color information
#D0935E (or 0xD0935E) is known color: Whiskey Sour. HEX triplet: D0, 93 and 5E. RGB value is (208,147,94). Sum of RGB (Red+Green+Blue) = 208+147+94=449 (59% of max value = 765). Red value is 208 (81.64% from 255 or 46.33% from 449); Green value is 147 (57.81% from 255 or 32.74% from 449); Blue value is 94 (37.11% from 255 or 20.94% from 449); Max value from RGB is 208 - color contains mainly: red. Hex color #D0935E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D0935E is #2F6CA1. Grayscale: #9F9F9F. Windows color (decimal): -3108002 or 6198224. OLE color: 6198224.
HSL color Cylindrical-coordinate representation of color #D0935E: hue angle of 27.89º 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 #D0935E is Cyan = 0, Magento = 0.29, Yellow = 0.55 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 147 | 94 | - |
| CMYK | 0 | 0.29 | 0.55 | 0.18 |
| HSL | 27.89º | 0.55% | 0.59% | - |
| HSV(B) | 27.89º | 0.55% | 0.82% | - |
| XYZ | 38.47 | 35.09 | 15.33 | - |
| YUV | 159.2 | 91.21 | 162.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 147 | 94 | 0 | 0.29 | 0.55 | 0.18 | 27.89 | 0.55 | 0.59 |
| Hex | D0 | 93 | 5E | 0 | 1D | 37 | 12 | 1C | 37 | 3B |
| Octal | 320 | 223 | 136 | 0 | 35 | 67 | 22 | 34 | 67 | 73 |
| Binary | 11010000 | 10010011 | 1011110 | 0 | 11101 | 110111 | 10010 | 11100 | 110111 | 111011 |
Color Harmonies of #D0935E
Complementary color
Monochromatic Colors of #D0935E
Black with #D0935E
Text Example
Text Example
White with #D0935E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0935E; }
p { color: rgb(208,147,94); }
H1.HeaderClassName
{
color: #D0935E;
}
.AnyTagClassName
{
color: #D0935E;
}
</style>
background-color css
<style>
a { background-color: #D0935E; }
a { background-color: rgb(208,147,94); }
div.DivClassName
{
background-color: #D0935E;
}
.BgClassName
{
background-color: #D0935E;
}
</style>
border-color css
<style>
span { border-color: #D0935E; }
span { border-color: rgb(208,147,94); }
td.TdClassName
{
border-color: #D0935E;
}
.TagClassName
{
border-color: #D0935E;
}
</style>