#D58757

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

Shades of Whiskey Sour #D58757

Tints of Whiskey Sour #D58757

Color information

#D58757 (or 0xD58757) is unknown color: approx Whiskey Sour. HEX triplet: D5, 87 and 57. RGB value is (213,135,87). Sum of RGB (Red+Green+Blue) = 213+135+87=435 (57% of max value = 765). Red value is 213 (83.59% from 255 or 48.97% from 435); Green value is 135 (53.12% from 255 or 31.03% from 435); Blue value is 87 (34.38% from 255 or 20% from 435); Max value from RGB is 213 - color contains mainly: red. Hex color #D58757 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D58757 is #2A78A8. Grayscale: #999999. Windows color (decimal): -2783401 or 5736405. OLE color: 5736405.

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

Color convert

RGB21313587-
CMYK00.370.590.16
HSL22.86º60%58.82%-
HSV(B)22.86º59.15%83.53%-
XYZ37.8232.1613.23-
YUV152.8590.84170.9-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 48.97%
GREEN value IS 135 (53.12% from 255) = 31.03%
BLUE value IS 87 (34.38% from 255) = 20%
R=48.97%
G=31.03%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.59
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2131358700.370.590.1622.866058.82
HexD587570253B10173c3b
Octal3252071270457320277473
Binary1101010110000111101011101001011110111000010111111100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D58757

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D58757; }

 p { color: rgb(213,135,87); }

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

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

 a { background-color: rgb(213,135,87); }

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

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

 span { border-color: rgb(213,135,87); }

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