#D59862

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

Shades of Whiskey Sour #D59862

Tints of Whiskey Sour #D59862

Color information

#D59862 (or 0xD59862) is unknown color: approx Whiskey Sour. HEX triplet: D5, 98 and 62. RGB value is (213,152,98). Sum of RGB (Red+Green+Blue) = 213+152+98=463 (61% of max value = 765). Red value is 213 (83.59% from 255 or 46.00% from 463); Green value is 152 (59.77% from 255 or 32.83% from 463); Blue value is 98 (38.67% from 255 or 21.17% from 463); Max value from RGB is 213 - color contains mainly: red. Hex color #D59862 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D59862 is #2A679D. Grayscale: #A4A4A4. Windows color (decimal): -2779038 or 6461653. OLE color: 6461653.

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

Color convert

RGB21315298-
CMYK00.290.540.16
HSL28.17º57.79%60.98%-
HSV(B)28.17º53.99%83.53%-
XYZ40.8737.4816.64-
YUV164.0890.71162.89-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 46.00%
GREEN value IS 152 (59.77% from 255) = 32.83%
BLUE value IS 98 (38.67% from 255) = 21.17%
R=46.00%
G=32.83%
B=21.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.54
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2131529800.290.540.1628.1757.7960.98
HexD5986201D36101c3a3d
Octal3252301420356620347275
Binary110101011001100011000100111011101101000011100111010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D59862

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D59862; }

 p { color: rgb(213,152,98); }

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

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

 a { background-color: rgb(213,152,98); }

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

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

 span { border-color: rgb(213,152,98); }

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