Shades of Whiskey Sour #DF905F
Tints of Whiskey Sour #DF905F
RGB
CMYK
RGB Variations
Color information
#DF905F (or 0xDF905F) is known color: Whiskey Sour. HEX triplet: DF, 90 and 5F. RGB value is (223,144,95). Sum of RGB (Red+Green+Blue) = 223+144+95=462 (61% of max value = 765). Red value is 223 (87.5% from 255 or 48.27% from 462); Green value is 144 (56.64% from 255 or 31.17% from 462); Blue value is 95 (37.5% from 255 or 20.56% from 462); Max value from RGB is 223 - color contains mainly: red. Hex color #DF905F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DF905F is #206FA0. Grayscale: #A2A2A2. Windows color (decimal): -2125729 or 6263007. OLE color: 6263007.
HSL color Cylindrical-coordinate representation of color #DF905F: hue angle of 22.97º degrees, saturation: 0.67, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DF905F is Cyan = 0, Magento = 0.35, Yellow = 0.57 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 144 | 95 | - |
| CMYK | 0 | 0.35 | 0.57 | 0.13 |
| HSL | 22.97º | 0.67% | 0.62% | - |
| HSV(B) | 22.97º | 0.57% | 0.87% | - |
| XYZ | 42.47 | 36.46 | 15.63 | - |
| YUV | 162.04 | 90.17 | 171.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 144 | 95 | 0 | 0.35 | 0.57 | 0.13 | 22.97 | 0.67 | 0.62 |
| Hex | DF | 90 | 5F | 0 | 23 | 39 | D | 17 | 43 | 3E |
| Octal | 337 | 220 | 137 | 0 | 43 | 71 | 15 | 27 | 103 | 76 |
| Binary | 11011111 | 10010000 | 1011111 | 0 | 100011 | 111001 | 1101 | 10111 | 1000011 | 111110 |
Color Harmonies of #DF905F
Complementary color
Monochromatic Colors of #DF905F
Black with #DF905F
Text Example
Text Example
White with #DF905F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF905F; }
p { color: rgb(223,144,95); }
H1.HeaderClassName
{
color: #DF905F;
}
.AnyTagClassName
{
color: #DF905F;
}
</style>
background-color css
<style>
a { background-color: #DF905F; }
a { background-color: rgb(223,144,95); }
div.DivClassName
{
background-color: #DF905F;
}
.BgClassName
{
background-color: #DF905F;
}
</style>
border-color css
<style>
span { border-color: #DF905F; }
span { border-color: rgb(223,144,95); }
td.TdClassName
{
border-color: #DF905F;
}
.TagClassName
{
border-color: #DF905F;
}
</style>