#DE9360

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

Shades of Whiskey Sour #DE9360

Tints of Whiskey Sour #DE9360

Color information

#DE9360 (or 0xDE9360) is unknown color: approx Whiskey Sour. HEX triplet: DE, 93 and 60. RGB value is (222,147,96). Sum of RGB (Red+Green+Blue) = 222+147+96=465 (61% of max value = 765). Red value is 222 (87.11% from 255 or 47.74% from 465); Green value is 147 (57.81% from 255 or 31.61% from 465); Blue value is 96 (37.89% from 255 or 20.65% from 465); Max value from RGB is 222 - color contains mainly: red. Hex color #DE9360 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DE9360 is #216C9F. Grayscale: #A3A3A3. Windows color (decimal): -2190496 or 6329310. OLE color: 6329310.

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

Color convert

RGB22214796-
CMYK00.340.570.13
HSL24.29º65.62%62.35%-
HSV(B)24.29º56.76%87.06%-
XYZ42.6737.2416.01-
YUV163.6189.85169.65-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 47.74%
GREEN value IS 147 (57.81% from 255) = 31.61%
BLUE value IS 96 (37.89% from 255) = 20.65%
R=47.74%
G=31.61%
B=20.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.57
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2221479600.340.570.1324.2965.6262.35
HexDE936002239D18423e
Octal33622314004271153010276
Binary1101111010010011110000001000101110011101110001000010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE9360

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE9360; }

 p { color: rgb(222,147,96); }

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

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

 a { background-color: rgb(222,147,96); }

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

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

 span { border-color: rgb(222,147,96); }

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