#DE905E

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

Shades of Whiskey Sour #DE905E

Tints of Whiskey Sour #DE905E

Color information

#DE905E (or 0xDE905E) is unknown color: approx Whiskey Sour. HEX triplet: DE, 90 and 5E. RGB value is (222,144,94). Sum of RGB (Red+Green+Blue) = 222+144+94=460 (60% of max value = 765). Red value is 222 (87.11% from 255 or 48.26% from 460); Green value is 144 (56.64% from 255 or 31.30% from 460); Blue value is 94 (37.11% from 255 or 20.43% from 460); Max value from RGB is 222 - color contains mainly: red. Hex color #DE905E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DE905E is #216FA1. Grayscale: #A1A1A1. Windows color (decimal): -2191266 or 6197470. OLE color: 6197470.

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

Color convert

RGB22214494-
CMYK00.350.580.13
HSL23.44º65.98%61.96%-
HSV(B)23.44º57.66%87.06%-
XYZ42.1236.2815.37-
YUV161.6289.84171.07-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 48.26%
GREEN value IS 144 (56.64% from 255) = 31.30%
BLUE value IS 94 (37.11% from 255) = 20.43%
R=48.26%
G=31.30%
B=20.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.58
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2221449400.350.580.1323.4465.9861.96
HexDE905E0233AD17423e
Octal33622013604372152710276
Binary1101111010010000101111001000111110101101101111000010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE905E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE905E; }

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

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

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

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

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

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

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

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