#D5895B

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

Shades of Whiskey Sour #D5895B

Tints of Whiskey Sour #D5895B

Color information

#D5895B (or 0xD5895B) is unknown color: approx Whiskey Sour. HEX triplet: D5, 89 and 5B. RGB value is (213,137,91). Sum of RGB (Red+Green+Blue) = 213+137+91=441 (58% of max value = 765). Red value is 213 (83.59% from 255 or 48.30% from 441); Green value is 137 (53.91% from 255 or 31.07% from 441); Blue value is 91 (35.94% from 255 or 20.63% from 441); Max value from RGB is 213 - color contains mainly: red. Hex color #D5895B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D5895B is #2A76A4. Grayscale: #9A9A9A. Windows color (decimal): -2782885 or 5999061. OLE color: 5999061.

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

Color convert

RGB21313791-
CMYK00.360.570.16
HSL22.62º59.22%59.61%-
HSV(B)22.62º57.28%83.53%-
XYZ38.2732.7914.21-
YUV154.4892.18169.74-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 48.30%
GREEN value IS 137 (53.91% from 255) = 31.07%
BLUE value IS 91 (35.94% from 255) = 20.63%
R=48.30%
G=31.07%
B=20.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.57
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2131379100.360.570.1622.6259.2259.61
HexD5895B0243910173b3c
Octal3252111330447120277374
Binary1101010110001001101101101001001110011000010111111011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5895B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5895B; }

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

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

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

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

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

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

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

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