Shades of Whiskey Sour #D9975C
Tints of Whiskey Sour #D9975C
RGB
CMYK
RGB Variations
Color information
#D9975C (or 0xD9975C) is known color: Whiskey Sour. HEX triplet: D9, 97 and 5C. RGB value is (217,151,92). Sum of RGB (Red+Green+Blue) = 217+151+92=460 (60% of max value = 765). Red value is 217 (85.16% from 255 or 47.17% from 460); Green value is 151 (59.38% from 255 or 32.83% from 460); Blue value is 92 (36.33% from 255 or 20% from 460); Max value from RGB is 217 - color contains mainly: red. Hex color #D9975C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D9975C is #2668A3. Grayscale: #A4A4A4. Windows color (decimal): -2517156 or 6068185. OLE color: 6068185.
HSL color Cylindrical-coordinate representation of color #D9975C: hue angle of 28.32º degrees, saturation: 0.62, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D9975C is Cyan = 0, Magento = 0.30, Yellow = 0.58 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 151 | 92 | - |
| CMYK | 0 | 0.30 | 0.58 | 0.15 |
| HSL | 28.32º | 0.62% | 0.61% | - |
| HSV(B) | 28.32º | 0.58% | 0.85% | - |
| XYZ | 41.61 | 37.66 | 15.2 | - |
| YUV | 164.01 | 87.37 | 165.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 151 | 92 | 0 | 0.30 | 0.58 | 0.15 | 28.32 | 0.62 | 0.61 |
| Hex | D9 | 97 | 5C | 0 | 1E | 3A | F | 1C | 3E | 3D |
| Octal | 331 | 227 | 134 | 0 | 36 | 72 | 17 | 34 | 76 | 75 |
| Binary | 11011001 | 10010111 | 1011100 | 0 | 11110 | 111010 | 1111 | 11100 | 111110 | 111101 |
Color Harmonies of #D9975C
Complementary color
Monochromatic Colors of #D9975C
Black with #D9975C
Text Example
Text Example
White with #D9975C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9975C; }
p { color: rgb(217,151,92); }
H1.HeaderClassName
{
color: #D9975C;
}
.AnyTagClassName
{
color: #D9975C;
}
</style>
background-color css
<style>
a { background-color: #D9975C; }
a { background-color: rgb(217,151,92); }
div.DivClassName
{
background-color: #D9975C;
}
.BgClassName
{
background-color: #D9975C;
}
</style>
border-color css
<style>
span { border-color: #D9975C; }
span { border-color: rgb(217,151,92); }
td.TdClassName
{
border-color: #D9975C;
}
.TagClassName
{
border-color: #D9975C;
}
</style>