#D1955B

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

Shades of Whiskey Sour #D1955B

Tints of Whiskey Sour #D1955B

Color information

#D1955B (or 0xD1955B) is unknown color: approx Whiskey Sour. HEX triplet: D1, 95 and 5B. RGB value is (209,149,91). Sum of RGB (Red+Green+Blue) = 209+149+91=449 (59% of max value = 765). Red value is 209 (82.03% from 255 or 46.55% from 449); Green value is 149 (58.59% from 255 or 33.18% from 449); Blue value is 91 (35.94% from 255 or 20.27% from 449); Max value from RGB is 209 - color contains mainly: red. Hex color #D1955B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D1955B is #2E6AA4. Grayscale: #A0A0A0. Windows color (decimal): -3041957 or 6002129. OLE color: 6002129.

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

Color convert

RGB20914991-
CMYK00.290.560.18
HSL29.49º56.19%58.82%-
HSV(B)29.49º56.46%81.96%-
XYZ38.9335.8114.76-
YUV160.3388.88162.72-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 46.55%
GREEN value IS 149 (58.59% from 255) = 33.18%
BLUE value IS 91 (35.94% from 255) = 20.27%
R=46.55%
G=33.18%
B=20.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.56
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2091499100.290.560.1829.4956.1958.82
HexD1955B01D38121d383b
Octal3212251330357022357073
Binary110100011001010110110110111011110001001011101111000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1955B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1955B; }

 p { color: rgb(209,149,91); }

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

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

 a { background-color: rgb(209,149,91); }

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

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

 span { border-color: rgb(209,149,91); }

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