Shades of Whiskey Sour #D2915C
Tints of Whiskey Sour #D2915C
RGB
CMYK
RGB Variations
Color information
#D2915C (or 0xD2915C) is known color: Whiskey Sour. HEX triplet: D2, 91 and 5C. RGB value is (210,145,92). Sum of RGB (Red+Green+Blue) = 210+145+92=447 (59% of max value = 765). Red value is 210 (82.42% from 255 or 46.98% from 447); Green value is 145 (57.03% from 255 or 32.44% from 447); Blue value is 92 (36.33% from 255 or 20.58% from 447); Max value from RGB is 210 - color contains mainly: red. Hex color #D2915C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D2915C is #2D6EA3. Grayscale: #9E9E9E. Windows color (decimal): -2977444 or 6066642. OLE color: 6066642.
HSL color Cylindrical-coordinate representation of color #D2915C: hue angle of 26.95º 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 #D2915C is Cyan = 0, Magento = 0.31, Yellow = 0.56 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 145 | 92 | - |
| CMYK | 0 | 0.31 | 0.56 | 0.18 |
| HSL | 26.95º | 0.57% | 0.59% | - |
| HSV(B) | 26.95º | 0.56% | 0.82% | - |
| XYZ | 38.64 | 34.73 | 14.79 | - |
| YUV | 158.39 | 90.53 | 164.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 145 | 92 | 0 | 0.31 | 0.56 | 0.18 | 26.95 | 0.57 | 0.59 |
| Hex | D2 | 91 | 5C | 0 | 1F | 38 | 12 | 1B | 39 | 3B |
| Octal | 322 | 221 | 134 | 0 | 37 | 70 | 22 | 33 | 71 | 73 |
| Binary | 11010010 | 10010001 | 1011100 | 0 | 11111 | 111000 | 10010 | 11011 | 111001 | 111011 |
Color Harmonies of #D2915C
Complementary color
Monochromatic Colors of #D2915C
Black with #D2915C
Text Example
Text Example
White with #D2915C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2915C; }
p { color: rgb(210,145,92); }
H1.HeaderClassName
{
color: #D2915C;
}
.AnyTagClassName
{
color: #D2915C;
}
</style>
background-color css
<style>
a { background-color: #D2915C; }
a { background-color: rgb(210,145,92); }
div.DivClassName
{
background-color: #D2915C;
}
.BgClassName
{
background-color: #D2915C;
}
</style>
border-color css
<style>
span { border-color: #D2915C; }
span { border-color: rgb(210,145,92); }
td.TdClassName
{
border-color: #D2915C;
}
.TagClassName
{
border-color: #D2915C;
}
</style>