#D18954

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

Shades of Whiskey Sour #D18954

Tints of Whiskey Sour #D18954

Color information

#D18954 (or 0xD18954) is unknown color: approx Whiskey Sour. HEX triplet: D1, 89 and 54. RGB value is (209,137,84). Sum of RGB (Red+Green+Blue) = 209+137+84=430 (56% of max value = 765). Red value is 209 (82.03% from 255 or 48.60% from 430); Green value is 137 (53.91% from 255 or 31.86% from 430); Blue value is 84 (33.20% from 255 or 19.53% from 430); Max value from RGB is 209 - color contains mainly: red. Hex color #D18954 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D18954 is #2E76AB. Grayscale: #989898. Windows color (decimal): -3045036 or 5540305. OLE color: 5540305.

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

Color convert

RGB20913784-
CMYK00.340.600.18
HSL25.44º57.6%57.45%-
HSV(B)25.44º59.81%81.96%-
XYZ36.8432.0912.64-
YUV152.4989.35168.31-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 48.60%
GREEN value IS 137 (53.91% from 255) = 31.86%
BLUE value IS 84 (33.20% from 255) = 19.53%
R=48.60%
G=31.86%
B=19.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.60
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2091378400.340.600.1825.4457.657.45
HexD189540223C12193a39
Octal3212111240427422317271
Binary1101000110001001101010001000101111001001011001111010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D18954

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D18954; }

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

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

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

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

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

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

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

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