#D18D58

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

Shades of Whiskey Sour #D18D58

Tints of Whiskey Sour #D18D58

Color information

#D18D58 (or 0xD18D58) is unknown color: approx Whiskey Sour. HEX triplet: D1, 8D and 58. RGB value is (209,141,88). Sum of RGB (Red+Green+Blue) = 209+141+88=438 (58% of max value = 765). Red value is 209 (82.03% from 255 or 47.72% from 438); Green value is 141 (55.47% from 255 or 32.19% from 438); Blue value is 88 (34.77% from 255 or 20.09% from 438); Max value from RGB is 209 - color contains mainly: red. Hex color #D18D58 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D18D58 is #2E72A7. Grayscale: #9B9B9B. Windows color (decimal): -3044008 or 5803473. OLE color: 5803473.

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

Color convert

RGB20914188-
CMYK00.330.580.18
HSL26.28º56.81%58.24%-
HSV(B)26.28º57.89%81.96%-
XYZ37.5833.3113.68-
YUV155.2990.03166.31-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 47.72%
GREEN value IS 141 (55.47% from 255) = 32.19%
BLUE value IS 88 (34.77% from 255) = 20.09%
R=47.72%
G=32.19%
B=20.09%

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
Decimal2091418800.330.580.1826.2856.8158.24
HexD18D580213A121a393a
Octal3212151300417222327172
Binary1101000110001101101100001000011110101001011010111001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D18D58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D18D58; }

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

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

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

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

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

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

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

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