Shades of Whiskey Sour #DF9260
Tints of Whiskey Sour #DF9260
RGB
CMYK
RGB Variations
Color information
#DF9260 (or 0xDF9260) is known color: Whiskey Sour. HEX triplet: DF, 92 and 60. RGB value is (223,146,96). Sum of RGB (Red+Green+Blue) = 223+146+96=465 (61% of max value = 765). Red value is 223 (87.5% from 255 or 47.96% from 465); Green value is 146 (57.42% from 255 or 31.40% from 465); Blue value is 96 (37.89% from 255 or 20.65% from 465); Max value from RGB is 223 - color contains mainly: red. Hex color #DF9260 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DF9260 is #206D9F. Grayscale: #A3A3A3. Windows color (decimal): -2125216 or 6329055. OLE color: 6329055.
HSL color Cylindrical-coordinate representation of color #DF9260: hue angle of 23.62º degrees, saturation: 0.66, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DF9260 is Cyan = 0, Magento = 0.35, Yellow = 0.57 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 146 | 96 | - |
| CMYK | 0 | 0.35 | 0.57 | 0.13 |
| HSL | 23.62º | 0.66% | 0.63% | - |
| HSV(B) | 23.62º | 0.57% | 0.87% | - |
| XYZ | 42.82 | 37.09 | 15.97 | - |
| YUV | 163.32 | 90.01 | 170.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 146 | 96 | 0 | 0.35 | 0.57 | 0.13 | 23.62 | 0.66 | 0.63 |
| Hex | DF | 92 | 60 | 0 | 23 | 39 | D | 18 | 42 | 3F |
| Octal | 337 | 222 | 140 | 0 | 43 | 71 | 15 | 30 | 102 | 77 |
| Binary | 11011111 | 10010010 | 1100000 | 0 | 100011 | 111001 | 1101 | 11000 | 1000010 | 111111 |
Color Harmonies of #DF9260
Complementary color
Monochromatic Colors of #DF9260
Black with #DF9260
Text Example
Text Example
White with #DF9260
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF9260; }
p { color: rgb(223,146,96); }
H1.HeaderClassName
{
color: #DF9260;
}
.AnyTagClassName
{
color: #DF9260;
}
</style>
background-color css
<style>
a { background-color: #DF9260; }
a { background-color: rgb(223,146,96); }
div.DivClassName
{
background-color: #DF9260;
}
.BgClassName
{
background-color: #DF9260;
}
</style>
border-color css
<style>
span { border-color: #DF9260; }
span { border-color: rgb(223,146,96); }
td.TdClassName
{
border-color: #DF9260;
}
.TagClassName
{
border-color: #DF9260;
}
</style>