#DE925D

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

Shades of Whiskey Sour #DE925D

Tints of Whiskey Sour #DE925D

Color information

#DE925D (or 0xDE925D) is unknown color: approx Whiskey Sour. HEX triplet: DE, 92 and 5D. RGB value is (222,146,93). Sum of RGB (Red+Green+Blue) = 222+146+93=461 (61% of max value = 765). Red value is 222 (87.11% from 255 or 48.16% from 461); Green value is 146 (57.42% from 255 or 31.67% from 461); Blue value is 93 (36.72% from 255 or 20.17% from 461); Max value from RGB is 222 - color contains mainly: red. Hex color #DE925D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DE925D is #216DA2. Grayscale: #A2A2A2. Windows color (decimal): -2190755 or 6132446. OLE color: 6132446.

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

Color convert

RGB22214693-
CMYK00.340.580.13
HSL24.65º66.15%61.76%-
HSV(B)24.65º58.11%87.06%-
XYZ42.3836.8815.24-
YUV162.6888.68170.31-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 48.16%
GREEN value IS 146 (57.42% from 255) = 31.67%
BLUE value IS 93 (36.72% from 255) = 20.17%
R=48.16%
G=31.67%
B=20.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.58
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2221469300.340.580.1324.6566.1561.76
HexDE925D0223AD19423e
Octal33622213504272153110276
Binary1101111010010010101110101000101110101101110011000010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE925D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE925D; }

 p { color: rgb(222,146,93); }

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

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

 a { background-color: rgb(222,146,93); }

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

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

 span { border-color: rgb(222,146,93); }

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