Shades of Whiskey Sour #D0915D
Tints of Whiskey Sour #D0915D
RGB
CMYK
RGB Variations
Color information
#D0915D (or 0xD0915D) is known color: Whiskey Sour. HEX triplet: D0, 91 and 5D. RGB value is (208,145,93). Sum of RGB (Red+Green+Blue) = 208+145+93=446 (59% of max value = 765). Red value is 208 (81.64% from 255 or 46.64% from 446); Green value is 145 (57.03% from 255 or 32.51% from 446); Blue value is 93 (36.72% from 255 or 20.85% from 446); Max value from RGB is 208 - color contains mainly: red. Hex color #D0915D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D0915D is #2F6EA2. Grayscale: #9E9E9E. Windows color (decimal): -3108515 or 6132176. OLE color: 6132176.
HSL color Cylindrical-coordinate representation of color #D0915D: hue angle of 27.13º 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 #D0915D is Cyan = 0, Magento = 0.30, Yellow = 0.55 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 145 | 93 | - |
| CMYK | 0 | 0.30 | 0.55 | 0.18 |
| HSL | 27.13º | 0.55% | 0.59% | - |
| HSV(B) | 27.13º | 0.55% | 0.82% | - |
| XYZ | 38.11 | 34.45 | 15 | - |
| YUV | 157.91 | 91.37 | 163.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 145 | 93 | 0 | 0.30 | 0.55 | 0.18 | 27.13 | 0.55 | 0.59 |
| Hex | D0 | 91 | 5D | 0 | 1E | 37 | 12 | 1B | 37 | 3B |
| Octal | 320 | 221 | 135 | 0 | 36 | 67 | 22 | 33 | 67 | 73 |
| Binary | 11010000 | 10010001 | 1011101 | 0 | 11110 | 110111 | 10010 | 11011 | 110111 | 111011 |
Color Harmonies of #D0915D
Complementary color
Monochromatic Colors of #D0915D
Black with #D0915D
Text Example
Text Example
White with #D0915D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0915D; }
p { color: rgb(208,145,93); }
H1.HeaderClassName
{
color: #D0915D;
}
.AnyTagClassName
{
color: #D0915D;
}
</style>
background-color css
<style>
a { background-color: #D0915D; }
a { background-color: rgb(208,145,93); }
div.DivClassName
{
background-color: #D0915D;
}
.BgClassName
{
background-color: #D0915D;
}
</style>
border-color css
<style>
span { border-color: #D0915D; }
span { border-color: rgb(208,145,93); }
td.TdClassName
{
border-color: #D0915D;
}
.TagClassName
{
border-color: #D0915D;
}
</style>