#DE945C

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

Shades of Whiskey Sour #DE945C

Tints of Whiskey Sour #DE945C

Color information

#DE945C (or 0xDE945C) is unknown color: approx Whiskey Sour. HEX triplet: DE, 94 and 5C. RGB value is (222,148,92). Sum of RGB (Red+Green+Blue) = 222+148+92=462 (61% of max value = 765). Red value is 222 (87.11% from 255 or 48.05% from 462); Green value is 148 (58.20% from 255 or 32.03% from 462); Blue value is 92 (36.33% from 255 or 19.91% from 462); Max value from RGB is 222 - color contains mainly: red. Hex color #DE945C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DE945C is #216BA3. Grayscale: #A4A4A4. Windows color (decimal): -2190244 or 6067422. OLE color: 6067422.

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

Color convert

RGB22214892-
CMYK00.330.590.13
HSL25.85º66.33%61.57%-
HSV(B)25.85º58.56%87.06%-
XYZ42.6537.4815.11-
YUV163.7487.52169.55-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 48.05%
GREEN value IS 148 (58.20% from 255) = 32.03%
BLUE value IS 92 (36.33% from 255) = 19.91%
R=48.05%
G=32.03%
B=19.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.59
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2221489200.330.590.1325.8566.3361.57
HexDE945C0213BD1a423e
Octal33622413404173153210276
Binary1101111010010100101110001000011110111101110101000010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE945C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE945C; }

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

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

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

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

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

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

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

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