Shades of Whiskey Sour #DC935E
Tints of Whiskey Sour #DC935E
RGB
CMYK
RGB Variations
Color information
#DC935E (or 0xDC935E) is known color: Whiskey Sour. HEX triplet: DC, 93 and 5E. RGB value is (220,147,94). Sum of RGB (Red+Green+Blue) = 220+147+94=461 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.72% from 461); Green value is 147 (57.81% from 255 or 31.89% from 461); Blue value is 94 (37.11% from 255 or 20.39% from 461); Max value from RGB is 220 - color contains mainly: red. Hex color #DC935E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC935E is #236CA1. Grayscale: #A3A3A3. Windows color (decimal): -2321570 or 6198236. OLE color: 6198236.
HSL color Cylindrical-coordinate representation of color #DC935E: hue angle of 25.24º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DC935E is Cyan = 0, Magento = 0.33, Yellow = 0.57 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 147 | 94 | - |
| CMYK | 0 | 0.33 | 0.57 | 0.14 |
| HSL | 25.24º | 0.64% | 0.62% | - |
| HSV(B) | 25.24º | 0.57% | 0.86% | - |
| XYZ | 41.97 | 36.89 | 15.5 | - |
| YUV | 162.79 | 89.18 | 168.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 147 | 94 | 0 | 0.33 | 0.57 | 0.14 | 25.24 | 0.64 | 0.62 |
| Hex | DC | 93 | 5E | 0 | 21 | 39 | E | 19 | 40 | 3E |
| Octal | 334 | 223 | 136 | 0 | 41 | 71 | 16 | 31 | 100 | 76 |
| Binary | 11011100 | 10010011 | 1011110 | 0 | 100001 | 111001 | 1110 | 11001 | 1000000 | 111110 |
Color Harmonies of #DC935E
Complementary color
Monochromatic Colors of #DC935E
Black with #DC935E
Text Example
Text Example
White with #DC935E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC935E; }
p { color: rgb(220,147,94); }
H1.HeaderClassName
{
color: #DC935E;
}
.AnyTagClassName
{
color: #DC935E;
}
</style>
background-color css
<style>
a { background-color: #DC935E; }
a { background-color: rgb(220,147,94); }
div.DivClassName
{
background-color: #DC935E;
}
.BgClassName
{
background-color: #DC935E;
}
</style>
border-color css
<style>
span { border-color: #DC935E; }
span { border-color: rgb(220,147,94); }
td.TdClassName
{
border-color: #DC935E;
}
.TagClassName
{
border-color: #DC935E;
}
</style>