#D18E69

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

Shades of Whiskey #D18E69

Tints of Whiskey #D18E69

Color information

#D18E69 (or 0xD18E69) is unknown color: approx Whiskey. HEX triplet: D1, 8E and 69. RGB value is (209,142,105). Sum of RGB (Red+Green+Blue) = 209+142+105=456 (60% of max value = 765). Red value is 209 (82.03% from 255 or 45.83% from 456); Green value is 142 (55.86% from 255 or 31.14% from 456); Blue value is 105 (41.41% from 255 or 23.03% from 456); Max value from RGB is 209 - color contains mainly: red. Hex color #D18E69 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D18E69 is #2E7196. Grayscale: #9E9E9E. Windows color (decimal): -3043735 or 6917841. OLE color: 6917841.

HSL color Cylindrical-coordinate representation of color #D18E69: hue angle of 21.35º degrees, saturation: 0.53, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D18E69 is Cyan = 0, Magento = 0.32, Yellow = 0.50 and Black (K on CMYK) = 0.18.

Color convert

RGB209142105-
CMYK00.320.500.18
HSL21.35º53.06%61.57%-
HSV(B)21.35º49.76%81.96%-
XYZ38.5233.9217.88-
YUV157.8298.2164.51-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 45.83%
GREEN value IS 142 (55.86% from 255) = 31.14%
BLUE value IS 105 (41.41% from 255) = 23.03%
R=45.83%
G=31.14%
B=23.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.50
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20914210500.320.500.1821.3553.0661.57
HexD18E69020321215353e
Octal3212161510406222256576
Binary1101000110001110110100101000001100101001010101110101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D18E69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D18E69; }

 p { color: rgb(209,142,105); }

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

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

 a { background-color: rgb(209,142,105); }

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

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

 span { border-color: rgb(209,142,105); }

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