Shades of Whiskey Sour #D0915B
Tints of Whiskey Sour #D0915B
RGB
CMYK
RGB Variations
Color information
#D0915B (or 0xD0915B) is known color: Whiskey Sour. HEX triplet: D0, 91 and 5B. RGB value is (208,145,91). Sum of RGB (Red+Green+Blue) = 208+145+91=444 (58% of max value = 765). Red value is 208 (81.64% from 255 or 46.85% from 444); Green value is 145 (57.03% from 255 or 32.66% from 444); Blue value is 91 (35.94% from 255 or 20.50% from 444); Max value from RGB is 208 - color contains mainly: red. Hex color #D0915B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D0915B is #2F6EA4. Grayscale: #9D9D9D. Windows color (decimal): -3108517 or 6001104. OLE color: 6001104.
HSL color Cylindrical-coordinate representation of color #D0915B: hue angle of 27.69º degrees, saturation: 0.55, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D0915B is Cyan = 0, Magento = 0.30, Yellow = 0.56 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 145 | 91 | - |
| CMYK | 0 | 0.30 | 0.56 | 0.18 |
| HSL | 27.69º | 0.55% | 0.59% | - |
| HSV(B) | 27.69º | 0.56% | 0.82% | - |
| XYZ | 38.03 | 34.42 | 14.54 | - |
| YUV | 157.68 | 90.37 | 163.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 145 | 91 | 0 | 0.30 | 0.56 | 0.18 | 27.69 | 0.55 | 0.59 |
| Hex | D0 | 91 | 5B | 0 | 1E | 38 | 12 | 1C | 37 | 3B |
| Octal | 320 | 221 | 133 | 0 | 36 | 70 | 22 | 34 | 67 | 73 |
| Binary | 11010000 | 10010001 | 1011011 | 0 | 11110 | 111000 | 10010 | 11100 | 110111 | 111011 |
Color Harmonies of #D0915B
Complementary color
Monochromatic Colors of #D0915B
Black with #D0915B
Text Example
Text Example
White with #D0915B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0915B; }
p { color: rgb(208,145,91); }
H1.HeaderClassName
{
color: #D0915B;
}
.AnyTagClassName
{
color: #D0915B;
}
</style>
background-color css
<style>
a { background-color: #D0915B; }
a { background-color: rgb(208,145,91); }
div.DivClassName
{
background-color: #D0915B;
}
.BgClassName
{
background-color: #D0915B;
}
</style>
border-color css
<style>
span { border-color: #D0915B; }
span { border-color: rgb(208,145,91); }
td.TdClassName
{
border-color: #D0915B;
}
.TagClassName
{
border-color: #D0915B;
}
</style>