Shades of Whiskey Sour #DC915B
Tints of Whiskey Sour #DC915B
RGB
CMYK
RGB Variations
Color information
#DC915B (or 0xDC915B) is known color: Whiskey Sour. HEX triplet: DC, 91 and 5B. RGB value is (220,145,91). Sum of RGB (Red+Green+Blue) = 220+145+91=456 (60% of max value = 765). Red value is 220 (86.33% from 255 or 48.25% from 456); Green value is 145 (57.03% from 255 or 31.80% from 456); Blue value is 91 (35.94% from 255 or 19.96% from 456); Max value from RGB is 220 - color contains mainly: red. Hex color #DC915B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC915B is #236EA4. Grayscale: #A1A1A1. Windows color (decimal): -2322085 or 6001116. OLE color: 6001116.
HSL color Cylindrical-coordinate representation of color #DC915B: hue angle of 25.12º 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 #DC915B is Cyan = 0, Magento = 0.34, Yellow = 0.59 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 145 | 91 | - |
| CMYK | 0 | 0.34 | 0.59 | 0.14 |
| HSL | 25.12º | 0.65% | 0.61% | - |
| HSV(B) | 25.12º | 0.59% | 0.86% | - |
| XYZ | 41.53 | 36.22 | 14.7 | - |
| YUV | 161.27 | 88.35 | 169.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 145 | 91 | 0 | 0.34 | 0.59 | 0.14 | 25.12 | 0.65 | 0.61 |
| Hex | DC | 91 | 5B | 0 | 22 | 3B | E | 19 | 41 | 3D |
| Octal | 334 | 221 | 133 | 0 | 42 | 73 | 16 | 31 | 101 | 75 |
| Binary | 11011100 | 10010001 | 1011011 | 0 | 100010 | 111011 | 1110 | 11001 | 1000001 | 111101 |
Color Harmonies of #DC915B
Complementary color
Monochromatic Colors of #DC915B
Black with #DC915B
Text Example
Text Example
White with #DC915B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC915B; }
p { color: rgb(220,145,91); }
H1.HeaderClassName
{
color: #DC915B;
}
.AnyTagClassName
{
color: #DC915B;
}
</style>
background-color css
<style>
a { background-color: #DC915B; }
a { background-color: rgb(220,145,91); }
div.DivClassName
{
background-color: #DC915B;
}
.BgClassName
{
background-color: #DC915B;
}
</style>
border-color css
<style>
span { border-color: #DC915B; }
span { border-color: rgb(220,145,91); }
td.TdClassName
{
border-color: #DC915B;
}
.TagClassName
{
border-color: #DC915B;
}
</style>