Shades of Whiskey Sour #DC915C
Tints of Whiskey Sour #DC915C
RGB
CMYK
RGB Variations
Color information
#DC915C (or 0xDC915C) is known color: Whiskey Sour. HEX triplet: DC, 91 and 5C. RGB value is (220,145,92). Sum of RGB (Red+Green+Blue) = 220+145+92=457 (60% of max value = 765). Red value is 220 (86.33% from 255 or 48.14% from 457); Green value is 145 (57.03% from 255 or 31.73% from 457); Blue value is 92 (36.33% from 255 or 20.13% from 457); Max value from RGB is 220 - color contains mainly: red. Hex color #DC915C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC915C is #236EA3. Grayscale: #A1A1A1. Windows color (decimal): -2322084 or 6066652. OLE color: 6066652.
HSL color Cylindrical-coordinate representation of color #DC915C: hue angle of 24.84º 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 #DC915C is Cyan = 0, Magento = 0.34, Yellow = 0.58 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 145 | 92 | - |
| CMYK | 0 | 0.34 | 0.58 | 0.14 |
| HSL | 24.84º | 0.65% | 0.61% | - |
| HSV(B) | 24.84º | 0.58% | 0.86% | - |
| XYZ | 41.57 | 36.24 | 14.93 | - |
| YUV | 161.38 | 88.85 | 169.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 145 | 92 | 0 | 0.34 | 0.58 | 0.14 | 24.84 | 0.65 | 0.61 |
| Hex | DC | 91 | 5C | 0 | 22 | 3A | E | 19 | 41 | 3D |
| Octal | 334 | 221 | 134 | 0 | 42 | 72 | 16 | 31 | 101 | 75 |
| Binary | 11011100 | 10010001 | 1011100 | 0 | 100010 | 111010 | 1110 | 11001 | 1000001 | 111101 |
Color Harmonies of #DC915C
Complementary color
Monochromatic Colors of #DC915C
Black with #DC915C
Text Example
Text Example
White with #DC915C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC915C; }
p { color: rgb(220,145,92); }
H1.HeaderClassName
{
color: #DC915C;
}
.AnyTagClassName
{
color: #DC915C;
}
</style>
background-color css
<style>
a { background-color: #DC915C; }
a { background-color: rgb(220,145,92); }
div.DivClassName
{
background-color: #DC915C;
}
.BgClassName
{
background-color: #DC915C;
}
</style>
border-color css
<style>
span { border-color: #DC915C; }
span { border-color: rgb(220,145,92); }
td.TdClassName
{
border-color: #DC915C;
}
.TagClassName
{
border-color: #DC915C;
}
</style>