#D18E62

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

Shades of Whiskey #D18E62

Tints of Whiskey #D18E62

Color information

#D18E62 (or 0xD18E62) is unknown color: approx Whiskey. HEX triplet: D1, 8E and 62. RGB value is (209,142,98). Sum of RGB (Red+Green+Blue) = 209+142+98=449 (59% of max value = 765). Red value is 209 (82.03% from 255 or 46.55% from 449); Green value is 142 (55.86% from 255 or 31.63% from 449); Blue value is 98 (38.67% from 255 or 21.83% from 449); Max value from RGB is 209 - color contains mainly: red. Hex color #D18E62 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D18E62 is #2E719D. Grayscale: #9D9D9D. Windows color (decimal): -3043742 or 6459089. OLE color: 6459089.

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

Color convert

RGB20914298-
CMYK00.320.530.18
HSL23.78º54.68%60.2%-
HSV(B)23.78º53.11%81.96%-
XYZ38.1733.7816.06-
YUV157.0294.7165.08-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 46.55%
GREEN value IS 142 (55.86% from 255) = 31.63%
BLUE value IS 98 (38.67% from 255) = 21.83%
R=46.55%
G=31.63%
B=21.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.53
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2091429800.320.530.1823.7854.6860.2
HexD18E62020351218373c
Octal3212161420406522306774
Binary1101000110001110110001001000001101011001011000110111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D18E62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D18E62; }

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

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

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

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

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

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

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

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