Shades of Whiskey Sour #D1915B
Tints of Whiskey Sour #D1915B
RGB
CMYK
RGB Variations
Color information
#D1915B (or 0xD1915B) is known color: Whiskey Sour. HEX triplet: D1, 91 and 5B. RGB value is (209,145,91). Sum of RGB (Red+Green+Blue) = 209+145+91=445 (58% of max value = 765). Red value is 209 (82.03% from 255 or 46.97% from 445); Green value is 145 (57.03% from 255 or 32.58% from 445); Blue value is 91 (35.94% from 255 or 20.45% from 445); Max value from RGB is 209 - color contains mainly: red. Hex color #D1915B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D1915B is #2E6EA4. Grayscale: #9E9E9E. Windows color (decimal): -3042981 or 6001105. OLE color: 6001105.
HSL color Cylindrical-coordinate representation of color #D1915B: hue angle of 27.46º degrees, saturation: 0.56, 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 #D1915B is Cyan = 0, Magento = 0.31, Yellow = 0.56 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 145 | 91 | - |
| CMYK | 0 | 0.31 | 0.56 | 0.18 |
| HSL | 27.46º | 0.56% | 0.59% | - |
| HSV(B) | 27.46º | 0.56% | 0.82% | - |
| XYZ | 38.31 | 34.56 | 14.55 | - |
| YUV | 157.98 | 90.2 | 164.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 145 | 91 | 0 | 0.31 | 0.56 | 0.18 | 27.46 | 0.56 | 0.59 |
| Hex | D1 | 91 | 5B | 0 | 1F | 38 | 12 | 1B | 38 | 3B |
| Octal | 321 | 221 | 133 | 0 | 37 | 70 | 22 | 33 | 70 | 73 |
| Binary | 11010001 | 10010001 | 1011011 | 0 | 11111 | 111000 | 10010 | 11011 | 111000 | 111011 |
Color Harmonies of #D1915B
Complementary color
Monochromatic Colors of #D1915B
Black with #D1915B
Text Example
Text Example
White with #D1915B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1915B; }
p { color: rgb(209,145,91); }
H1.HeaderClassName
{
color: #D1915B;
}
.AnyTagClassName
{
color: #D1915B;
}
</style>
background-color css
<style>
a { background-color: #D1915B; }
a { background-color: rgb(209,145,91); }
div.DivClassName
{
background-color: #D1915B;
}
.BgClassName
{
background-color: #D1915B;
}
</style>
border-color css
<style>
span { border-color: #D1915B; }
span { border-color: rgb(209,145,91); }
td.TdClassName
{
border-color: #D1915B;
}
.TagClassName
{
border-color: #D1915B;
}
</style>