Shades of Whiskey Sour #D0965B
Tints of Whiskey Sour #D0965B
RGB
CMYK
RGB Variations
Color information
#D0965B (or 0xD0965B) is known color: Whiskey Sour. HEX triplet: D0, 96 and 5B. RGB value is (208,150,91). Sum of RGB (Red+Green+Blue) = 208+150+91=449 (59% of max value = 765). Red value is 208 (81.64% from 255 or 46.33% from 449); Green value is 150 (58.98% from 255 or 33.41% from 449); Blue value is 91 (35.94% from 255 or 20.27% from 449); Max value from RGB is 208 - color contains mainly: red. Hex color #D0965B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D0965B is #2F69A4. Grayscale: #A0A0A0. Windows color (decimal): -3107237 or 6002384. OLE color: 6002384.
HSL color Cylindrical-coordinate representation of color #D0965B: hue angle of 30.26º 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 #D0965B is Cyan = 0, Magento = 0.28, Yellow = 0.56 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 150 | 91 | - |
| CMYK | 0 | 0.28 | 0.56 | 0.18 |
| HSL | 30.26º | 0.55% | 0.59% | - |
| HSV(B) | 30.26º | 0.56% | 0.82% | - |
| XYZ | 38.81 | 35.98 | 14.8 | - |
| YUV | 160.62 | 88.72 | 161.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 150 | 91 | 0 | 0.28 | 0.56 | 0.18 | 30.26 | 0.55 | 0.59 |
| Hex | D0 | 96 | 5B | 0 | 1C | 38 | 12 | 1E | 37 | 3B |
| Octal | 320 | 226 | 133 | 0 | 34 | 70 | 22 | 36 | 67 | 73 |
| Binary | 11010000 | 10010110 | 1011011 | 0 | 11100 | 111000 | 10010 | 11110 | 110111 | 111011 |
Color Harmonies of #D0965B
Complementary color
Monochromatic Colors of #D0965B
Black with #D0965B
Text Example
Text Example
White with #D0965B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0965B; }
p { color: rgb(208,150,91); }
H1.HeaderClassName
{
color: #D0965B;
}
.AnyTagClassName
{
color: #D0965B;
}
</style>
background-color css
<style>
a { background-color: #D0965B; }
a { background-color: rgb(208,150,91); }
div.DivClassName
{
background-color: #D0965B;
}
.BgClassName
{
background-color: #D0965B;
}
</style>
border-color css
<style>
span { border-color: #D0965B; }
span { border-color: rgb(208,150,91); }
td.TdClassName
{
border-color: #D0965B;
}
.TagClassName
{
border-color: #D0965B;
}
</style>