#D58A50

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

Shades of Whiskey Sour #D58A50

Tints of Whiskey Sour #D58A50

Color information

#D58A50 (or 0xD58A50) is unknown color: approx Whiskey Sour. HEX triplet: D5, 8A and 50. RGB value is (213,138,80). Sum of RGB (Red+Green+Blue) = 213+138+80=431 (57% of max value = 765). Red value is 213 (83.59% from 255 or 49.42% from 431); Green value is 138 (54.30% from 255 or 32.02% from 431); Blue value is 80 (31.64% from 255 or 18.56% from 431); Max value from RGB is 213 - color contains mainly: red. Hex color #D58A50 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D58A50 is #2A75AF. Grayscale: #9A9A9A. Windows color (decimal): -2782640 or 5278421. OLE color: 5278421.

HSL color Cylindrical-coordinate representation of color #D58A50: hue angle of 26.17º degrees, saturation: 0.61, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D58A50 is Cyan = 0, Magento = 0.35, Yellow = 0.62 and Black (K on CMYK) = 0.16.

Color convert

RGB21313880-
CMYK00.350.620.16
HSL26.17º61.29%57.45%-
HSV(B)26.17º62.44%83.53%-
XYZ37.9832.911.94-
YUV153.8186.35170.22-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 49.42%
GREEN value IS 138 (54.30% from 255) = 32.02%
BLUE value IS 80 (31.64% from 255) = 18.56%
R=49.42%
G=32.02%
B=18.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.62
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2131388000.350.620.1626.1761.2957.45
HexD58A500233E101a3d39
Octal3252121200437620327571
Binary1101010110001010101000001000111111101000011010111101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D58A50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D58A50; }

 p { color: rgb(213,138,80); }

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

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

 a { background-color: rgb(213,138,80); }

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

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

 span { border-color: rgb(213,138,80); }

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