Shades of Whiskey Sour #DC945D
Tints of Whiskey Sour #DC945D
RGB
CMYK
RGB Variations
Color information
#DC945D (or 0xDC945D) is known color: Whiskey Sour. HEX triplet: DC, 94 and 5D. RGB value is (220,148,93). Sum of RGB (Red+Green+Blue) = 220+148+93=461 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.72% from 461); Green value is 148 (58.20% from 255 or 32.10% from 461); Blue value is 93 (36.72% from 255 or 20.17% from 461); Max value from RGB is 220 - color contains mainly: red. Hex color #DC945D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC945D is #236BA2. Grayscale: #A3A3A3. Windows color (decimal): -2321315 or 6132956. OLE color: 6132956.
HSL color Cylindrical-coordinate representation of color #DC945D: hue angle of 25.98º 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 #DC945D is Cyan = 0, Magento = 0.33, Yellow = 0.58 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 148 | 93 | - |
| CMYK | 0 | 0.33 | 0.58 | 0.14 |
| HSL | 25.98º | 0.64% | 0.61% | - |
| HSV(B) | 25.98º | 0.58% | 0.86% | - |
| XYZ | 42.08 | 37.19 | 15.32 | - |
| YUV | 163.26 | 88.35 | 168.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 148 | 93 | 0 | 0.33 | 0.58 | 0.14 | 25.98 | 0.64 | 0.61 |
| Hex | DC | 94 | 5D | 0 | 21 | 3A | E | 1A | 40 | 3D |
| Octal | 334 | 224 | 135 | 0 | 41 | 72 | 16 | 32 | 100 | 75 |
| Binary | 11011100 | 10010100 | 1011101 | 0 | 100001 | 111010 | 1110 | 11010 | 1000000 | 111101 |
Color Harmonies of #DC945D
Complementary color
Monochromatic Colors of #DC945D
Black with #DC945D
Text Example
Text Example
White with #DC945D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC945D; }
p { color: rgb(220,148,93); }
H1.HeaderClassName
{
color: #DC945D;
}
.AnyTagClassName
{
color: #DC945D;
}
</style>
background-color css
<style>
a { background-color: #DC945D; }
a { background-color: rgb(220,148,93); }
div.DivClassName
{
background-color: #DC945D;
}
.BgClassName
{
background-color: #DC945D;
}
</style>
border-color css
<style>
span { border-color: #DC945D; }
span { border-color: rgb(220,148,93); }
td.TdClassName
{
border-color: #DC945D;
}
.TagClassName
{
border-color: #DC945D;
}
</style>