Shades of Whiskey Sour #D0945F
Tints of Whiskey Sour #D0945F
RGB
CMYK
RGB Variations
Color information
#D0945F (or 0xD0945F) is known color: Whiskey Sour. HEX triplet: D0, 94 and 5F. RGB value is (208,148,95). Sum of RGB (Red+Green+Blue) = 208+148+95=451 (59% of max value = 765). Red value is 208 (81.64% from 255 or 46.12% from 451); Green value is 148 (58.20% from 255 or 32.82% from 451); Blue value is 95 (37.5% from 255 or 21.06% from 451); Max value from RGB is 208 - color contains mainly: red. Hex color #D0945F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D0945F is #2F6BA0. Grayscale: #A0A0A0. Windows color (decimal): -3107745 or 6264016. OLE color: 6264016.
HSL color Cylindrical-coordinate representation of color #D0945F: hue angle of 28.14º 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 #D0945F is Cyan = 0, Magento = 0.29, Yellow = 0.54 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 148 | 95 | - |
| CMYK | 0 | 0.29 | 0.54 | 0.18 |
| HSL | 28.14º | 0.55% | 0.59% | - |
| HSV(B) | 28.14º | 0.54% | 0.82% | - |
| XYZ | 38.67 | 35.42 | 15.62 | - |
| YUV | 159.9 | 91.38 | 162.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 148 | 95 | 0 | 0.29 | 0.54 | 0.18 | 28.14 | 0.55 | 0.59 |
| Hex | D0 | 94 | 5F | 0 | 1D | 36 | 12 | 1C | 37 | 3B |
| Octal | 320 | 224 | 137 | 0 | 35 | 66 | 22 | 34 | 67 | 73 |
| Binary | 11010000 | 10010100 | 1011111 | 0 | 11101 | 110110 | 10010 | 11100 | 110111 | 111011 |
Color Harmonies of #D0945F
Complementary color
Monochromatic Colors of #D0945F
Black with #D0945F
Text Example
Text Example
White with #D0945F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0945F; }
p { color: rgb(208,148,95); }
H1.HeaderClassName
{
color: #D0945F;
}
.AnyTagClassName
{
color: #D0945F;
}
</style>
background-color css
<style>
a { background-color: #D0945F; }
a { background-color: rgb(208,148,95); }
div.DivClassName
{
background-color: #D0945F;
}
.BgClassName
{
background-color: #D0945F;
}
</style>
border-color css
<style>
span { border-color: #D0945F; }
span { border-color: rgb(208,148,95); }
td.TdClassName
{
border-color: #D0945F;
}
.TagClassName
{
border-color: #D0945F;
}
</style>