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