Shades of Whiskey Sour #DC955D
Tints of Whiskey Sour #DC955D
RGB
CMYK
RGB Variations
Color information
#DC955D (or 0xDC955D) is known color: Whiskey Sour. HEX triplet: DC, 95 and 5D. RGB value is (220,149,93). Sum of RGB (Red+Green+Blue) = 220+149+93=462 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.62% from 462); Green value is 149 (58.59% from 255 or 32.25% from 462); Blue value is 93 (36.72% from 255 or 20.13% from 462); Max value from RGB is 220 - color contains mainly: red. Hex color #DC955D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC955D is #236AA2. Grayscale: #A4A4A4. Windows color (decimal): -2321059 or 6133212. OLE color: 6133212.
HSL color Cylindrical-coordinate representation of color #DC955D: hue angle of 26.46º degrees, saturation: 0.64, 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 #DC955D is Cyan = 0, Magento = 0.32, Yellow = 0.58 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 149 | 93 | - |
| CMYK | 0 | 0.32 | 0.58 | 0.14 |
| HSL | 26.46º | 0.64% | 0.61% | - |
| HSV(B) | 26.46º | 0.58% | 0.86% | - |
| XYZ | 42.24 | 37.5 | 15.37 | - |
| YUV | 163.85 | 88.02 | 168.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 149 | 93 | 0 | 0.32 | 0.58 | 0.14 | 26.46 | 0.64 | 0.61 |
| Hex | DC | 95 | 5D | 0 | 20 | 3A | E | 1A | 40 | 3D |
| Octal | 334 | 225 | 135 | 0 | 40 | 72 | 16 | 32 | 100 | 75 |
| Binary | 11011100 | 10010101 | 1011101 | 0 | 100000 | 111010 | 1110 | 11010 | 1000000 | 111101 |
Color Harmonies of #DC955D
Complementary color
Monochromatic Colors of #DC955D
Black with #DC955D
Text Example
Text Example
White with #DC955D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC955D; }
p { color: rgb(220,149,93); }
H1.HeaderClassName
{
color: #DC955D;
}
.AnyTagClassName
{
color: #DC955D;
}
</style>
background-color css
<style>
a { background-color: #DC955D; }
a { background-color: rgb(220,149,93); }
div.DivClassName
{
background-color: #DC955D;
}
.BgClassName
{
background-color: #DC955D;
}
</style>
border-color css
<style>
span { border-color: #DC955D; }
span { border-color: rgb(220,149,93); }
td.TdClassName
{
border-color: #DC955D;
}
.TagClassName
{
border-color: #DC955D;
}
</style>