Shades of Whiskey Sour #DC8F5C
Tints of Whiskey Sour #DC8F5C
RGB
CMYK
RGB Variations
Color information
#DC8F5C (or 0xDC8F5C) is known color: Whiskey Sour. HEX triplet: DC, 8F and 5C. RGB value is (220,143,92). Sum of RGB (Red+Green+Blue) = 220+143+92=455 (60% of max value = 765). Red value is 220 (86.33% from 255 or 48.35% from 455); Green value is 143 (56.25% from 255 or 31.43% from 455); Blue value is 92 (36.33% from 255 or 20.22% from 455); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8F5C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC8F5C is #2370A3. Grayscale: #A0A0A0. Windows color (decimal): -2322596 or 6066140. OLE color: 6066140.
HSL color Cylindrical-coordinate representation of color #DC8F5C: hue angle of 23.91º 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 #DC8F5C is Cyan = 0, Magento = 0.35, Yellow = 0.58 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 143 | 92 | - |
| CMYK | 0 | 0.35 | 0.58 | 0.14 |
| HSL | 23.91º | 0.65% | 0.61% | - |
| HSV(B) | 23.91º | 0.58% | 0.86% | - |
| XYZ | 41.27 | 35.63 | 14.83 | - |
| YUV | 160.21 | 89.51 | 170.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 143 | 92 | 0 | 0.35 | 0.58 | 0.14 | 23.91 | 0.65 | 0.61 |
| Hex | DC | 8F | 5C | 0 | 23 | 3A | E | 18 | 41 | 3D |
| Octal | 334 | 217 | 134 | 0 | 43 | 72 | 16 | 30 | 101 | 75 |
| Binary | 11011100 | 10001111 | 1011100 | 0 | 100011 | 111010 | 1110 | 11000 | 1000001 | 111101 |
Color Harmonies of #DC8F5C
Complementary color
Monochromatic Colors of #DC8F5C
Black with #DC8F5C
Text Example
Text Example
White with #DC8F5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC8F5C; }
p { color: rgb(220,143,92); }
H1.HeaderClassName
{
color: #DC8F5C;
}
.AnyTagClassName
{
color: #DC8F5C;
}
</style>
background-color css
<style>
a { background-color: #DC8F5C; }
a { background-color: rgb(220,143,92); }
div.DivClassName
{
background-color: #DC8F5C;
}
.BgClassName
{
background-color: #DC8F5C;
}
</style>
border-color css
<style>
span { border-color: #DC8F5C; }
span { border-color: rgb(220,143,92); }
td.TdClassName
{
border-color: #DC8F5C;
}
.TagClassName
{
border-color: #DC8F5C;
}
</style>