#DE9869

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

Shades of Whiskey #DE9869

Tints of Whiskey #DE9869

Color information

#DE9869 (or 0xDE9869) is unknown color: approx Whiskey. HEX triplet: DE, 98 and 69. RGB value is (222,152,105). Sum of RGB (Red+Green+Blue) = 222+152+105=479 (63% of max value = 765). Red value is 222 (87.11% from 255 or 46.35% from 479); Green value is 152 (59.77% from 255 or 31.73% from 479); Blue value is 105 (41.41% from 255 or 21.92% from 479); Max value from RGB is 222 - color contains mainly: red. Hex color #DE9869 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DE9869 is #216796. Grayscale: #A7A7A7. Windows color (decimal): -2189207 or 6920414. OLE color: 6920414.

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

Color convert

RGB222152105-
CMYK00.320.530.13
HSL24.1º63.93%64.12%-
HSV(B)24.1º52.7%87.06%-
XYZ43.939.0118.58-
YUV167.5792.69166.82-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 46.35%
GREEN value IS 152 (59.77% from 255) = 31.73%
BLUE value IS 105 (41.41% from 255) = 21.92%
R=46.35%
G=31.73%
B=21.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.53
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22215210500.320.530.1324.163.9364.12
HexDE986902035D184040
Octal336230151040651530100100
Binary11011110100110001101001010000011010111011100010000001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE9869

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE9869; }

 p { color: rgb(222,152,105); }

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

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

 a { background-color: rgb(222,152,105); }

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

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

 span { border-color: rgb(222,152,105); }

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