Shades of Whiskey Sour #DC945B
Tints of Whiskey Sour #DC945B
RGB
CMYK
RGB Variations
Color information
#DC945B (or 0xDC945B) is known color: Whiskey Sour. HEX triplet: DC, 94 and 5B. RGB value is (220,148,91). Sum of RGB (Red+Green+Blue) = 220+148+91=459 (60% of max value = 765). Red value is 220 (86.33% from 255 or 47.93% from 459); Green value is 148 (58.20% from 255 or 32.24% from 459); Blue value is 91 (35.94% from 255 or 19.83% from 459); Max value from RGB is 220 - color contains mainly: red. Hex color #DC945B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC945B is #236BA4. Grayscale: #A3A3A3. Windows color (decimal): -2321317 or 6001884. OLE color: 6001884.
HSL color Cylindrical-coordinate representation of color #DC945B: hue angle of 26.51º degrees, saturation: 0.65, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #DC945B is Cyan = 0, Magento = 0.33, Yellow = 0.59 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 148 | 91 | - |
| CMYK | 0 | 0.33 | 0.59 | 0.14 |
| HSL | 26.51º | 0.65% | 0.61% | - |
| HSV(B) | 26.51º | 0.59% | 0.86% | - |
| XYZ | 41.99 | 37.15 | 14.86 | - |
| YUV | 163.03 | 87.35 | 168.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 148 | 91 | 0 | 0.33 | 0.59 | 0.14 | 26.51 | 0.65 | 0.61 |
| Hex | DC | 94 | 5B | 0 | 21 | 3B | E | 1B | 41 | 3D |
| Octal | 334 | 224 | 133 | 0 | 41 | 73 | 16 | 33 | 101 | 75 |
| Binary | 11011100 | 10010100 | 1011011 | 0 | 100001 | 111011 | 1110 | 11011 | 1000001 | 111101 |
Color Harmonies of #DC945B
Complementary color
Monochromatic Colors of #DC945B
Black with #DC945B
Text Example
Text Example
White with #DC945B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC945B; }
p { color: rgb(220,148,91); }
H1.HeaderClassName
{
color: #DC945B;
}
.AnyTagClassName
{
color: #DC945B;
}
</style>
background-color css
<style>
a { background-color: #DC945B; }
a { background-color: rgb(220,148,91); }
div.DivClassName
{
background-color: #DC945B;
}
.BgClassName
{
background-color: #DC945B;
}
</style>
border-color css
<style>
span { border-color: #DC945B; }
span { border-color: rgb(220,148,91); }
td.TdClassName
{
border-color: #DC945B;
}
.TagClassName
{
border-color: #DC945B;
}
</style>