#D18C58

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

Shades of Whiskey Sour #D18C58

Tints of Whiskey Sour #D18C58

Color information

#D18C58 (or 0xD18C58) is unknown color: approx Whiskey Sour. HEX triplet: D1, 8C and 58. RGB value is (209,140,88). Sum of RGB (Red+Green+Blue) = 209+140+88=437 (57% of max value = 765). Red value is 209 (82.03% from 255 or 47.83% from 437); Green value is 140 (55.08% from 255 or 32.04% from 437); Blue value is 88 (34.77% from 255 or 20.14% from 437); Max value from RGB is 209 - color contains mainly: red. Hex color #D18C58 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D18C58 is #2E73A7. Grayscale: #9A9A9A. Windows color (decimal): -3044264 or 5803217. OLE color: 5803217.

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

Color convert

RGB20914088-
CMYK00.330.580.18
HSL25.79º56.81%58.24%-
HSV(B)25.79º57.89%81.96%-
XYZ37.4333.0213.63-
YUV154.790.36166.73-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 47.83%
GREEN value IS 140 (55.08% from 255) = 32.04%
BLUE value IS 88 (34.77% from 255) = 20.14%
R=47.83%
G=32.04%
B=20.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.58
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2091408800.330.580.1825.7956.8158.24
HexD18C580213A121a393a
Octal3212141300417222327172
Binary1101000110001100101100001000011110101001011010111001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D18C58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D18C58; }

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

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

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

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

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

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

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

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