Shades of Whiskey Sour #DC9257
Tints of Whiskey Sour #DC9257
RGB
CMYK
RGB Variations
Color information
#DC9257 (or 0xDC9257) is known color: Whiskey Sour. HEX triplet: DC, 92 and 57. RGB value is (220,146,87). Sum of RGB (Red+Green+Blue) = 220+146+87=453 (60% of max value = 765). Red value is 220 (86.33% from 255 or 48.57% from 453); Green value is 146 (57.42% from 255 or 32.23% from 453); Blue value is 87 (34.38% from 255 or 19.21% from 453); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9257 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC9257 is #236DA8. Grayscale: #A1A1A1. Windows color (decimal): -2321833 or 5739228. OLE color: 5739228.
HSL color Cylindrical-coordinate representation of color #DC9257: hue angle of 26.62º degrees, saturation: 0.66, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #DC9257 is Cyan = 0, Magento = 0.34, Yellow = 0.60 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 146 | 87 | - |
| CMYK | 0 | 0.34 | 0.60 | 0.14 |
| HSL | 26.62º | 0.66% | 0.6% | - |
| HSV(B) | 26.62º | 0.6% | 0.86% | - |
| XYZ | 41.51 | 36.46 | 13.87 | - |
| YUV | 161.4 | 86.02 | 169.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 146 | 87 | 0 | 0.34 | 0.60 | 0.14 | 26.62 | 0.66 | 0.6 |
| Hex | DC | 92 | 57 | 0 | 22 | 3C | E | 1B | 42 | 3C |
| Octal | 334 | 222 | 127 | 0 | 42 | 74 | 16 | 33 | 102 | 74 |
| Binary | 11011100 | 10010010 | 1010111 | 0 | 100010 | 111100 | 1110 | 11011 | 1000010 | 111100 |
Color Harmonies of #DC9257
Complementary color
Monochromatic Colors of #DC9257
Black with #DC9257
Text Example
Text Example
White with #DC9257
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC9257; }
p { color: rgb(220,146,87); }
H1.HeaderClassName
{
color: #DC9257;
}
.AnyTagClassName
{
color: #DC9257;
}
</style>
background-color css
<style>
a { background-color: #DC9257; }
a { background-color: rgb(220,146,87); }
div.DivClassName
{
background-color: #DC9257;
}
.BgClassName
{
background-color: #DC9257;
}
</style>
border-color css
<style>
span { border-color: #DC9257; }
span { border-color: rgb(220,146,87); }
td.TdClassName
{
border-color: #DC9257;
}
.TagClassName
{
border-color: #DC9257;
}
</style>