Shades of Whiskey Sour #D2975D
Tints of Whiskey Sour #D2975D
RGB
CMYK
RGB Variations
Color information
#D2975D (or 0xD2975D) is known color: Whiskey Sour. HEX triplet: D2, 97 and 5D. RGB value is (210,151,93). Sum of RGB (Red+Green+Blue) = 210+151+93=454 (60% of max value = 765). Red value is 210 (82.42% from 255 or 46.26% from 454); Green value is 151 (59.38% from 255 or 33.26% from 454); Blue value is 93 (36.72% from 255 or 20.48% from 454); Max value from RGB is 210 - color contains mainly: red. Hex color #D2975D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D2975D is #2D68A2. Grayscale: #A2A2A2. Windows color (decimal): -2975907 or 6133714. OLE color: 6133714.
HSL color Cylindrical-coordinate representation of color #D2975D: hue angle of 29.74º 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 #D2975D is Cyan = 0, Magento = 0.28, Yellow = 0.56 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 151 | 93 | - |
| CMYK | 0 | 0.28 | 0.56 | 0.18 |
| HSL | 29.74º | 0.57% | 0.59% | - |
| HSV(B) | 29.74º | 0.56% | 0.82% | - |
| XYZ | 39.62 | 36.63 | 15.34 | - |
| YUV | 162.03 | 89.05 | 162.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 151 | 93 | 0 | 0.28 | 0.56 | 0.18 | 29.74 | 0.57 | 0.59 |
| Hex | D2 | 97 | 5D | 0 | 1C | 38 | 12 | 1E | 39 | 3B |
| Octal | 322 | 227 | 135 | 0 | 34 | 70 | 22 | 36 | 71 | 73 |
| Binary | 11010010 | 10010111 | 1011101 | 0 | 11100 | 111000 | 10010 | 11110 | 111001 | 111011 |
Color Harmonies of #D2975D
Complementary color
Monochromatic Colors of #D2975D
Black with #D2975D
Text Example
Text Example
White with #D2975D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2975D; }
p { color: rgb(210,151,93); }
H1.HeaderClassName
{
color: #D2975D;
}
.AnyTagClassName
{
color: #D2975D;
}
</style>
background-color css
<style>
a { background-color: #D2975D; }
a { background-color: rgb(210,151,93); }
div.DivClassName
{
background-color: #D2975D;
}
.BgClassName
{
background-color: #D2975D;
}
</style>
border-color css
<style>
span { border-color: #D2975D; }
span { border-color: rgb(210,151,93); }
td.TdClassName
{
border-color: #D2975D;
}
.TagClassName
{
border-color: #D2975D;
}
</style>