Shades of Whiskey Sour #DC9151
Tints of Whiskey Sour #DC9151
RGB
CMYK
RGB Variations
Color information
#DC9151 (or 0xDC9151) is known color: Whiskey Sour. HEX triplet: DC, 91 and 51. RGB value is (220,145,81). Sum of RGB (Red+Green+Blue) = 220+145+81=446 (59% of max value = 765). Red value is 220 (86.33% from 255 or 49.33% from 446); Green value is 145 (57.03% from 255 or 32.51% from 446); Blue value is 81 (32.03% from 255 or 18.16% from 446); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9151 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC9151 is #236EAE. Grayscale: #A0A0A0. Windows color (decimal): -2322095 or 5345756. OLE color: 5345756.
HSL color Cylindrical-coordinate representation of color #DC9151: hue angle of 27.63º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #DC9151 is Cyan = 0, Magento = 0.34, Yellow = 0.63 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 145 | 81 | - |
| CMYK | 0 | 0.34 | 0.63 | 0.14 |
| HSL | 27.63º | 0.67% | 0.59% | - |
| HSV(B) | 27.63º | 0.63% | 0.86% | - |
| XYZ | 41.13 | 36.06 | 12.58 | - |
| YUV | 160.13 | 83.35 | 170.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 145 | 81 | 0 | 0.34 | 0.63 | 0.14 | 27.63 | 0.67 | 0.59 |
| Hex | DC | 91 | 51 | 0 | 22 | 3F | E | 1C | 43 | 3B |
| Octal | 334 | 221 | 121 | 0 | 42 | 77 | 16 | 34 | 103 | 73 |
| Binary | 11011100 | 10010001 | 1010001 | 0 | 100010 | 111111 | 1110 | 11100 | 1000011 | 111011 |
Color Harmonies of #DC9151
Complementary color
Monochromatic Colors of #DC9151
Black with #DC9151
Text Example
Text Example
White with #DC9151
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC9151; }
p { color: rgb(220,145,81); }
H1.HeaderClassName
{
color: #DC9151;
}
.AnyTagClassName
{
color: #DC9151;
}
</style>
background-color css
<style>
a { background-color: #DC9151; }
a { background-color: rgb(220,145,81); }
div.DivClassName
{
background-color: #DC9151;
}
.BgClassName
{
background-color: #DC9151;
}
</style>
border-color css
<style>
span { border-color: #DC9151; }
span { border-color: rgb(220,145,81); }
td.TdClassName
{
border-color: #DC9151;
}
.TagClassName
{
border-color: #DC9151;
}
</style>