Shades of Whiskey Sour #DF925B
Tints of Whiskey Sour #DF925B
RGB
CMYK
RGB Variations
Color information
#DF925B (or 0xDF925B) is known color: Whiskey Sour. HEX triplet: DF, 92 and 5B. RGB value is (223,146,91). Sum of RGB (Red+Green+Blue) = 223+146+91=460 (60% of max value = 765). Red value is 223 (87.5% from 255 or 48.48% from 460); Green value is 146 (57.42% from 255 or 31.74% from 460); Blue value is 91 (35.94% from 255 or 19.78% from 460); Max value from RGB is 223 - color contains mainly: red. Hex color #DF925B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DF925B is #206DA4. Grayscale: #A3A3A3. Windows color (decimal): -2125221 or 6001375. OLE color: 6001375.
HSL color Cylindrical-coordinate representation of color #DF925B: hue angle of 25º 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 #DF925B is Cyan = 0, Magento = 0.35, Yellow = 0.59 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 146 | 91 | - |
| CMYK | 0 | 0.35 | 0.59 | 0.13 |
| HSL | 25º | 0.67% | 0.62% | - |
| HSV(B) | 25º | 0.59% | 0.87% | - |
| XYZ | 42.6 | 37 | 14.79 | - |
| YUV | 162.75 | 87.51 | 170.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 146 | 91 | 0 | 0.35 | 0.59 | 0.13 | 25 | 0.67 | 0.62 |
| Hex | DF | 92 | 5B | 0 | 23 | 3B | D | 19 | 43 | 3E |
| Octal | 337 | 222 | 133 | 0 | 43 | 73 | 15 | 31 | 103 | 76 |
| Binary | 11011111 | 10010010 | 1011011 | 0 | 100011 | 111011 | 1101 | 11001 | 1000011 | 111110 |
Color Harmonies of #DF925B
Complementary color
Monochromatic Colors of #DF925B
Black with #DF925B
Text Example
Text Example
White with #DF925B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF925B; }
p { color: rgb(223,146,91); }
H1.HeaderClassName
{
color: #DF925B;
}
.AnyTagClassName
{
color: #DF925B;
}
</style>
background-color css
<style>
a { background-color: #DF925B; }
a { background-color: rgb(223,146,91); }
div.DivClassName
{
background-color: #DF925B;
}
.BgClassName
{
background-color: #DF925B;
}
</style>
border-color css
<style>
span { border-color: #DF925B; }
span { border-color: rgb(223,146,91); }
td.TdClassName
{
border-color: #DF925B;
}
.TagClassName
{
border-color: #DF925B;
}
</style>