#DE996B

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

Shades of Whiskey #DE996B

Tints of Whiskey #DE996B

Color information

#DE996B (or 0xDE996B) is unknown color: approx Whiskey. HEX triplet: DE, 99 and 6B. RGB value is (222,153,107). Sum of RGB (Red+Green+Blue) = 222+153+107=482 (63% of max value = 765). Red value is 222 (87.11% from 255 or 46.06% from 482); Green value is 153 (60.16% from 255 or 31.74% from 482); Blue value is 107 (42.19% from 255 or 22.20% from 482); Max value from RGB is 222 - color contains mainly: red. Hex color #DE996B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DE996B is #216694. Grayscale: #A8A8A8. Windows color (decimal): -2188949 or 7051742. OLE color: 7051742.

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

Color convert

RGB222153107-
CMYK00.310.520.13
HSL24º63.54%64.51%-
HSV(B)24º51.8%87.06%-
XYZ44.1739.3719.18-
YUV168.3993.36166.24-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 46.06%
GREEN value IS 153 (60.16% from 255) = 31.74%
BLUE value IS 107 (42.19% from 255) = 22.20%
R=46.06%
G=31.74%
B=22.20%

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
Decimal22215310700.310.520.132463.5464.51
HexDE996B01F34D184041
Octal336231153037641530100101
Binary1101111010011001110101101111111010011011100010000001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE996B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE996B; }

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

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

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

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

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

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

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

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