#DE8A5A

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

Shades of Whiskey Sour #DE8A5A

Tints of Whiskey Sour #DE8A5A

Color information

#DE8A5A (or 0xDE8A5A) is unknown color: approx Whiskey Sour. HEX triplet: DE, 8A and 5A. RGB value is (222,138,90). Sum of RGB (Red+Green+Blue) = 222+138+90=450 (59% of max value = 765). Red value is 222 (87.11% from 255 or 49.33% from 450); Green value is 138 (54.30% from 255 or 30.67% from 450); Blue value is 90 (35.55% from 255 or 20% from 450); Max value from RGB is 222 - color contains mainly: red. Hex color #DE8A5A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DE8A5A is #2175A5. Grayscale: #9D9D9D. Windows color (decimal): -2192806 or 5933790. OLE color: 5933790.

HSL color Cylindrical-coordinate representation of color #DE8A5A: hue angle of 21.82º 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 #DE8A5A is Cyan = 0, Magento = 0.38, Yellow = 0.59 and Black (K on CMYK) = 0.13.

Color convert

RGB22213890-
CMYK00.380.590.13
HSL21.82º66.67%61.18%-
HSV(B)21.82º59.46%87.06%-
XYZ41.0634.4414.16-
YUV157.6489.83173.9-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 49.33%
GREEN value IS 138 (54.30% from 255) = 30.67%
BLUE value IS 90 (35.55% from 255) = 20%
R=49.33%
G=30.67%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.59
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2221389000.380.590.1321.8266.6761.18
HexDE8A5A0263BD16433d
Octal33621213204673152610375
Binary1101111010001010101101001001101110111101101101000011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE8A5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE8A5A; }

 p { color: rgb(222,138,90); }

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

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

 a { background-color: rgb(222,138,90); }

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

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

 span { border-color: rgb(222,138,90); }

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