#DE8D5C

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

Shades of Whiskey Sour #DE8D5C

Tints of Whiskey Sour #DE8D5C

Color information

#DE8D5C (or 0xDE8D5C) is unknown color: approx Whiskey Sour. HEX triplet: DE, 8D and 5C. RGB value is (222,141,92). Sum of RGB (Red+Green+Blue) = 222+141+92=455 (60% of max value = 765). Red value is 222 (87.11% from 255 or 48.79% from 455); Green value is 141 (55.47% from 255 or 30.99% from 455); Blue value is 92 (36.33% from 255 or 20.22% from 455); Max value from RGB is 222 - color contains mainly: red. Hex color #DE8D5C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DE8D5C is #2172A3. Grayscale: #9F9F9F. Windows color (decimal): -2192036 or 6065630. OLE color: 6065630.

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

Color convert

RGB22214192-
CMYK00.360.590.13
HSL22.62º66.33%61.57%-
HSV(B)22.62º58.56%87.06%-
XYZ41.5835.3514.76-
YUV159.6389.84172.48-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 48.79%
GREEN value IS 141 (55.47% from 255) = 30.99%
BLUE value IS 92 (36.33% from 255) = 20.22%
R=48.79%
G=30.99%
B=20.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.59
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2221419200.360.590.1322.6266.3361.57
HexDE8D5C0243BD17423e
Octal33621513404473152710276
Binary1101111010001101101110001001001110111101101111000010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE8D5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE8D5C; }

 p { color: rgb(222,141,92); }

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

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

 a { background-color: rgb(222,141,92); }

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

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

 span { border-color: rgb(222,141,92); }

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