#D58C4E

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

Shades of Whiskey Sour #D58C4E

Tints of Whiskey Sour #D58C4E

Color information

#D58C4E (or 0xD58C4E) is unknown color: approx Whiskey Sour. HEX triplet: D5, 8C and 4E. RGB value is (213,140,78). Sum of RGB (Red+Green+Blue) = 213+140+78=431 (57% of max value = 765). Red value is 213 (83.59% from 255 or 49.42% from 431); Green value is 140 (55.08% from 255 or 32.48% from 431); Blue value is 78 (30.86% from 255 or 18.10% from 431); Max value from RGB is 213 - color contains mainly: red. Hex color #D58C4E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D58C4E is #2A73B1. Grayscale: #9B9B9B. Windows color (decimal): -2782130 or 5147861. OLE color: 5147861.

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

Color convert

RGB21314078-
CMYK00.340.630.16
HSL27.56º61.64%57.06%-
HSV(B)27.56º63.38%83.53%-
XYZ38.1933.4511.65-
YUV154.7684.68169.54-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 49.42%
GREEN value IS 140 (55.08% from 255) = 32.48%
BLUE value IS 78 (30.86% from 255) = 18.10%
R=49.42%
G=32.48%
B=18.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.63
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2131407800.340.630.1627.5661.6457.06
HexD58C4E0223F101c3e39
Octal3252141160427720347671
Binary1101010110001100100111001000101111111000011100111110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D58C4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D58C4E; }

 p { color: rgb(213,140,78); }

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

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

 a { background-color: rgb(213,140,78); }

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

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

 span { border-color: rgb(213,140,78); }

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