Shades of Whiskey Sour #D3915C
Tints of Whiskey Sour #D3915C
RGB
CMYK
RGB Variations
Color information
#D3915C (or 0xD3915C) is known color: Whiskey Sour. HEX triplet: D3, 91 and 5C. RGB value is (211,145,92). Sum of RGB (Red+Green+Blue) = 211+145+92=448 (59% of max value = 765). Red value is 211 (82.81% from 255 or 47.10% from 448); Green value is 145 (57.03% from 255 or 32.37% from 448); Blue value is 92 (36.33% from 255 or 20.54% from 448); Max value from RGB is 211 - color contains mainly: red. Hex color #D3915C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D3915C is #2C6EA3. Grayscale: #9E9E9E. Windows color (decimal): -2911908 or 6066643. OLE color: 6066643.
HSL color Cylindrical-coordinate representation of color #D3915C: hue angle of 26.72º degrees, saturation: 0.57, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D3915C is Cyan = 0, Magento = 0.31, Yellow = 0.56 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 145 | 92 | - |
| CMYK | 0 | 0.31 | 0.56 | 0.17 |
| HSL | 26.72º | 0.57% | 0.59% | - |
| HSV(B) | 26.72º | 0.56% | 0.83% | - |
| XYZ | 38.92 | 34.87 | 14.8 | - |
| YUV | 158.69 | 90.37 | 165.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 145 | 92 | 0 | 0.31 | 0.56 | 0.17 | 26.72 | 0.57 | 0.59 |
| Hex | D3 | 91 | 5C | 0 | 1F | 38 | 11 | 1B | 39 | 3B |
| Octal | 323 | 221 | 134 | 0 | 37 | 70 | 21 | 33 | 71 | 73 |
| Binary | 11010011 | 10010001 | 1011100 | 0 | 11111 | 111000 | 10001 | 11011 | 111001 | 111011 |
Color Harmonies of #D3915C
Complementary color
Monochromatic Colors of #D3915C
Black with #D3915C
Text Example
Text Example
White with #D3915C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3915C; }
p { color: rgb(211,145,92); }
H1.HeaderClassName
{
color: #D3915C;
}
.AnyTagClassName
{
color: #D3915C;
}
</style>
background-color css
<style>
a { background-color: #D3915C; }
a { background-color: rgb(211,145,92); }
div.DivClassName
{
background-color: #D3915C;
}
.BgClassName
{
background-color: #D3915C;
}
</style>
border-color css
<style>
span { border-color: #D3915C; }
span { border-color: rgb(211,145,92); }
td.TdClassName
{
border-color: #D3915C;
}
.TagClassName
{
border-color: #D3915C;
}
</style>