Shades of Whiskey Sour #DC925B
Tints of Whiskey Sour #DC925B
RGB
CMYK
RGB Variations
Color information
#DC925B (or 0xDC925B) is known color: Whiskey Sour. HEX triplet: DC, 92 and 5B. RGB value is (220,146,91). Sum of RGB (Red+Green+Blue) = 220+146+91=457 (60% of max value = 765). Red value is 220 (86.33% from 255 or 48.14% from 457); Green value is 146 (57.42% from 255 or 31.95% from 457); Blue value is 91 (35.94% from 255 or 19.91% from 457); Max value from RGB is 220 - color contains mainly: red. Hex color #DC925B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC925B is #236DA4. Grayscale: #A2A2A2. Windows color (decimal): -2321829 or 6001372. OLE color: 6001372.
HSL color Cylindrical-coordinate representation of color #DC925B: hue angle of 25.58º 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 #DC925B is Cyan = 0, Magento = 0.34, Yellow = 0.59 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 146 | 91 | - |
| CMYK | 0 | 0.34 | 0.59 | 0.14 |
| HSL | 25.58º | 0.65% | 0.61% | - |
| HSV(B) | 25.58º | 0.59% | 0.86% | - |
| XYZ | 41.68 | 36.53 | 14.75 | - |
| YUV | 161.86 | 88.02 | 169.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 146 | 91 | 0 | 0.34 | 0.59 | 0.14 | 25.58 | 0.65 | 0.61 |
| Hex | DC | 92 | 5B | 0 | 22 | 3B | E | 1A | 41 | 3D |
| Octal | 334 | 222 | 133 | 0 | 42 | 73 | 16 | 32 | 101 | 75 |
| Binary | 11011100 | 10010010 | 1011011 | 0 | 100010 | 111011 | 1110 | 11010 | 1000001 | 111101 |
Color Harmonies of #DC925B
Complementary color
Monochromatic Colors of #DC925B
Black with #DC925B
Text Example
Text Example
White with #DC925B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC925B; }
p { color: rgb(220,146,91); }
H1.HeaderClassName
{
color: #DC925B;
}
.AnyTagClassName
{
color: #DC925B;
}
</style>
background-color css
<style>
a { background-color: #DC925B; }
a { background-color: rgb(220,146,91); }
div.DivClassName
{
background-color: #DC925B;
}
.BgClassName
{
background-color: #DC925B;
}
</style>
border-color css
<style>
span { border-color: #DC925B; }
span { border-color: rgb(220,146,91); }
td.TdClassName
{
border-color: #DC925B;
}
.TagClassName
{
border-color: #DC925B;
}
</style>