#D18F55

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

Shades of Whiskey Sour #D18F55

Tints of Whiskey Sour #D18F55

Color information

#D18F55 (or 0xD18F55) is unknown color: approx Whiskey Sour. HEX triplet: D1, 8F and 55. RGB value is (209,143,85). Sum of RGB (Red+Green+Blue) = 209+143+85=437 (57% of max value = 765). Red value is 209 (82.03% from 255 or 47.83% from 437); Green value is 143 (56.25% from 255 or 32.72% from 437); Blue value is 85 (33.59% from 255 or 19.45% from 437); Max value from RGB is 209 - color contains mainly: red. Hex color #D18F55 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D18F55 is #2E70AA. Grayscale: #9C9C9C. Windows color (decimal): -3043499 or 5607377. OLE color: 5607377.

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

Color convert

RGB20914385-
CMYK00.320.590.18
HSL28.06º57.41%57.65%-
HSV(B)28.06º59.33%81.96%-
XYZ37.7633.8613.14-
YUV156.1287.87165.72-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 47.83%
GREEN value IS 143 (56.25% from 255) = 32.72%
BLUE value IS 85 (33.59% from 255) = 19.45%
R=47.83%
G=32.72%
B=19.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.59
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2091438500.320.590.1828.0657.4157.65
HexD18F550203B121c393a
Octal3212171250407322347172
Binary1101000110001111101010101000001110111001011100111001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D18F55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D18F55; }

 p { color: rgb(209,143,85); }

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

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

 a { background-color: rgb(209,143,85); }

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

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

 span { border-color: rgb(209,143,85); }

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