Shades of Whiskey Sour #D3945A
Tints of Whiskey Sour #D3945A
RGB
CMYK
RGB Variations
Color information
#D3945A (or 0xD3945A) is known color: Whiskey Sour. HEX triplet: D3, 94 and 5A. RGB value is (211,148,90). Sum of RGB (Red+Green+Blue) = 211+148+90=449 (59% of max value = 765). Red value is 211 (82.81% from 255 or 46.99% from 449); Green value is 148 (58.20% from 255 or 32.96% from 449); Blue value is 90 (35.55% from 255 or 20.04% from 449); Max value from RGB is 211 - color contains mainly: red. Hex color #D3945A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D3945A is #2C6BA5. Grayscale: #A0A0A0. Windows color (decimal): -2911142 or 5936339. OLE color: 5936339.
HSL color Cylindrical-coordinate representation of color #D3945A: hue angle of 28.76º degrees, saturation: 0.58, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D3945A is Cyan = 0, Magento = 0.30, Yellow = 0.57 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 148 | 90 | - |
| CMYK | 0 | 0.30 | 0.57 | 0.17 |
| HSL | 28.76º | 0.58% | 0.59% | - |
| HSV(B) | 28.76º | 0.57% | 0.83% | - |
| XYZ | 39.3 | 35.77 | 14.51 | - |
| YUV | 160.23 | 88.37 | 164.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 148 | 90 | 0 | 0.30 | 0.57 | 0.17 | 28.76 | 0.58 | 0.59 |
| Hex | D3 | 94 | 5A | 0 | 1E | 39 | 11 | 1D | 3A | 3B |
| Octal | 323 | 224 | 132 | 0 | 36 | 71 | 21 | 35 | 72 | 73 |
| Binary | 11010011 | 10010100 | 1011010 | 0 | 11110 | 111001 | 10001 | 11101 | 111010 | 111011 |
Color Harmonies of #D3945A
Complementary color
Monochromatic Colors of #D3945A
Black with #D3945A
Text Example
Text Example
White with #D3945A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3945A; }
p { color: rgb(211,148,90); }
H1.HeaderClassName
{
color: #D3945A;
}
.AnyTagClassName
{
color: #D3945A;
}
</style>
background-color css
<style>
a { background-color: #D3945A; }
a { background-color: rgb(211,148,90); }
div.DivClassName
{
background-color: #D3945A;
}
.BgClassName
{
background-color: #D3945A;
}
</style>
border-color css
<style>
span { border-color: #D3945A; }
span { border-color: rgb(211,148,90); }
td.TdClassName
{
border-color: #D3945A;
}
.TagClassName
{
border-color: #D3945A;
}
</style>