#DE925E

Color #DE925E Whiskey Sour (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Whiskey Sour #DE925E

Tints of Whiskey Sour #DE925E

Color information

#DE925E (or 0xDE925E) is unknown color: approx Whiskey Sour. HEX triplet: DE, 92 and 5E. RGB value is (222,146,94). Sum of RGB (Red+Green+Blue) = 222+146+94=462 (61% of max value = 765). Red value is 222 (87.11% from 255 or 48.05% from 462); Green value is 146 (57.42% from 255 or 31.60% from 462); Blue value is 94 (37.11% from 255 or 20.35% from 462); Max value from RGB is 222 - color contains mainly: red. Hex color #DE925E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DE925E is #216DA1. Grayscale: #A3A3A3. Windows color (decimal): -2190754 or 6197982. OLE color: 6197982.

HSL color Cylindrical-coordinate representation of color #DE925E: hue angle of 24.38º degrees, saturation: 0.66, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #DE925E is Cyan = 0, Magento = 0.34, Yellow = 0.58 and Black (K on CMYK) = 0.13.

Color convert

RGB22214694-
CMYK00.340.580.13
HSL24.38º65.98%61.96%-
HSV(B)24.38º57.66%87.06%-
XYZ42.4236.915.48-
YUV162.889.18170.23-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 222 (87.11% from 255) = 48.05%
GREEN value IS 146 (57.42% from 255) = 31.60%
BLUE value IS 94 (37.11% from 255) = 20.35%
R=48.05%
G=31.60%
B=20.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.58
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2221469400.340.580.1324.3865.9861.96
HexDE925E0223AD18423e
Octal33622213604272153010276
Binary1101111010010010101111001000101110101101110001000010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE925E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE925E; }

 p { color: rgb(222,146,94); }

 H1.HeaderClassName
 {
   color: #DE925E;
 }
 .AnyTagClassName
 {
   color: #DE925E;
 }
</style>
background-color css

<style>
 a { background-color: #DE925E; }

 a { background-color: rgb(222,146,94); }

 div.DivClassName
 {
   background-color: #DE925E;
 }
 .BgClassName
 {
   background-color: #DE925E;
 }
</style>
border-color css

<style>
 span { border-color: #DE925E; }

 span { border-color: rgb(222,146,94); }

 td.TdClassName
 {
   border-color: #DE925E;
 }
 .TagClassName
 {
   border-color: #DE925E;
 }
</style>