#D59354

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

Shades of Whiskey Sour #D59354

Tints of Whiskey Sour #D59354

Color information

#D59354 (or 0xD59354) is unknown color: approx Whiskey Sour. HEX triplet: D5, 93 and 54. RGB value is (213,147,84). Sum of RGB (Red+Green+Blue) = 213+147+84=444 (58% of max value = 765). Red value is 213 (83.59% from 255 or 47.97% from 444); Green value is 147 (57.81% from 255 or 33.11% from 444); Blue value is 84 (33.20% from 255 or 18.92% from 444); Max value from RGB is 213 - color contains mainly: red. Hex color #D59354 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D59354 is #2A6CAB. Grayscale: #9F9F9F. Windows color (decimal): -2780332 or 5542869. OLE color: 5542869.

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

Color convert

RGB21314784-
CMYK00.310.610.16
HSL29.3º60.56%58.24%-
HSV(B)29.3º60.56%83.53%-
XYZ39.4735.6513.19-
YUV159.5585.37166.12-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 47.97%
GREEN value IS 147 (57.81% from 255) = 33.11%
BLUE value IS 84 (33.20% from 255) = 18.92%
R=47.97%
G=33.11%
B=18.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.61
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2131478400.310.610.1629.360.5658.24
HexD5935401F3D101d3d3a
Octal3252231240377520357572
Binary110101011001001110101000111111111011000011101111101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D59354

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D59354; }

 p { color: rgb(213,147,84); }

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

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

 a { background-color: rgb(213,147,84); }

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

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

 span { border-color: rgb(213,147,84); }

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