#D58E4D

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

Shades of Whiskey Sour #D58E4D

Tints of Whiskey Sour #D58E4D

Color information

#D58E4D (or 0xD58E4D) is unknown color: approx Whiskey Sour. HEX triplet: D5, 8E and 4D. RGB value is (213,142,77). Sum of RGB (Red+Green+Blue) = 213+142+77=432 (57% of max value = 765). Red value is 213 (83.59% from 255 or 49.31% from 432); Green value is 142 (55.86% from 255 or 32.87% from 432); Blue value is 77 (30.47% from 255 or 17.82% from 432); Max value from RGB is 213 - color contains mainly: red. Hex color #D58E4D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D58E4D is #2A71B2. Grayscale: #9C9C9C. Windows color (decimal): -2781619 or 5082837. OLE color: 5082837.

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

Color convert

RGB21314277-
CMYK00.330.640.16
HSL28.68º61.82%56.86%-
HSV(B)28.68º63.85%83.53%-
XYZ38.4534.0311.56-
YUV155.8283.52168.79-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 49.31%
GREEN value IS 142 (55.86% from 255) = 32.87%
BLUE value IS 77 (30.47% from 255) = 17.82%
R=49.31%
G=32.87%
B=17.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.64
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2131427700.330.640.1628.6861.8256.86
HexD58E4D02140101d3e39
Octal32521611504110020357671
Binary11010101100011101001101010000110000001000011101111110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D58E4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D58E4D; }

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

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

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

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

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

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

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

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