#D1905C

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

Shades of Whiskey Sour #D1905C

Tints of Whiskey Sour #D1905C

Color information

#D1905C (or 0xD1905C) is unknown color: approx Whiskey Sour. HEX triplet: D1, 90 and 5C. RGB value is (209,144,92). Sum of RGB (Red+Green+Blue) = 209+144+92=445 (58% of max value = 765). Red value is 209 (82.03% from 255 or 46.97% from 445); Green value is 144 (56.64% from 255 or 32.36% from 445); Blue value is 92 (36.33% from 255 or 20.67% from 445); Max value from RGB is 209 - color contains mainly: red. Hex color #D1905C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D1905C is #2E6FA3. Grayscale: #9D9D9D. Windows color (decimal): -3043236 or 6066385. OLE color: 6066385.

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

Color convert

RGB20914492-
CMYK00.310.560.18
HSL26.67º55.98%59.02%-
HSV(B)26.67º55.98%81.96%-
XYZ38.234.2714.73-
YUV157.5191.03164.73-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 46.97%
GREEN value IS 144 (56.64% from 255) = 32.36%
BLUE value IS 92 (36.33% from 255) = 20.67%
R=46.97%
G=32.36%
B=20.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.56
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2091449200.310.560.1826.6755.9859.02
HexD1905C01F38121b383b
Octal3212201340377022337073
Binary110100011001000010111000111111110001001011011111000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1905C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1905C; }

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

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

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

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

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

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

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

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