#D58852

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

Shades of Whiskey Sour #D58852

Tints of Whiskey Sour #D58852

Color information

#D58852 (or 0xD58852) is unknown color: approx Whiskey Sour. HEX triplet: D5, 88 and 52. RGB value is (213,136,82). Sum of RGB (Red+Green+Blue) = 213+136+82=431 (57% of max value = 765). Red value is 213 (83.59% from 255 or 49.42% from 431); Green value is 136 (53.52% from 255 or 31.55% from 431); Blue value is 82 (32.42% from 255 or 19.03% from 431); Max value from RGB is 213 - color contains mainly: red. Hex color #D58852 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D58852 is #2A77AD. Grayscale: #999999. Windows color (decimal): -2783150 or 5408981. OLE color: 5408981.

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

Color convert

RGB21313682-
CMYK00.360.620.16
HSL24.73º60.93%57.84%-
HSV(B)24.73º61.5%83.53%-
XYZ37.7732.3612.24-
YUV152.8788.01170.89-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 49.42%
GREEN value IS 136 (53.52% from 255) = 31.55%
BLUE value IS 82 (32.42% from 255) = 19.03%
R=49.42%
G=31.55%
B=19.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.62
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2131368200.360.620.1624.7360.9357.84
HexD588520243E10193d3a
Octal3252101220447620317572
Binary1101010110001000101001001001001111101000011001111101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D58852

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D58852; }

 p { color: rgb(213,136,82); }

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

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

 a { background-color: rgb(213,136,82); }

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

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

 span { border-color: rgb(213,136,82); }

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