Shades of Whiskey Sour #DF905C
Tints of Whiskey Sour #DF905C
RGB
CMYK
RGB Variations
Color information
#DF905C (or 0xDF905C) is known color: Whiskey Sour. HEX triplet: DF, 90 and 5C. RGB value is (223,144,92). Sum of RGB (Red+Green+Blue) = 223+144+92=459 (60% of max value = 765). Red value is 223 (87.5% from 255 or 48.58% from 459); Green value is 144 (56.64% from 255 or 31.37% from 459); Blue value is 92 (36.33% from 255 or 20.04% from 459); Max value from RGB is 223 - color contains mainly: red. Hex color #DF905C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DF905C is #206FA3. Grayscale: #A1A1A1. Windows color (decimal): -2125732 or 6066399. OLE color: 6066399.
HSL color Cylindrical-coordinate representation of color #DF905C: hue angle of 23.82º degrees, saturation: 0.67, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #DF905C is Cyan = 0, Magento = 0.35, Yellow = 0.59 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 144 | 92 | - |
| CMYK | 0 | 0.35 | 0.59 | 0.13 |
| HSL | 23.82º | 0.67% | 0.62% | - |
| HSV(B) | 23.82º | 0.59% | 0.87% | - |
| XYZ | 42.34 | 36.41 | 14.92 | - |
| YUV | 161.69 | 88.67 | 171.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 144 | 92 | 0 | 0.35 | 0.59 | 0.13 | 23.82 | 0.67 | 0.62 |
| Hex | DF | 90 | 5C | 0 | 23 | 3B | D | 18 | 43 | 3E |
| Octal | 337 | 220 | 134 | 0 | 43 | 73 | 15 | 30 | 103 | 76 |
| Binary | 11011111 | 10010000 | 1011100 | 0 | 100011 | 111011 | 1101 | 11000 | 1000011 | 111110 |
Color Harmonies of #DF905C
Complementary color
Monochromatic Colors of #DF905C
Black with #DF905C
Text Example
Text Example
White with #DF905C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF905C; }
p { color: rgb(223,144,92); }
H1.HeaderClassName
{
color: #DF905C;
}
.AnyTagClassName
{
color: #DF905C;
}
</style>
background-color css
<style>
a { background-color: #DF905C; }
a { background-color: rgb(223,144,92); }
div.DivClassName
{
background-color: #DF905C;
}
.BgClassName
{
background-color: #DF905C;
}
</style>
border-color css
<style>
span { border-color: #DF905C; }
span { border-color: rgb(223,144,92); }
td.TdClassName
{
border-color: #DF905C;
}
.TagClassName
{
border-color: #DF905C;
}
</style>