#DE8E5D

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

Shades of Whiskey Sour #DE8E5D

Tints of Whiskey Sour #DE8E5D

Color information

#DE8E5D (or 0xDE8E5D) is unknown color: approx Whiskey Sour. HEX triplet: DE, 8E and 5D. RGB value is (222,142,93). Sum of RGB (Red+Green+Blue) = 222+142+93=457 (60% of max value = 765). Red value is 222 (87.11% from 255 or 48.58% from 457); Green value is 142 (55.86% from 255 or 31.07% from 457); Blue value is 93 (36.72% from 255 or 20.35% from 457); Max value from RGB is 222 - color contains mainly: red. Hex color #DE8E5D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DE8E5D is #2171A2. Grayscale: #A0A0A0. Windows color (decimal): -2191779 or 6131422. OLE color: 6131422.

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

Color convert

RGB22214293-
CMYK00.360.580.13
HSL22.79º66.15%61.76%-
HSV(B)22.79º58.11%87.06%-
XYZ41.7735.6715.04-
YUV160.3390171.98-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 48.58%
GREEN value IS 142 (55.86% from 255) = 31.07%
BLUE value IS 93 (36.72% from 255) = 20.35%
R=48.58%
G=31.07%
B=20.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.58
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2221429300.360.580.1322.7966.1561.76
HexDE8E5D0243AD17423e
Octal33621613504472152710276
Binary1101111010001110101110101001001110101101101111000010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE8E5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE8E5D; }

 p { color: rgb(222,142,93); }

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

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

 a { background-color: rgb(222,142,93); }

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

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

 span { border-color: rgb(222,142,93); }

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