#D1945C

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

Shades of Whiskey Sour #D1945C

Tints of Whiskey Sour #D1945C

Color information

#D1945C (or 0xD1945C) is unknown color: approx Whiskey Sour. HEX triplet: D1, 94 and 5C. RGB value is (209,148,92). Sum of RGB (Red+Green+Blue) = 209+148+92=449 (59% of max value = 765). Red value is 209 (82.03% from 255 or 46.55% from 449); Green value is 148 (58.20% from 255 or 32.96% from 449); Blue value is 92 (36.33% from 255 or 20.49% from 449); Max value from RGB is 209 - color contains mainly: red. Hex color #D1945C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D1945C is #2E6BA3. Grayscale: #A0A0A0. Windows color (decimal): -3042212 or 6067409. OLE color: 6067409.

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

Color convert

RGB20914892-
CMYK00.290.560.18
HSL28.72º55.98%59.02%-
HSV(B)28.72º55.98%81.96%-
XYZ38.8235.5114.93-
YUV159.8589.71163.05-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 46.55%
GREEN value IS 148 (58.20% from 255) = 32.96%
BLUE value IS 92 (36.33% from 255) = 20.49%
R=46.55%
G=32.96%
B=20.49%

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
Decimal2091489200.290.560.1828.7255.9859.02
HexD1945C01D38121d383b
Octal3212241340357022357073
Binary110100011001010010111000111011110001001011101111000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1945C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1945C; }

 p { color: rgb(209,148,92); }

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

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

 a { background-color: rgb(209,148,92); }

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

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

 span { border-color: rgb(209,148,92); }

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