#DE9259

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

Shades of Whiskey Sour #DE9259

Tints of Whiskey Sour #DE9259

Color information

#DE9259 (or 0xDE9259) is unknown color: approx Whiskey Sour. HEX triplet: DE, 92 and 59. RGB value is (222,146,89). Sum of RGB (Red+Green+Blue) = 222+146+89=457 (60% of max value = 765). Red value is 222 (87.11% from 255 or 48.58% from 457); Green value is 146 (57.42% from 255 or 31.95% from 457); Blue value is 89 (35.16% from 255 or 19.47% from 457); Max value from RGB is 222 - color contains mainly: red. Hex color #DE9259 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DE9259 is #216DA6. Grayscale: #A2A2A2. Windows color (decimal): -2190759 or 5870302. OLE color: 5870302.

HSL color Cylindrical-coordinate representation of color #DE9259: hue angle of 25.71º degrees, saturation: 0.67, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #DE9259 is Cyan = 0, Magento = 0.34, Yellow = 0.60 and Black (K on CMYK) = 0.13.

Color convert

RGB22214689-
CMYK00.340.600.13
HSL25.71º66.83%60.98%-
HSV(B)25.71º59.91%87.06%-
XYZ42.2136.8114.33-
YUV162.2386.68170.63-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 48.58%
GREEN value IS 146 (57.42% from 255) = 31.95%
BLUE value IS 89 (35.16% from 255) = 19.47%
R=48.58%
G=31.95%
B=19.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.60
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2221468900.340.600.1325.7166.8360.98
HexDE92590223CD1a433d
Octal33622213104274153210375
Binary1101111010010010101100101000101111001101110101000011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE9259

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE9259; }

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

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

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

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

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

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

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

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