Shades of Whiskey Sour #DC935B
Tints of Whiskey Sour #DC935B
RGB
CMYK
RGB Variations
Color information
#DC935B (or 0xDC935B) is known color: Whiskey Sour. HEX triplet: DC, 93 and 5B. RGB value is (220,147,91). Sum of RGB (Red+Green+Blue) = 220+147+91=458 (60% of max value = 765). Red value is 220 (86.33% from 255 or 48.03% from 458); Green value is 147 (57.81% from 255 or 32.10% from 458); Blue value is 91 (35.94% from 255 or 19.87% from 458); Max value from RGB is 220 - color contains mainly: red. Hex color #DC935B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC935B is #236CA4. Grayscale: #A2A2A2. Windows color (decimal): -2321573 or 6001628. OLE color: 6001628.
HSL color Cylindrical-coordinate representation of color #DC935B: hue angle of 26.05º degrees, saturation: 0.65, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #DC935B is Cyan = 0, Magento = 0.33, Yellow = 0.59 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 147 | 91 | - |
| CMYK | 0 | 0.33 | 0.59 | 0.14 |
| HSL | 26.05º | 0.65% | 0.61% | - |
| HSV(B) | 26.05º | 0.59% | 0.86% | - |
| XYZ | 41.84 | 36.84 | 14.8 | - |
| YUV | 162.44 | 87.68 | 169.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 147 | 91 | 0 | 0.33 | 0.59 | 0.14 | 26.05 | 0.65 | 0.61 |
| Hex | DC | 93 | 5B | 0 | 21 | 3B | E | 1A | 41 | 3D |
| Octal | 334 | 223 | 133 | 0 | 41 | 73 | 16 | 32 | 101 | 75 |
| Binary | 11011100 | 10010011 | 1011011 | 0 | 100001 | 111011 | 1110 | 11010 | 1000001 | 111101 |
Color Harmonies of #DC935B
Complementary color
Monochromatic Colors of #DC935B
Black with #DC935B
Text Example
Text Example
White with #DC935B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC935B; }
p { color: rgb(220,147,91); }
H1.HeaderClassName
{
color: #DC935B;
}
.AnyTagClassName
{
color: #DC935B;
}
</style>
background-color css
<style>
a { background-color: #DC935B; }
a { background-color: rgb(220,147,91); }
div.DivClassName
{
background-color: #DC935B;
}
.BgClassName
{
background-color: #DC935B;
}
</style>
border-color css
<style>
span { border-color: #DC935B; }
span { border-color: rgb(220,147,91); }
td.TdClassName
{
border-color: #DC935B;
}
.TagClassName
{
border-color: #DC935B;
}
</style>