Shades of Whiskey Sour #DC8F5F
Tints of Whiskey Sour #DC8F5F
RGB
CMYK
RGB Variations
Color information
#DC8F5F (or 0xDC8F5F) is known color: Whiskey Sour. HEX triplet: DC, 8F and 5F. RGB value is (220,143,95). Sum of RGB (Red+Green+Blue) = 220+143+95=458 (60% of max value = 765). Red value is 220 (86.33% from 255 or 48.03% from 458); Green value is 143 (56.25% from 255 or 31.22% from 458); Blue value is 95 (37.5% from 255 or 20.74% from 458); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8F5F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC8F5F is #2370A0. Grayscale: #A0A0A0. Windows color (decimal): -2322593 or 6262748. OLE color: 6262748.
HSL color Cylindrical-coordinate representation of color #DC8F5F: hue angle of 23.04º 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 #DC8F5F is Cyan = 0, Magento = 0.35, Yellow = 0.57 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 143 | 95 | - |
| CMYK | 0 | 0.35 | 0.57 | 0.14 |
| HSL | 23.04º | 0.64% | 0.62% | - |
| HSV(B) | 23.04º | 0.57% | 0.86% | - |
| XYZ | 41.4 | 35.69 | 15.53 | - |
| YUV | 160.55 | 91.01 | 170.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 143 | 95 | 0 | 0.35 | 0.57 | 0.14 | 23.04 | 0.64 | 0.62 |
| Hex | DC | 8F | 5F | 0 | 23 | 39 | E | 17 | 40 | 3E |
| Octal | 334 | 217 | 137 | 0 | 43 | 71 | 16 | 27 | 100 | 76 |
| Binary | 11011100 | 10001111 | 1011111 | 0 | 100011 | 111001 | 1110 | 10111 | 1000000 | 111110 |
Color Harmonies of #DC8F5F
Complementary color
Monochromatic Colors of #DC8F5F
Black with #DC8F5F
Text Example
Text Example
White with #DC8F5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC8F5F; }
p { color: rgb(220,143,95); }
H1.HeaderClassName
{
color: #DC8F5F;
}
.AnyTagClassName
{
color: #DC8F5F;
}
</style>
background-color css
<style>
a { background-color: #DC8F5F; }
a { background-color: rgb(220,143,95); }
div.DivClassName
{
background-color: #DC8F5F;
}
.BgClassName
{
background-color: #DC8F5F;
}
</style>
border-color css
<style>
span { border-color: #DC8F5F; }
span { border-color: rgb(220,143,95); }
td.TdClassName
{
border-color: #DC8F5F;
}
.TagClassName
{
border-color: #DC8F5F;
}
</style>