#D58951

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

Shades of Whiskey Sour #D58951

Tints of Whiskey Sour #D58951

Color information

#D58951 (or 0xD58951) is unknown color: approx Whiskey Sour. HEX triplet: D5, 89 and 51. RGB value is (213,137,81). Sum of RGB (Red+Green+Blue) = 213+137+81=431 (57% of max value = 765). Red value is 213 (83.59% from 255 or 49.42% from 431); Green value is 137 (53.91% from 255 or 31.79% from 431); Blue value is 81 (32.03% from 255 or 18.79% from 431); Max value from RGB is 213 - color contains mainly: red. Hex color #D58951 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D58951 is #2A76AE. Grayscale: #999999. Windows color (decimal): -2782895 or 5343701. OLE color: 5343701.

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

Color convert

RGB21313781-
CMYK00.360.620.16
HSL25.45º61.11%57.65%-
HSV(B)25.45º61.97%83.53%-
XYZ37.8732.6312.09-
YUV153.3487.18170.55-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 49.42%
GREEN value IS 137 (53.91% from 255) = 31.79%
BLUE value IS 81 (32.03% from 255) = 18.79%
R=49.42%
G=31.79%
B=18.79%

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
Decimal2131378100.360.620.1625.4561.1157.65
HexD589510243E10193d3a
Octal3252111210447620317572
Binary1101010110001001101000101001001111101000011001111101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D58951

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D58951; }

 p { color: rgb(213,137,81); }

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

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

 a { background-color: rgb(213,137,81); }

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

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

 span { border-color: rgb(213,137,81); }

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