Shades of Whiskey Sour #DC8F5D
Tints of Whiskey Sour #DC8F5D
RGB
CMYK
RGB Variations
Color information
#DC8F5D (or 0xDC8F5D) is known color: Whiskey Sour. HEX triplet: DC, 8F and 5D. RGB value is (220,143,93). Sum of RGB (Red+Green+Blue) = 220+143+93=456 (60% of max value = 765). Red value is 220 (86.33% from 255 or 48.25% from 456); Green value is 143 (56.25% from 255 or 31.36% from 456); Blue value is 93 (36.72% from 255 or 20.39% from 456); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8F5D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC8F5D is #2370A2. Grayscale: #A0A0A0. Windows color (decimal): -2322595 or 6131676. OLE color: 6131676.
HSL color Cylindrical-coordinate representation of color #DC8F5D: hue angle of 23.62º degrees, saturation: 0.64, 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 #DC8F5D is Cyan = 0, Magento = 0.35, Yellow = 0.58 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 143 | 93 | - |
| CMYK | 0 | 0.35 | 0.58 | 0.14 |
| HSL | 23.62º | 0.64% | 0.61% | - |
| HSV(B) | 23.62º | 0.58% | 0.86% | - |
| XYZ | 41.31 | 35.65 | 15.06 | - |
| YUV | 160.32 | 90.01 | 170.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 143 | 93 | 0 | 0.35 | 0.58 | 0.14 | 23.62 | 0.64 | 0.61 |
| Hex | DC | 8F | 5D | 0 | 23 | 3A | E | 18 | 40 | 3D |
| Octal | 334 | 217 | 135 | 0 | 43 | 72 | 16 | 30 | 100 | 75 |
| Binary | 11011100 | 10001111 | 1011101 | 0 | 100011 | 111010 | 1110 | 11000 | 1000000 | 111101 |
Color Harmonies of #DC8F5D
Complementary color
Monochromatic Colors of #DC8F5D
Black with #DC8F5D
Text Example
Text Example
White with #DC8F5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC8F5D; }
p { color: rgb(220,143,93); }
H1.HeaderClassName
{
color: #DC8F5D;
}
.AnyTagClassName
{
color: #DC8F5D;
}
</style>
background-color css
<style>
a { background-color: #DC8F5D; }
a { background-color: rgb(220,143,93); }
div.DivClassName
{
background-color: #DC8F5D;
}
.BgClassName
{
background-color: #DC8F5D;
}
</style>
border-color css
<style>
span { border-color: #DC8F5D; }
span { border-color: rgb(220,143,93); }
td.TdClassName
{
border-color: #DC8F5D;
}
.TagClassName
{
border-color: #DC8F5D;
}
</style>