Shades of Whiskey Sour #D0965F
Tints of Whiskey Sour #D0965F
RGB
CMYK
RGB Variations
Color information
#D0965F (or 0xD0965F) is known color: Whiskey Sour. HEX triplet: D0, 96 and 5F. RGB value is (208,150,95). Sum of RGB (Red+Green+Blue) = 208+150+95=453 (60% of max value = 765). Red value is 208 (81.64% from 255 or 45.92% from 453); Green value is 150 (58.98% from 255 or 33.11% from 453); Blue value is 95 (37.5% from 255 or 20.97% from 453); Max value from RGB is 208 - color contains mainly: red. Hex color #D0965F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D0965F is #2F69A0. Grayscale: #A1A1A1. Windows color (decimal): -3107233 or 6264528. OLE color: 6264528.
HSL color Cylindrical-coordinate representation of color #D0965F: hue angle of 29.2º degrees, saturation: 0.55, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D0965F is Cyan = 0, Magento = 0.28, Yellow = 0.54 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 150 | 95 | - |
| CMYK | 0 | 0.28 | 0.54 | 0.18 |
| HSL | 29.2º | 0.55% | 0.59% | - |
| HSV(B) | 29.2º | 0.54% | 0.82% | - |
| XYZ | 38.98 | 36.05 | 15.73 | - |
| YUV | 161.07 | 90.72 | 161.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 150 | 95 | 0 | 0.28 | 0.54 | 0.18 | 29.2 | 0.55 | 0.59 |
| Hex | D0 | 96 | 5F | 0 | 1C | 36 | 12 | 1D | 37 | 3B |
| Octal | 320 | 226 | 137 | 0 | 34 | 66 | 22 | 35 | 67 | 73 |
| Binary | 11010000 | 10010110 | 1011111 | 0 | 11100 | 110110 | 10010 | 11101 | 110111 | 111011 |
Color Harmonies of #D0965F
Complementary color
Monochromatic Colors of #D0965F
Black with #D0965F
Text Example
Text Example
White with #D0965F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0965F; }
p { color: rgb(208,150,95); }
H1.HeaderClassName
{
color: #D0965F;
}
.AnyTagClassName
{
color: #D0965F;
}
</style>
background-color css
<style>
a { background-color: #D0965F; }
a { background-color: rgb(208,150,95); }
div.DivClassName
{
background-color: #D0965F;
}
.BgClassName
{
background-color: #D0965F;
}
</style>
border-color css
<style>
span { border-color: #D0965F; }
span { border-color: rgb(208,150,95); }
td.TdClassName
{
border-color: #D0965F;
}
.TagClassName
{
border-color: #D0965F;
}
</style>