Shades of Whiskey Sour #DF905D
Tints of Whiskey Sour #DF905D
RGB
CMYK
RGB Variations
Color information
#DF905D (or 0xDF905D) is known color: Whiskey Sour. HEX triplet: DF, 90 and 5D. RGB value is (223,144,93). Sum of RGB (Red+Green+Blue) = 223+144+93=460 (60% of max value = 765). Red value is 223 (87.5% from 255 or 48.48% from 460); Green value is 144 (56.64% from 255 or 31.30% from 460); Blue value is 93 (36.72% from 255 or 20.22% from 460); Max value from RGB is 223 - color contains mainly: red. Hex color #DF905D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DF905D is #206FA2. Grayscale: #A2A2A2. Windows color (decimal): -2125731 or 6131935. OLE color: 6131935.
HSL color Cylindrical-coordinate representation of color #DF905D: hue angle of 23.54º degrees, saturation: 0.67, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #DF905D is Cyan = 0, Magento = 0.35, Yellow = 0.58 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 144 | 93 | - |
| CMYK | 0 | 0.35 | 0.58 | 0.13 |
| HSL | 23.54º | 0.67% | 0.62% | - |
| HSV(B) | 23.54º | 0.58% | 0.87% | - |
| XYZ | 42.38 | 36.42 | 15.15 | - |
| YUV | 161.81 | 89.17 | 171.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 144 | 93 | 0 | 0.35 | 0.58 | 0.13 | 23.54 | 0.67 | 0.62 |
| Hex | DF | 90 | 5D | 0 | 23 | 3A | D | 18 | 43 | 3E |
| Octal | 337 | 220 | 135 | 0 | 43 | 72 | 15 | 30 | 103 | 76 |
| Binary | 11011111 | 10010000 | 1011101 | 0 | 100011 | 111010 | 1101 | 11000 | 1000011 | 111110 |
Color Harmonies of #DF905D
Complementary color
Monochromatic Colors of #DF905D
Black with #DF905D
Text Example
Text Example
White with #DF905D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF905D; }
p { color: rgb(223,144,93); }
H1.HeaderClassName
{
color: #DF905D;
}
.AnyTagClassName
{
color: #DF905D;
}
</style>
background-color css
<style>
a { background-color: #DF905D; }
a { background-color: rgb(223,144,93); }
div.DivClassName
{
background-color: #DF905D;
}
.BgClassName
{
background-color: #DF905D;
}
</style>
border-color css
<style>
span { border-color: #DF905D; }
span { border-color: rgb(223,144,93); }
td.TdClassName
{
border-color: #DF905D;
}
.TagClassName
{
border-color: #DF905D;
}
</style>