Shades of Whiskey Sour #DF925F
Tints of Whiskey Sour #DF925F
RGB
CMYK
RGB Variations
Color information
#DF925F (or 0xDF925F) is known color: Whiskey Sour. HEX triplet: DF, 92 and 5F. RGB value is (223,146,95). Sum of RGB (Red+Green+Blue) = 223+146+95=464 (61% of max value = 765). Red value is 223 (87.5% from 255 or 48.06% from 464); Green value is 146 (57.42% from 255 or 31.47% from 464); Blue value is 95 (37.5% from 255 or 20.47% from 464); Max value from RGB is 223 - color contains mainly: red. Hex color #DF925F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DF925F is #206DA0. Grayscale: #A3A3A3. Windows color (decimal): -2125217 or 6263519. OLE color: 6263519.
HSL color Cylindrical-coordinate representation of color #DF925F: hue angle of 23.91º 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 #DF925F is Cyan = 0, Magento = 0.35, Yellow = 0.57 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 146 | 95 | - |
| CMYK | 0 | 0.35 | 0.57 | 0.13 |
| HSL | 23.91º | 0.67% | 0.62% | - |
| HSV(B) | 23.91º | 0.57% | 0.87% | - |
| XYZ | 42.78 | 37.07 | 15.73 | - |
| YUV | 163.21 | 89.51 | 170.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 146 | 95 | 0 | 0.35 | 0.57 | 0.13 | 23.91 | 0.67 | 0.62 |
| Hex | DF | 92 | 5F | 0 | 23 | 39 | D | 18 | 43 | 3E |
| Octal | 337 | 222 | 137 | 0 | 43 | 71 | 15 | 30 | 103 | 76 |
| Binary | 11011111 | 10010010 | 1011111 | 0 | 100011 | 111001 | 1101 | 11000 | 1000011 | 111110 |
Color Harmonies of #DF925F
Complementary color
Monochromatic Colors of #DF925F
Black with #DF925F
Text Example
Text Example
White with #DF925F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF925F; }
p { color: rgb(223,146,95); }
H1.HeaderClassName
{
color: #DF925F;
}
.AnyTagClassName
{
color: #DF925F;
}
</style>
background-color css
<style>
a { background-color: #DF925F; }
a { background-color: rgb(223,146,95); }
div.DivClassName
{
background-color: #DF925F;
}
.BgClassName
{
background-color: #DF925F;
}
</style>
border-color css
<style>
span { border-color: #DF925F; }
span { border-color: rgb(223,146,95); }
td.TdClassName
{
border-color: #DF925F;
}
.TagClassName
{
border-color: #DF925F;
}
</style>