#DE8C53

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

Shades of Whiskey Sour #DE8C53

Tints of Whiskey Sour #DE8C53

Color information

#DE8C53 (or 0xDE8C53) is unknown color: approx Whiskey Sour. HEX triplet: DE, 8C and 53. RGB value is (222,140,83). Sum of RGB (Red+Green+Blue) = 222+140+83=445 (58% of max value = 765). Red value is 222 (87.11% from 255 or 49.89% from 445); Green value is 140 (55.08% from 255 or 31.46% from 445); Blue value is 83 (32.81% from 255 or 18.65% from 445); Max value from RGB is 222 - color contains mainly: red. Hex color #DE8C53 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DE8C53 is #2173AC. Grayscale: #9E9E9E. Windows color (decimal): -2192301 or 5475550. OLE color: 5475550.

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

Color convert

RGB22214083-
CMYK00.370.630.13
HSL24.6º67.8%59.8%-
HSV(B)24.6º62.61%87.06%-
XYZ41.0634.9112.76-
YUV158.0285.67173.63-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 49.89%
GREEN value IS 140 (55.08% from 255) = 31.46%
BLUE value IS 83 (32.81% from 255) = 18.65%
R=49.89%
G=31.46%
B=18.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.63
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2221408300.370.630.1324.667.859.8
HexDE8C530253FD19443c
Octal33621412304577153110474
Binary1101111010001100101001101001011111111101110011000100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE8C53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE8C53; }

 p { color: rgb(222,140,83); }

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

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

 a { background-color: rgb(222,140,83); }

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

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

 span { border-color: rgb(222,140,83); }

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