#D18C56

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

Shades of Whiskey Sour #D18C56

Tints of Whiskey Sour #D18C56

Color information

#D18C56 (or 0xD18C56) is unknown color: approx Whiskey Sour. HEX triplet: D1, 8C and 56. RGB value is (209,140,86). Sum of RGB (Red+Green+Blue) = 209+140+86=435 (57% of max value = 765). Red value is 209 (82.03% from 255 or 48.05% from 435); Green value is 140 (55.08% from 255 or 32.18% from 435); Blue value is 86 (33.98% from 255 or 19.77% from 435); Max value from RGB is 209 - color contains mainly: red. Hex color #D18C56 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D18C56 is #2E73A9. Grayscale: #9A9A9A. Windows color (decimal): -3044266 or 5672145. OLE color: 5672145.

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

Color convert

RGB20914086-
CMYK00.330.590.18
HSL26.34º57.21%57.84%-
HSV(B)26.34º58.85%81.96%-
XYZ37.3532.9813.2-
YUV154.4889.36166.89-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 48.05%
GREEN value IS 140 (55.08% from 255) = 32.18%
BLUE value IS 86 (33.98% from 255) = 19.77%
R=48.05%
G=32.18%
B=19.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.59
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2091408600.330.590.1826.3457.2157.84
HexD18C560213B121a393a
Octal3212141260417322327172
Binary1101000110001100101011001000011110111001011010111001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D18C56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D18C56; }

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

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

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

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

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

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

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

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