Shades of Whiskey Sour #D1965B
Tints of Whiskey Sour #D1965B
RGB
CMYK
RGB Variations
Color information
#D1965B (or 0xD1965B) is known color: Whiskey Sour. HEX triplet: D1, 96 and 5B. RGB value is (209,150,91). Sum of RGB (Red+Green+Blue) = 209+150+91=450 (59% of max value = 765). Red value is 209 (82.03% from 255 or 46.44% from 450); Green value is 150 (58.98% from 255 or 33.33% from 450); Blue value is 91 (35.94% from 255 or 20.22% from 450); Max value from RGB is 209 - color contains mainly: red. Hex color #D1965B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D1965B is #2E69A4. Grayscale: #A1A1A1. Windows color (decimal): -3041701 or 6002385. OLE color: 6002385.
HSL color Cylindrical-coordinate representation of color #D1965B: hue angle of 30º 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 #D1965B is Cyan = 0, Magento = 0.28, Yellow = 0.56 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 150 | 91 | - |
| CMYK | 0 | 0.28 | 0.56 | 0.18 |
| HSL | 30º | 0.56% | 0.59% | - |
| HSV(B) | 30º | 0.56% | 0.82% | - |
| XYZ | 39.09 | 36.12 | 14.81 | - |
| YUV | 160.92 | 88.55 | 162.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 150 | 91 | 0 | 0.28 | 0.56 | 0.18 | 30 | 0.56 | 0.59 |
| Hex | D1 | 96 | 5B | 0 | 1C | 38 | 12 | 1E | 38 | 3B |
| Octal | 321 | 226 | 133 | 0 | 34 | 70 | 22 | 36 | 70 | 73 |
| Binary | 11010001 | 10010110 | 1011011 | 0 | 11100 | 111000 | 10010 | 11110 | 111000 | 111011 |
Color Harmonies of #D1965B
Complementary color
Monochromatic Colors of #D1965B
Black with #D1965B
Text Example
Text Example
White with #D1965B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1965B; }
p { color: rgb(209,150,91); }
H1.HeaderClassName
{
color: #D1965B;
}
.AnyTagClassName
{
color: #D1965B;
}
</style>
background-color css
<style>
a { background-color: #D1965B; }
a { background-color: rgb(209,150,91); }
div.DivClassName
{
background-color: #D1965B;
}
.BgClassName
{
background-color: #D1965B;
}
</style>
border-color css
<style>
span { border-color: #D1965B; }
span { border-color: rgb(209,150,91); }
td.TdClassName
{
border-color: #D1965B;
}
.TagClassName
{
border-color: #D1965B;
}
</style>