Shades of Whiskey Sour #D2975B
Tints of Whiskey Sour #D2975B
RGB
CMYK
RGB Variations
Color information
#D2975B (or 0xD2975B) is known color: Whiskey Sour. HEX triplet: D2, 97 and 5B. RGB value is (210,151,91). Sum of RGB (Red+Green+Blue) = 210+151+91=452 (59% of max value = 765). Red value is 210 (82.42% from 255 or 46.46% from 452); Green value is 151 (59.38% from 255 or 33.41% from 452); Blue value is 91 (35.94% from 255 or 20.13% from 452); Max value from RGB is 210 - color contains mainly: red. Hex color #D2975B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D2975B is #2D68A4. Grayscale: #A2A2A2. Windows color (decimal): -2975909 or 6002642. OLE color: 6002642.
HSL color Cylindrical-coordinate representation of color #D2975B: hue angle of 30.25º 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 #D2975B is Cyan = 0, Magento = 0.28, Yellow = 0.57 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 151 | 91 | - |
| CMYK | 0 | 0.28 | 0.57 | 0.18 |
| HSL | 30.25º | 0.57% | 0.59% | - |
| HSV(B) | 30.25º | 0.57% | 0.82% | - |
| XYZ | 39.53 | 36.59 | 14.88 | - |
| YUV | 161.8 | 88.05 | 162.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 151 | 91 | 0 | 0.28 | 0.57 | 0.18 | 30.25 | 0.57 | 0.59 |
| Hex | D2 | 97 | 5B | 0 | 1C | 39 | 12 | 1E | 39 | 3B |
| Octal | 322 | 227 | 133 | 0 | 34 | 71 | 22 | 36 | 71 | 73 |
| Binary | 11010010 | 10010111 | 1011011 | 0 | 11100 | 111001 | 10010 | 11110 | 111001 | 111011 |
Color Harmonies of #D2975B
Complementary color
Monochromatic Colors of #D2975B
Black with #D2975B
Text Example
Text Example
White with #D2975B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2975B; }
p { color: rgb(210,151,91); }
H1.HeaderClassName
{
color: #D2975B;
}
.AnyTagClassName
{
color: #D2975B;
}
</style>
background-color css
<style>
a { background-color: #D2975B; }
a { background-color: rgb(210,151,91); }
div.DivClassName
{
background-color: #D2975B;
}
.BgClassName
{
background-color: #D2975B;
}
</style>
border-color css
<style>
span { border-color: #D2975B; }
span { border-color: rgb(210,151,91); }
td.TdClassName
{
border-color: #D2975B;
}
.TagClassName
{
border-color: #D2975B;
}
</style>