Shades of Whiskey Sour #DC945A
Tints of Whiskey Sour #DC945A
RGB
CMYK
RGB Variations
Color information
#DC945A (or 0xDC945A) is known color: Whiskey Sour. HEX triplet: DC, 94 and 5A. RGB value is (220,148,90). Sum of RGB (Red+Green+Blue) = 220+148+90=458 (60% of max value = 765). Red value is 220 (86.33% from 255 or 48.03% from 458); Green value is 148 (58.20% from 255 or 32.31% from 458); Blue value is 90 (35.55% from 255 or 19.65% from 458); Max value from RGB is 220 - color contains mainly: red. Hex color #DC945A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC945A is #236BA5. Grayscale: #A3A3A3. Windows color (decimal): -2321318 or 5936348. OLE color: 5936348.
HSL color Cylindrical-coordinate representation of color #DC945A: hue angle of 26.77º 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 #DC945A is Cyan = 0, Magento = 0.33, Yellow = 0.59 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 148 | 90 | - |
| CMYK | 0 | 0.33 | 0.59 | 0.14 |
| HSL | 26.77º | 0.65% | 0.61% | - |
| HSV(B) | 26.77º | 0.59% | 0.86% | - |
| XYZ | 41.95 | 37.13 | 14.63 | - |
| YUV | 162.92 | 86.85 | 168.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 148 | 90 | 0 | 0.33 | 0.59 | 0.14 | 26.77 | 0.65 | 0.61 |
| Hex | DC | 94 | 5A | 0 | 21 | 3B | E | 1B | 41 | 3D |
| Octal | 334 | 224 | 132 | 0 | 41 | 73 | 16 | 33 | 101 | 75 |
| Binary | 11011100 | 10010100 | 1011010 | 0 | 100001 | 111011 | 1110 | 11011 | 1000001 | 111101 |
Color Harmonies of #DC945A
Complementary color
Monochromatic Colors of #DC945A
Black with #DC945A
Text Example
Text Example
White with #DC945A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC945A; }
p { color: rgb(220,148,90); }
H1.HeaderClassName
{
color: #DC945A;
}
.AnyTagClassName
{
color: #DC945A;
}
</style>
background-color css
<style>
a { background-color: #DC945A; }
a { background-color: rgb(220,148,90); }
div.DivClassName
{
background-color: #DC945A;
}
.BgClassName
{
background-color: #DC945A;
}
</style>
border-color css
<style>
span { border-color: #DC945A; }
span { border-color: rgb(220,148,90); }
td.TdClassName
{
border-color: #DC945A;
}
.TagClassName
{
border-color: #DC945A;
}
</style>