Shades of Whiskey Sour #DC955F
Tints of Whiskey Sour #DC955F
RGB
CMYK
RGB Variations
Color information
#DC955F (or 0xDC955F) is known color: Whiskey Sour. HEX triplet: DC, 95 and 5F. RGB value is (220,149,95). Sum of RGB (Red+Green+Blue) = 220+149+95=464 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.41% from 464); Green value is 149 (58.59% from 255 or 32.11% from 464); Blue value is 95 (37.5% from 255 or 20.47% from 464); Max value from RGB is 220 - color contains mainly: red. Hex color #DC955F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC955F is #236AA0. Grayscale: #A4A4A4. Windows color (decimal): -2321057 or 6264284. OLE color: 6264284.
HSL color Cylindrical-coordinate representation of color #DC955F: hue angle of 25.92º 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 #DC955F is Cyan = 0, Magento = 0.32, Yellow = 0.57 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 149 | 95 | - |
| CMYK | 0 | 0.32 | 0.57 | 0.14 |
| HSL | 25.92º | 0.64% | 0.62% | - |
| HSV(B) | 25.92º | 0.57% | 0.86% | - |
| XYZ | 42.33 | 37.54 | 15.84 | - |
| YUV | 164.07 | 89.02 | 167.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 149 | 95 | 0 | 0.32 | 0.57 | 0.14 | 25.92 | 0.64 | 0.62 |
| Hex | DC | 95 | 5F | 0 | 20 | 39 | E | 1A | 40 | 3E |
| Octal | 334 | 225 | 137 | 0 | 40 | 71 | 16 | 32 | 100 | 76 |
| Binary | 11011100 | 10010101 | 1011111 | 0 | 100000 | 111001 | 1110 | 11010 | 1000000 | 111110 |
Color Harmonies of #DC955F
Complementary color
Monochromatic Colors of #DC955F
Black with #DC955F
Text Example
Text Example
White with #DC955F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC955F; }
p { color: rgb(220,149,95); }
H1.HeaderClassName
{
color: #DC955F;
}
.AnyTagClassName
{
color: #DC955F;
}
</style>
background-color css
<style>
a { background-color: #DC955F; }
a { background-color: rgb(220,149,95); }
div.DivClassName
{
background-color: #DC955F;
}
.BgClassName
{
background-color: #DC955F;
}
</style>
border-color css
<style>
span { border-color: #DC955F; }
span { border-color: rgb(220,149,95); }
td.TdClassName
{
border-color: #DC955F;
}
.TagClassName
{
border-color: #DC955F;
}
</style>