Shades of Whiskey Sour #DC925C
Tints of Whiskey Sour #DC925C
RGB
CMYK
RGB Variations
Color information
#DC925C (or 0xDC925C) is known color: Whiskey Sour. HEX triplet: DC, 92 and 5C. RGB value is (220,146,92). Sum of RGB (Red+Green+Blue) = 220+146+92=458 (60% of max value = 765). Red value is 220 (86.33% from 255 or 48.03% from 458); Green value is 146 (57.42% from 255 or 31.88% from 458); Blue value is 92 (36.33% from 255 or 20.09% from 458); Max value from RGB is 220 - color contains mainly: red. Hex color #DC925C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC925C is #236DA3. Grayscale: #A2A2A2. Windows color (decimal): -2321828 or 6066908. OLE color: 6066908.
HSL color Cylindrical-coordinate representation of color #DC925C: hue angle of 25.31º degrees, saturation: 0.65, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #DC925C is Cyan = 0, Magento = 0.34, Yellow = 0.58 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 146 | 92 | - |
| CMYK | 0 | 0.34 | 0.58 | 0.14 |
| HSL | 25.31º | 0.65% | 0.61% | - |
| HSV(B) | 25.31º | 0.58% | 0.86% | - |
| XYZ | 41.73 | 36.55 | 14.98 | - |
| YUV | 161.97 | 88.52 | 169.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 146 | 92 | 0 | 0.34 | 0.58 | 0.14 | 25.31 | 0.65 | 0.61 |
| Hex | DC | 92 | 5C | 0 | 22 | 3A | E | 19 | 41 | 3D |
| Octal | 334 | 222 | 134 | 0 | 42 | 72 | 16 | 31 | 101 | 75 |
| Binary | 11011100 | 10010010 | 1011100 | 0 | 100010 | 111010 | 1110 | 11001 | 1000001 | 111101 |
Color Harmonies of #DC925C
Complementary color
Monochromatic Colors of #DC925C
Black with #DC925C
Text Example
Text Example
White with #DC925C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC925C; }
p { color: rgb(220,146,92); }
H1.HeaderClassName
{
color: #DC925C;
}
.AnyTagClassName
{
color: #DC925C;
}
</style>
background-color css
<style>
a { background-color: #DC925C; }
a { background-color: rgb(220,146,92); }
div.DivClassName
{
background-color: #DC925C;
}
.BgClassName
{
background-color: #DC925C;
}
</style>
border-color css
<style>
span { border-color: #DC925C; }
span { border-color: rgb(220,146,92); }
td.TdClassName
{
border-color: #DC925C;
}
.TagClassName
{
border-color: #DC925C;
}
</style>