#D58F5B

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

Shades of Whiskey Sour #D58F5B

Tints of Whiskey Sour #D58F5B

Color information

#D58F5B (or 0xD58F5B) is unknown color: approx Whiskey Sour. HEX triplet: D5, 8F and 5B. RGB value is (213,143,91). Sum of RGB (Red+Green+Blue) = 213+143+91=447 (59% of max value = 765). Red value is 213 (83.59% from 255 or 47.65% from 447); Green value is 143 (56.25% from 255 or 31.99% from 447); Blue value is 91 (35.94% from 255 or 20.36% from 447); Max value from RGB is 213 - color contains mainly: red. Hex color #D58F5B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D58F5B is #2A70A4. Grayscale: #9E9E9E. Windows color (decimal): -2781349 or 6000597. OLE color: 6000597.

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

Color convert

RGB21314391-
CMYK00.330.570.16
HSL25.57º59.22%59.61%-
HSV(B)25.57º57.28%83.53%-
XYZ39.1534.5514.5-
YUV15890.19167.23-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 47.65%
GREEN value IS 143 (56.25% from 255) = 31.99%
BLUE value IS 91 (35.94% from 255) = 20.36%
R=47.65%
G=31.99%
B=20.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.57
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2131439100.330.570.1625.5759.2259.61
HexD58F5B02139101a3b3c
Octal3252171330417120327374
Binary1101010110001111101101101000011110011000011010111011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D58F5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D58F5B; }

 p { color: rgb(213,143,91); }

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

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

 a { background-color: rgb(213,143,91); }

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

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

 span { border-color: rgb(213,143,91); }

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