#D59A5E

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

Shades of Whiskey Sour #D59A5E

Tints of Whiskey Sour #D59A5E

Color information

#D59A5E (or 0xD59A5E) is unknown color: approx Whiskey Sour. HEX triplet: D5, 9A and 5E. RGB value is (213,154,94). Sum of RGB (Red+Green+Blue) = 213+154+94=461 (61% of max value = 765). Red value is 213 (83.59% from 255 or 46.20% from 461); Green value is 154 (60.55% from 255 or 33.41% from 461); Blue value is 94 (37.11% from 255 or 20.39% from 461); Max value from RGB is 213 - color contains mainly: red. Hex color #D59A5E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D59A5E is #2A65A1. Grayscale: #A5A5A5. Windows color (decimal): -2778530 or 6200021. OLE color: 6200021.

HSL color Cylindrical-coordinate representation of color #D59A5E: hue angle of 30.25º 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 #D59A5E is Cyan = 0, Magento = 0.28, Yellow = 0.56 and Black (K on CMYK) = 0.16.

Color convert

RGB21315494-
CMYK00.280.560.16
HSL30.25º58.62%60.2%-
HSV(B)30.25º55.87%83.53%-
XYZ41.0238.0715.78-
YUV164.888.05162.38-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 46.20%
GREEN value IS 154 (60.55% from 255) = 33.41%
BLUE value IS 94 (37.11% from 255) = 20.39%
R=46.20%
G=33.41%
B=20.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.56
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2131549400.280.560.1630.2558.6260.2
HexD59A5E01C38101e3b3c
Octal3252321360347020367374
Binary110101011001101010111100111001110001000011110111011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D59A5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D59A5E; }

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

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

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

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

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

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

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

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