#D59361

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

Shades of Whiskey Sour #D59361

Tints of Whiskey Sour #D59361

Color information

#D59361 (or 0xD59361) is unknown color: approx Whiskey Sour. HEX triplet: D5, 93 and 61. RGB value is (213,147,97). Sum of RGB (Red+Green+Blue) = 213+147+97=457 (60% of max value = 765). Red value is 213 (83.59% from 255 or 46.61% from 457); Green value is 147 (57.81% from 255 or 32.17% from 457); Blue value is 97 (38.28% from 255 or 21.23% from 457); Max value from RGB is 213 - color contains mainly: red. Hex color #D59361 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D59361 is #2A6C9E. Grayscale: #A1A1A1. Windows color (decimal): -2780319 or 6394837. OLE color: 6394837.

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

Color convert

RGB21314797-
CMYK00.310.540.16
HSL25.86º58%60.78%-
HSV(B)25.86º54.46%83.53%-
XYZ40.0335.8816.12-
YUV161.0391.87165.07-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 46.61%
GREEN value IS 147 (57.81% from 255) = 32.17%
BLUE value IS 97 (38.28% from 255) = 21.23%
R=46.61%
G=32.17%
B=21.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.54
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2131479700.310.540.1625.865860.78
HexD5936101F36101a3a3d
Octal3252231410376620327275
Binary110101011001001111000010111111101101000011010111010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D59361

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D59361; }

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

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

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

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

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

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

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

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