Shades of Whiskey Sour #D99261
Tints of Whiskey Sour #D99261
RGB
CMYK
RGB Variations
Color information
#D99261 (or 0xD99261) is known color: Whiskey Sour. HEX triplet: D9, 92 and 61. RGB value is (217,146,97). Sum of RGB (Red+Green+Blue) = 217+146+97=460 (60% of max value = 765). Red value is 217 (85.16% from 255 or 47.17% from 460); Green value is 146 (57.42% from 255 or 31.74% from 460); Blue value is 97 (38.28% from 255 or 21.09% from 460); Max value from RGB is 217 - color contains mainly: red. Hex color #D99261 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D99261 is #266D9E. Grayscale: #A1A1A1. Windows color (decimal): -2518431 or 6394585. OLE color: 6394585.
HSL color Cylindrical-coordinate representation of color #D99261: hue angle of 24.5º degrees, saturation: 0.61, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D99261 is Cyan = 0, Magento = 0.33, Yellow = 0.55 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 146 | 97 | - |
| CMYK | 0 | 0.33 | 0.55 | 0.15 |
| HSL | 24.5º | 0.61% | 0.62% | - |
| HSV(B) | 24.5º | 0.55% | 0.85% | - |
| XYZ | 41.05 | 36.17 | 16.13 | - |
| YUV | 161.64 | 91.52 | 167.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 146 | 97 | 0 | 0.33 | 0.55 | 0.15 | 24.5 | 0.61 | 0.62 |
| Hex | D9 | 92 | 61 | 0 | 21 | 37 | F | 18 | 3D | 3E |
| Octal | 331 | 222 | 141 | 0 | 41 | 67 | 17 | 30 | 75 | 76 |
| Binary | 11011001 | 10010010 | 1100001 | 0 | 100001 | 110111 | 1111 | 11000 | 111101 | 111110 |
Color Harmonies of #D99261
Complementary color
Monochromatic Colors of #D99261
Black with #D99261
Text Example
Text Example
White with #D99261
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D99261; }
p { color: rgb(217,146,97); }
H1.HeaderClassName
{
color: #D99261;
}
.AnyTagClassName
{
color: #D99261;
}
</style>
background-color css
<style>
a { background-color: #D99261; }
a { background-color: rgb(217,146,97); }
div.DivClassName
{
background-color: #D99261;
}
.BgClassName
{
background-color: #D99261;
}
</style>
border-color css
<style>
span { border-color: #D99261; }
span { border-color: rgb(217,146,97); }
td.TdClassName
{
border-color: #D99261;
}
.TagClassName
{
border-color: #D99261;
}
</style>