#D1935B

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

Shades of Whiskey Sour #D1935B

Tints of Whiskey Sour #D1935B

Color information

#D1935B (or 0xD1935B) is unknown color: approx Whiskey Sour. HEX triplet: D1, 93 and 5B. RGB value is (209,147,91). Sum of RGB (Red+Green+Blue) = 209+147+91=447 (59% of max value = 765). Red value is 209 (82.03% from 255 or 46.76% from 447); Green value is 147 (57.81% from 255 or 32.89% from 447); Blue value is 91 (35.94% from 255 or 20.36% from 447); Max value from RGB is 209 - color contains mainly: red. Hex color #D1935B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D1935B is #2E6CA4. Grayscale: #9F9F9F. Windows color (decimal): -3042469 or 6001617. OLE color: 6001617.

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

Color convert

RGB20914791-
CMYK00.300.560.18
HSL28.47º56.19%58.82%-
HSV(B)28.47º56.46%81.96%-
XYZ38.6235.1814.65-
YUV159.1589.54163.55-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 46.76%
GREEN value IS 147 (57.81% from 255) = 32.89%
BLUE value IS 91 (35.94% from 255) = 20.36%
R=46.76%
G=32.89%
B=20.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.56
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2091479100.300.560.1828.4756.1958.82
HexD1935B01E38121c383b
Octal3212231330367022347073
Binary110100011001001110110110111101110001001011100111000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1935B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1935B; }

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

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

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

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

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

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

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

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