#d18a5e

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

Shades of Whiskey #D18A5E

Tints of Whiskey #D18A5E

Color information

#D18A5E (or 0xD18A5E) is unknown color: approx Whiskey. HEX triplet: D1, 8A and 5E. RGB value is (209,138,94). Sum of RGB (Red+Green+Blue) = 209+138+94=441 (58% of max value = 765). Red value is 209 (82.03% from 255 or 47.39% from 441); Green value is 138 (54.30% from 255 or 31.29% from 441); Blue value is 94 (37.11% from 255 or 21.32% from 441); Max value from RGB is 209 - color contains mainly: red. Hex color #D18A5E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D18A5E is #2E75A1. Grayscale: #9A9A9A. Windows color (decimal): -3044770 or 6195921. OLE color: 6195921.

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

Color convert

RGB20913894-
CMYK00.340.550.18
HSL22.96º55.56%59.41%-
HSV(B)22.96º55.02%81.96%-
XYZ37.432.5414.9-
YUV154.2194.02167.08-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 47.39%
GREEN value IS 138 (54.30% from 255) = 31.29%
BLUE value IS 94 (37.11% from 255) = 21.32%
R=47.39%
G=31.29%
B=21.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.55
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2091389400.340.550.1822.9655.5659.41
HexD18A5E022371217383b
Octal3212121360426722277073
Binary1101000110001010101111001000101101111001010111111000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d18a5e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d18a5e; }

 p { color: rgb(209,138,94); }

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

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

 a { background-color: rgb(209,138,94); }

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

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

 span { border-color: rgb(209,138,94); }

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