#D58E59

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

Shades of Whiskey Sour #D58E59

Tints of Whiskey Sour #D58E59

Color information

#D58E59 (or 0xD58E59) is unknown color: approx Whiskey Sour. HEX triplet: D5, 8E and 59. RGB value is (213,142,89). Sum of RGB (Red+Green+Blue) = 213+142+89=444 (58% of max value = 765). Red value is 213 (83.59% from 255 or 47.97% from 444); Green value is 142 (55.86% from 255 or 31.98% from 444); Blue value is 89 (35.16% from 255 or 20.05% from 444); Max value from RGB is 213 - color contains mainly: red. Hex color #D58E59 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D58E59 is #2A71A6. Grayscale: #9D9D9D. Windows color (decimal): -2781607 or 5869269. OLE color: 5869269.

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

Color convert

RGB21314289-
CMYK00.330.580.16
HSL25.65º59.62%59.22%-
HSV(B)25.65º58.22%83.53%-
XYZ38.9234.2114-
YUV157.1989.52167.81-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 47.97%
GREEN value IS 142 (55.86% from 255) = 31.98%
BLUE value IS 89 (35.16% from 255) = 20.05%
R=47.97%
G=31.98%
B=20.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.58
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2131428900.330.580.1625.6559.6259.22
HexD58E590213A101a3c3b
Octal3252161310417220327473
Binary1101010110001110101100101000011110101000011010111100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D58E59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D58E59; }

 p { color: rgb(213,142,89); }

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

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

 a { background-color: rgb(213,142,89); }

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

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

 span { border-color: rgb(213,142,89); }

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