Shades of Whiskey Sour #D9935C
Tints of Whiskey Sour #D9935C
RGB
CMYK
RGB Variations
Color information
#D9935C (or 0xD9935C) is known color: Whiskey Sour. HEX triplet: D9, 93 and 5C. RGB value is (217,147,92). Sum of RGB (Red+Green+Blue) = 217+147+92=456 (60% of max value = 765). Red value is 217 (85.16% from 255 or 47.59% from 456); Green value is 147 (57.81% from 255 or 32.24% from 456); Blue value is 92 (36.33% from 255 or 20.18% from 456); Max value from RGB is 217 - color contains mainly: red. Hex color #D9935C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D9935C is #266CA3. Grayscale: #A1A1A1. Windows color (decimal): -2518180 or 6067161. OLE color: 6067161.
HSL color Cylindrical-coordinate representation of color #D9935C: hue angle of 26.4º 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 #D9935C is Cyan = 0, Magento = 0.32, Yellow = 0.58 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 147 | 92 | - |
| CMYK | 0 | 0.32 | 0.58 | 0.15 |
| HSL | 26.4º | 0.62% | 0.61% | - |
| HSV(B) | 26.4º | 0.58% | 0.85% | - |
| XYZ | 40.98 | 36.39 | 14.99 | - |
| YUV | 161.66 | 88.69 | 167.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 147 | 92 | 0 | 0.32 | 0.58 | 0.15 | 26.4 | 0.62 | 0.61 |
| Hex | D9 | 93 | 5C | 0 | 20 | 3A | F | 1A | 3E | 3D |
| Octal | 331 | 223 | 134 | 0 | 40 | 72 | 17 | 32 | 76 | 75 |
| Binary | 11011001 | 10010011 | 1011100 | 0 | 100000 | 111010 | 1111 | 11010 | 111110 | 111101 |
Color Harmonies of #D9935C
Complementary color
Monochromatic Colors of #D9935C
Black with #D9935C
Text Example
Text Example
White with #D9935C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9935C; }
p { color: rgb(217,147,92); }
H1.HeaderClassName
{
color: #D9935C;
}
.AnyTagClassName
{
color: #D9935C;
}
</style>
background-color css
<style>
a { background-color: #D9935C; }
a { background-color: rgb(217,147,92); }
div.DivClassName
{
background-color: #D9935C;
}
.BgClassName
{
background-color: #D9935C;
}
</style>
border-color css
<style>
span { border-color: #D9935C; }
span { border-color: rgb(217,147,92); }
td.TdClassName
{
border-color: #D9935C;
}
.TagClassName
{
border-color: #D9935C;
}
</style>