Shades of Whiskey Sour #DE925A
Tints of Whiskey Sour #DE925A
RGB
CMYK
RGB Variations
Color information
#DE925A (or 0xDE925A) is known color: Whiskey Sour. HEX triplet: DE, 92 and 5A. RGB value is (222,146,90). Sum of RGB (Red+Green+Blue) = 222+146+90=458 (60% of max value = 765). Red value is 222 (87.11% from 255 or 48.47% from 458); Green value is 146 (57.42% from 255 or 31.88% from 458); Blue value is 90 (35.55% from 255 or 19.65% from 458); Max value from RGB is 222 - color contains mainly: red. Hex color #DE925A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DE925A is #216DA5. Grayscale: #A2A2A2. Windows color (decimal): -2190758 or 5935838. OLE color: 5935838.
HSL color Cylindrical-coordinate representation of color #DE925A: hue angle of 25.45º degrees, saturation: 0.67, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #DE925A is Cyan = 0, Magento = 0.34, Yellow = 0.59 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 146 | 90 | - |
| CMYK | 0 | 0.34 | 0.59 | 0.13 |
| HSL | 25.45º | 0.67% | 0.61% | - |
| HSV(B) | 25.45º | 0.59% | 0.87% | - |
| XYZ | 42.25 | 36.83 | 14.55 | - |
| YUV | 162.34 | 87.18 | 170.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 146 | 90 | 0 | 0.34 | 0.59 | 0.13 | 25.45 | 0.67 | 0.61 |
| Hex | DE | 92 | 5A | 0 | 22 | 3B | D | 19 | 43 | 3D |
| Octal | 336 | 222 | 132 | 0 | 42 | 73 | 15 | 31 | 103 | 75 |
| Binary | 11011110 | 10010010 | 1011010 | 0 | 100010 | 111011 | 1101 | 11001 | 1000011 | 111101 |
Color Harmonies of #DE925A
Complementary color
Monochromatic Colors of #DE925A
Black with #DE925A
Text Example
Text Example
White with #DE925A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE925A; }
p { color: rgb(222,146,90); }
H1.HeaderClassName
{
color: #DE925A;
}
.AnyTagClassName
{
color: #DE925A;
}
</style>
background-color css
<style>
a { background-color: #DE925A; }
a { background-color: rgb(222,146,90); }
div.DivClassName
{
background-color: #DE925A;
}
.BgClassName
{
background-color: #DE925A;
}
</style>
border-color css
<style>
span { border-color: #DE925A; }
span { border-color: rgb(222,146,90); }
td.TdClassName
{
border-color: #DE925A;
}
.TagClassName
{
border-color: #DE925A;
}
</style>