#D58D5E

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

Shades of Whiskey Sour #D58D5E

Tints of Whiskey Sour #D58D5E

Color information

#D58D5E (or 0xD58D5E) is unknown color: approx Whiskey Sour. HEX triplet: D5, 8D and 5E. RGB value is (213,141,94). Sum of RGB (Red+Green+Blue) = 213+141+94=448 (59% of max value = 765). Red value is 213 (83.59% from 255 or 47.54% from 448); Green value is 141 (55.47% from 255 or 31.47% from 448); Blue value is 94 (37.11% from 255 or 20.98% from 448); Max value from RGB is 213 - color contains mainly: red. Hex color #D58D5E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D58D5E is #2A72A1. Grayscale: #9D9D9D. Windows color (decimal): -2781858 or 6196693. OLE color: 6196693.

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

Color convert

RGB21314194-
CMYK00.340.560.16
HSL23.7º58.62%60.2%-
HSV(B)23.7º55.87%83.53%-
XYZ38.993415.1-
YUV157.1792.35167.82-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 47.54%
GREEN value IS 141 (55.47% from 255) = 31.47%
BLUE value IS 94 (37.11% from 255) = 20.98%
R=47.54%
G=31.47%
B=20.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.56
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2131419400.340.560.1623.758.6260.2
HexD58D5E0223810183b3c
Octal3252151360427020307374
Binary1101010110001101101111001000101110001000011000111011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D58D5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D58D5E; }

 p { color: rgb(213,141,94); }

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

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

 a { background-color: rgb(213,141,94); }

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

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

 span { border-color: rgb(213,141,94); }

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