#D18C5E

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

Shades of Whiskey #D18C5E

Tints of Whiskey #D18C5E

Color information

#D18C5E (or 0xD18C5E) is unknown color: approx Whiskey. HEX triplet: D1, 8C and 5E. RGB value is (209,140,94). Sum of RGB (Red+Green+Blue) = 209+140+94=443 (58% of max value = 765). Red value is 209 (82.03% from 255 or 47.18% from 443); Green value is 140 (55.08% from 255 or 31.60% from 443); Blue value is 94 (37.11% from 255 or 21.22% from 443); Max value from RGB is 209 - color contains mainly: red. Hex color #D18C5E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D18C5E is #2E73A1. Grayscale: #9B9B9B. Windows color (decimal): -3044258 or 6196433. OLE color: 6196433.

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

Color convert

RGB20914094-
CMYK00.330.550.18
HSL24º55.56%59.41%-
HSV(B)24º55.02%81.96%-
XYZ37.6933.1215-
YUV155.3993.36166.24-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 47.18%
GREEN value IS 140 (55.08% from 255) = 31.60%
BLUE value IS 94 (37.11% from 255) = 21.22%
R=47.18%
G=31.60%
B=21.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.55
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2091409400.330.550.182455.5659.41
HexD18C5E021371218383b
Octal3212141360416722307073
Binary1101000110001100101111001000011101111001011000111000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D18C5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D18C5E; }

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

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

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

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

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

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

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

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