Shades of Whiskey Sour #DC935C
Tints of Whiskey Sour #DC935C
RGB
CMYK
RGB Variations
Color information
#DC935C (or 0xDC935C) is known color: Whiskey Sour. HEX triplet: DC, 93 and 5C. RGB value is (220,147,92). Sum of RGB (Red+Green+Blue) = 220+147+92=459 (60% of max value = 765). Red value is 220 (86.33% from 255 or 47.93% from 459); Green value is 147 (57.81% from 255 or 32.03% from 459); Blue value is 92 (36.33% from 255 or 20.04% from 459); Max value from RGB is 220 - color contains mainly: red. Hex color #DC935C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC935C is #236CA3. Grayscale: #A2A2A2. Windows color (decimal): -2321572 or 6067164. OLE color: 6067164.
HSL color Cylindrical-coordinate representation of color #DC935C: hue angle of 25.78º 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 #DC935C is Cyan = 0, Magento = 0.33, Yellow = 0.58 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 147 | 92 | - |
| CMYK | 0 | 0.33 | 0.58 | 0.14 |
| HSL | 25.78º | 0.65% | 0.61% | - |
| HSV(B) | 25.78º | 0.58% | 0.86% | - |
| XYZ | 41.88 | 36.86 | 15.03 | - |
| YUV | 162.56 | 88.18 | 168.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 147 | 92 | 0 | 0.33 | 0.58 | 0.14 | 25.78 | 0.65 | 0.61 |
| Hex | DC | 93 | 5C | 0 | 21 | 3A | E | 1A | 41 | 3D |
| Octal | 334 | 223 | 134 | 0 | 41 | 72 | 16 | 32 | 101 | 75 |
| Binary | 11011100 | 10010011 | 1011100 | 0 | 100001 | 111010 | 1110 | 11010 | 1000001 | 111101 |
Color Harmonies of #DC935C
Complementary color
Monochromatic Colors of #DC935C
Black with #DC935C
Text Example
Text Example
White with #DC935C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC935C; }
p { color: rgb(220,147,92); }
H1.HeaderClassName
{
color: #DC935C;
}
.AnyTagClassName
{
color: #DC935C;
}
</style>
background-color css
<style>
a { background-color: #DC935C; }
a { background-color: rgb(220,147,92); }
div.DivClassName
{
background-color: #DC935C;
}
.BgClassName
{
background-color: #DC935C;
}
</style>
border-color css
<style>
span { border-color: #DC935C; }
span { border-color: rgb(220,147,92); }
td.TdClassName
{
border-color: #DC935C;
}
.TagClassName
{
border-color: #DC935C;
}
</style>