#D59360

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

Shades of Whiskey Sour #D59360

Tints of Whiskey Sour #D59360

Color information

#D59360 (or 0xD59360) is unknown color: approx Whiskey Sour. HEX triplet: D5, 93 and 60. RGB value is (213,147,96). Sum of RGB (Red+Green+Blue) = 213+147+96=456 (60% of max value = 765). Red value is 213 (83.59% from 255 or 46.71% from 456); Green value is 147 (57.81% from 255 or 32.24% from 456); Blue value is 96 (37.89% from 255 or 21.05% from 456); Max value from RGB is 213 - color contains mainly: red. Hex color #D59360 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D59360 is #2A6C9F. Grayscale: #A1A1A1. Windows color (decimal): -2780320 or 6329301. OLE color: 6329301.

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

Color convert

RGB21314796-
CMYK00.310.550.16
HSL26.15º58.21%60.59%-
HSV(B)26.15º54.93%83.53%-
XYZ39.9935.8615.88-
YUV160.9291.37165.15-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 46.71%
GREEN value IS 147 (57.81% from 255) = 32.24%
BLUE value IS 96 (37.89% from 255) = 21.05%
R=46.71%
G=32.24%
B=21.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.55
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2131479600.310.550.1626.1558.2160.59
HexD5936001F37101a3a3d
Octal3252231400376720327275
Binary110101011001001111000000111111101111000011010111010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D59360

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D59360; }

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

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

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

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

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

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

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

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