#DE8F5E

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

Shades of Whiskey Sour #DE8F5E

Tints of Whiskey Sour #DE8F5E

Color information

#DE8F5E (or 0xDE8F5E) is unknown color: approx Whiskey Sour. HEX triplet: DE, 8F and 5E. RGB value is (222,143,94). Sum of RGB (Red+Green+Blue) = 222+143+94=459 (60% of max value = 765). Red value is 222 (87.11% from 255 or 48.37% from 459); Green value is 143 (56.25% from 255 or 31.15% from 459); Blue value is 94 (37.11% from 255 or 20.48% from 459); Max value from RGB is 222 - color contains mainly: red. Hex color #DE8F5E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DE8F5E is #2170A1. Grayscale: #A1A1A1. Windows color (decimal): -2191522 or 6197214. OLE color: 6197214.

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

Color convert

RGB22214394-
CMYK00.360.580.13
HSL22.97º65.98%61.96%-
HSV(B)22.97º57.66%87.06%-
XYZ41.9735.9815.32-
YUV161.0490.17171.48-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 48.37%
GREEN value IS 143 (56.25% from 255) = 31.15%
BLUE value IS 94 (37.11% from 255) = 20.48%
R=48.37%
G=31.15%
B=20.48%

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
Decimal2221439400.360.580.1322.9765.9861.96
HexDE8F5E0243AD17423e
Octal33621713604472152710276
Binary1101111010001111101111001001001110101101101111000010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE8F5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE8F5E; }

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

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

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

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

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

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

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

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