#D18C5F

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

Shades of Whiskey #D18C5F

Tints of Whiskey #D18C5F

Color information

#D18C5F (or 0xD18C5F) is unknown color: approx Whiskey. HEX triplet: D1, 8C and 5F. RGB value is (209,140,95). Sum of RGB (Red+Green+Blue) = 209+140+95=444 (58% of max value = 765). Red value is 209 (82.03% from 255 or 47.07% from 444); Green value is 140 (55.08% from 255 or 31.53% from 444); Blue value is 95 (37.5% from 255 or 21.40% from 444); Max value from RGB is 209 - color contains mainly: red. Hex color #D18C5F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D18C5F is #2E73A0. Grayscale: #9B9B9B. Windows color (decimal): -3044257 or 6261969. OLE color: 6261969.

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

Color convert

RGB20914095-
CMYK00.330.550.18
HSL23.68º55.34%59.61%-
HSV(B)23.68º54.55%81.96%-
XYZ37.7433.1415.23-
YUV155.593.86166.16-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 47.07%
GREEN value IS 140 (55.08% from 255) = 31.53%
BLUE value IS 95 (37.5% from 255) = 21.40%
R=47.07%
G=31.53%
B=21.40%

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
Decimal2091409500.330.550.1823.6855.3459.61
HexD18C5F021371218373c
Octal3212141370416722306774
Binary1101000110001100101111101000011101111001011000110111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D18C5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D18C5F; }

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

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

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

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

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

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

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

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