#D18E5B

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

Shades of Whiskey Sour #D18E5B

Tints of Whiskey Sour #D18E5B

Color information

#D18E5B (or 0xD18E5B) is unknown color: approx Whiskey Sour. HEX triplet: D1, 8E and 5B. RGB value is (209,142,91). Sum of RGB (Red+Green+Blue) = 209+142+91=442 (58% of max value = 765). Red value is 209 (82.03% from 255 or 47.29% from 442); Green value is 142 (55.86% from 255 or 32.13% from 442); Blue value is 91 (35.94% from 255 or 20.59% from 442); Max value from RGB is 209 - color contains mainly: red. Hex color #D18E5B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D18E5B is #2E71A4. Grayscale: #9C9C9C. Windows color (decimal): -3043749 or 6000337. OLE color: 6000337.

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

Color convert

RGB20914291-
CMYK00.320.560.18
HSL25.93º56.19%58.82%-
HSV(B)25.93º56.46%81.96%-
XYZ37.8633.6614.4-
YUV156.2291.2165.65-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 47.29%
GREEN value IS 142 (55.86% from 255) = 32.13%
BLUE value IS 91 (35.94% from 255) = 20.59%
R=47.29%
G=32.13%
B=20.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.56
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2091429100.320.560.1825.9356.1958.82
HexD18E5B02038121a383b
Octal3212161330407022327073
Binary1101000110001110101101101000001110001001011010111000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D18E5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D18E5B; }

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

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

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

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

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

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

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

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