Shades of Whiskey Sour #D2915D
Tints of Whiskey Sour #D2915D
RGB
CMYK
RGB Variations
Color information
#D2915D (or 0xD2915D) is known color: Whiskey Sour. HEX triplet: D2, 91 and 5D. RGB value is (210,145,93). Sum of RGB (Red+Green+Blue) = 210+145+93=448 (59% of max value = 765). Red value is 210 (82.42% from 255 or 46.88% from 448); Green value is 145 (57.03% from 255 or 32.37% from 448); Blue value is 93 (36.72% from 255 or 20.76% from 448); Max value from RGB is 210 - color contains mainly: red. Hex color #D2915D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D2915D is #2D6EA2. Grayscale: #9E9E9E. Windows color (decimal): -2977443 or 6132178. OLE color: 6132178.
HSL color Cylindrical-coordinate representation of color #D2915D: hue angle of 26.67º degrees, saturation: 0.57, 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 #D2915D is Cyan = 0, Magento = 0.31, Yellow = 0.56 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 145 | 93 | - |
| CMYK | 0 | 0.31 | 0.56 | 0.18 |
| HSL | 26.67º | 0.57% | 0.59% | - |
| HSV(B) | 26.67º | 0.56% | 0.82% | - |
| XYZ | 38.68 | 34.74 | 15.02 | - |
| YUV | 158.51 | 91.03 | 164.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 145 | 93 | 0 | 0.31 | 0.56 | 0.18 | 26.67 | 0.57 | 0.59 |
| Hex | D2 | 91 | 5D | 0 | 1F | 38 | 12 | 1B | 39 | 3B |
| Octal | 322 | 221 | 135 | 0 | 37 | 70 | 22 | 33 | 71 | 73 |
| Binary | 11010010 | 10010001 | 1011101 | 0 | 11111 | 111000 | 10010 | 11011 | 111001 | 111011 |
Color Harmonies of #D2915D
Complementary color
Monochromatic Colors of #D2915D
Black with #D2915D
Text Example
Text Example
White with #D2915D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2915D; }
p { color: rgb(210,145,93); }
H1.HeaderClassName
{
color: #D2915D;
}
.AnyTagClassName
{
color: #D2915D;
}
</style>
background-color css
<style>
a { background-color: #D2915D; }
a { background-color: rgb(210,145,93); }
div.DivClassName
{
background-color: #D2915D;
}
.BgClassName
{
background-color: #D2915D;
}
</style>
border-color css
<style>
span { border-color: #D2915D; }
span { border-color: rgb(210,145,93); }
td.TdClassName
{
border-color: #D2915D;
}
.TagClassName
{
border-color: #D2915D;
}
</style>