#D58955

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

Shades of Whiskey Sour #D58955

Tints of Whiskey Sour #D58955

Color information

#D58955 (or 0xD58955) is unknown color: approx Whiskey Sour. HEX triplet: D5, 89 and 55. RGB value is (213,137,85). Sum of RGB (Red+Green+Blue) = 213+137+85=435 (57% of max value = 765). Red value is 213 (83.59% from 255 or 48.97% from 435); Green value is 137 (53.91% from 255 or 31.49% from 435); Blue value is 85 (33.59% from 255 or 19.54% from 435); Max value from RGB is 213 - color contains mainly: red. Hex color #D58955 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D58955 is #2A76AA. Grayscale: #9A9A9A. Windows color (decimal): -2782891 or 5605845. OLE color: 5605845.

HSL color Cylindrical-coordinate representation of color #D58955: hue angle of 24.38º degrees, saturation: 0.6, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D58955 is Cyan = 0, Magento = 0.36, Yellow = 0.60 and Black (K on CMYK) = 0.16.

Color convert

RGB21313785-
CMYK00.360.600.16
HSL24.38º60.38%58.43%-
HSV(B)24.38º60.09%83.53%-
XYZ38.0332.6912.9-
YUV153.889.18170.23-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 48.97%
GREEN value IS 137 (53.91% from 255) = 31.49%
BLUE value IS 85 (33.59% from 255) = 19.54%
R=48.97%
G=31.49%
B=19.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.60
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2131378500.360.600.1624.3860.3858.43
HexD589550243C10183c3a
Octal3252111250447420307472
Binary1101010110001001101010101001001111001000011000111100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D58955

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D58955; }

 p { color: rgb(213,137,85); }

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

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

 a { background-color: rgb(213,137,85); }

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

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

 span { border-color: rgb(213,137,85); }

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