#D18958

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

Shades of Whiskey Sour #D18958

Tints of Whiskey Sour #D18958

Color information

#D18958 (or 0xD18958) is unknown color: approx Whiskey Sour. HEX triplet: D1, 89 and 58. RGB value is (209,137,88). Sum of RGB (Red+Green+Blue) = 209+137+88=434 (57% of max value = 765). Red value is 209 (82.03% from 255 or 48.16% from 434); Green value is 137 (53.91% from 255 or 31.57% from 434); Blue value is 88 (34.77% from 255 or 20.28% from 434); Max value from RGB is 209 - color contains mainly: red. Hex color #D18958 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D18958 is #2E76A7. Grayscale: #999999. Windows color (decimal): -3045032 or 5802449. OLE color: 5802449.

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

Color convert

RGB20913788-
CMYK00.340.580.18
HSL24.3º56.81%58.24%-
HSV(B)24.3º57.89%81.96%-
XYZ3732.1513.49-
YUV152.9491.35167.98-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 48.16%
GREEN value IS 137 (53.91% from 255) = 31.57%
BLUE value IS 88 (34.77% from 255) = 20.28%
R=48.16%
G=31.57%
B=20.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.58
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2091378800.340.580.1824.356.8158.24
HexD189580223A1218393a
Octal3212111300427222307172
Binary1101000110001001101100001000101110101001011000111001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D18958

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D18958; }

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

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

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

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

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

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

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

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