#D39155

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

Shades of Whiskey Sour #D39155

Tints of Whiskey Sour #D39155

Color information

#D39155 (or 0xD39155) is unknown color: approx Whiskey Sour. HEX triplet: D3, 91 and 55. RGB value is (211,145,85). Sum of RGB (Red+Green+Blue) = 211+145+85=441 (58% of max value = 765). Red value is 211 (82.81% from 255 or 47.85% from 441); Green value is 145 (57.03% from 255 or 32.88% from 441); Blue value is 85 (33.59% from 255 or 19.27% from 441); Max value from RGB is 211 - color contains mainly: red. Hex color #D39155 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D39155 is #2C6EAA. Grayscale: #9E9E9E. Windows color (decimal): -2911915 or 5607891. OLE color: 5607891.

HSL color Cylindrical-coordinate representation of color #D39155: hue angle of 28.57º degrees, saturation: 0.59, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D39155 is Cyan = 0, Magento = 0.31, Yellow = 0.60 and Black (K on CMYK) = 0.17.

Color convert

RGB21114585-
CMYK00.310.600.17
HSL28.57º58.88%58.04%-
HSV(B)28.57º59.72%82.75%-
XYZ38.6334.7613.27-
YUV157.8986.87165.88-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 47.85%
GREEN value IS 145 (57.03% from 255) = 32.88%
BLUE value IS 85 (33.59% from 255) = 19.27%
R=47.85%
G=32.88%
B=19.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.60
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2111458500.310.600.1728.5758.8858.04
HexD3915501F3C111d3b3a
Octal3232211250377421357372
Binary110100111001000110101010111111111001000111101111011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D39155

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D39155; }

 p { color: rgb(211,145,85); }

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

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

 a { background-color: rgb(211,145,85); }

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

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

 span { border-color: rgb(211,145,85); }

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