#DE9155

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

Shades of Whiskey Sour #DE9155

Tints of Whiskey Sour #DE9155

Color information

#DE9155 (or 0xDE9155) is unknown color: approx Whiskey Sour. HEX triplet: DE, 91 and 55. RGB value is (222,145,85). Sum of RGB (Red+Green+Blue) = 222+145+85=452 (59% of max value = 765). Red value is 222 (87.11% from 255 or 49.12% from 452); Green value is 145 (57.03% from 255 or 32.08% from 452); Blue value is 85 (33.59% from 255 or 18.81% from 452); Max value from RGB is 222 - color contains mainly: red. Hex color #DE9155 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DE9155 is #216EAA. Grayscale: #A1A1A1. Windows color (decimal): -2191019 or 5607902. OLE color: 5607902.

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

Color convert

RGB22214585-
CMYK00.350.620.13
HSL26.28º67.49%60.2%-
HSV(B)26.28º61.71%87.06%-
XYZ41.8936.4413.42-
YUV161.1885.01171.38-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 49.12%
GREEN value IS 145 (57.03% from 255) = 32.08%
BLUE value IS 85 (33.59% from 255) = 18.81%
R=49.12%
G=32.08%
B=18.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.62
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2221458500.350.620.1326.2867.4960.2
HexDE91550233ED1a433c
Octal33622112504376153210374
Binary1101111010010001101010101000111111101101110101000011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE9155

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE9155; }

 p { color: rgb(222,145,85); }

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

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

 a { background-color: rgb(222,145,85); }

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

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

 span { border-color: rgb(222,145,85); }

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