Shades of Whiskey Sour #D2915B
Tints of Whiskey Sour #D2915B
RGB
CMYK
RGB Variations
Color information
#D2915B (or 0xD2915B) is known color: Whiskey Sour. HEX triplet: D2, 91 and 5B. RGB value is (210,145,91). Sum of RGB (Red+Green+Blue) = 210+145+91=446 (59% of max value = 765). Red value is 210 (82.42% from 255 or 47.09% from 446); Green value is 145 (57.03% from 255 or 32.51% from 446); Blue value is 91 (35.94% from 255 or 20.40% from 446); Max value from RGB is 210 - color contains mainly: red. Hex color #D2915B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D2915B is #2D6EA4. Grayscale: #9E9E9E. Windows color (decimal): -2977445 or 6001106. OLE color: 6001106.
HSL color Cylindrical-coordinate representation of color #D2915B: hue angle of 27.23º degrees, saturation: 0.57, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D2915B is Cyan = 0, Magento = 0.31, Yellow = 0.57 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 145 | 91 | - |
| CMYK | 0 | 0.31 | 0.57 | 0.18 |
| HSL | 27.23º | 0.57% | 0.59% | - |
| HSV(B) | 27.23º | 0.57% | 0.82% | - |
| XYZ | 38.59 | 34.71 | 14.56 | - |
| YUV | 158.28 | 90.03 | 164.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 145 | 91 | 0 | 0.31 | 0.57 | 0.18 | 27.23 | 0.57 | 0.59 |
| Hex | D2 | 91 | 5B | 0 | 1F | 39 | 12 | 1B | 39 | 3B |
| Octal | 322 | 221 | 133 | 0 | 37 | 71 | 22 | 33 | 71 | 73 |
| Binary | 11010010 | 10010001 | 1011011 | 0 | 11111 | 111001 | 10010 | 11011 | 111001 | 111011 |
Color Harmonies of #D2915B
Complementary color
Monochromatic Colors of #D2915B
Black with #D2915B
Text Example
Text Example
White with #D2915B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2915B; }
p { color: rgb(210,145,91); }
H1.HeaderClassName
{
color: #D2915B;
}
.AnyTagClassName
{
color: #D2915B;
}
</style>
background-color css
<style>
a { background-color: #D2915B; }
a { background-color: rgb(210,145,91); }
div.DivClassName
{
background-color: #D2915B;
}
.BgClassName
{
background-color: #D2915B;
}
</style>
border-color css
<style>
span { border-color: #D2915B; }
span { border-color: rgb(210,145,91); }
td.TdClassName
{
border-color: #D2915B;
}
.TagClassName
{
border-color: #D2915B;
}
</style>