#DE9A6B

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

Shades of Whiskey #DE9A6B

Tints of Whiskey #DE9A6B

Color information

#DE9A6B (or 0xDE9A6B) is unknown color: approx Whiskey. HEX triplet: DE, 9A and 6B. RGB value is (222,154,107). Sum of RGB (Red+Green+Blue) = 222+154+107=483 (63% of max value = 765). Red value is 222 (87.11% from 255 or 45.96% from 483); Green value is 154 (60.55% from 255 or 31.88% from 483); Blue value is 107 (42.19% from 255 or 22.15% from 483); Max value from RGB is 222 - color contains mainly: red. Hex color #DE9A6B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DE9A6B is #216594. Grayscale: #A9A9A9. Windows color (decimal): -2188693 or 7051998. OLE color: 7051998.

HSL color Cylindrical-coordinate representation of color #DE9A6B: hue angle of 24.52º degrees, saturation: 0.64, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DE9A6B is Cyan = 0, Magento = 0.31, Yellow = 0.52 and Black (K on CMYK) = 0.13.

Color convert

RGB222154107-
CMYK00.310.520.13
HSL24.52º63.54%64.51%-
HSV(B)24.52º51.8%87.06%-
XYZ44.3339.719.24-
YUV168.9793.03165.82-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 45.96%
GREEN value IS 154 (60.55% from 255) = 31.88%
BLUE value IS 107 (42.19% from 255) = 22.15%
R=45.96%
G=31.88%
B=22.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.52
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22215410700.310.520.1324.5263.5464.51
HexDE9A6B01F34D194041
Octal336232153037641531100101
Binary1101111010011010110101101111111010011011100110000001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE9A6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE9A6B; }

 p { color: rgb(222,154,107); }

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

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

 a { background-color: rgb(222,154,107); }

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

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

 span { border-color: rgb(222,154,107); }

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