#D5885B

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

Shades of Whiskey Sour #D5885B

Tints of Whiskey Sour #D5885B

Color information

#D5885B (or 0xD5885B) is unknown color: approx Whiskey Sour. HEX triplet: D5, 88 and 5B. RGB value is (213,136,91). Sum of RGB (Red+Green+Blue) = 213+136+91=440 (58% of max value = 765). Red value is 213 (83.59% from 255 or 48.41% from 440); Green value is 136 (53.52% from 255 or 30.91% from 440); Blue value is 91 (35.94% from 255 or 20.68% from 440); Max value from RGB is 213 - color contains mainly: red. Hex color #D5885B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D5885B is #2A77A4. Grayscale: #9A9A9A. Windows color (decimal): -2783141 or 5998805. OLE color: 5998805.

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

Color convert

RGB21313691-
CMYK00.360.570.16
HSL22.13º59.22%59.61%-
HSV(B)22.13º57.28%83.53%-
XYZ38.1332.5114.16-
YUV153.8992.51170.16-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 48.41%
GREEN value IS 136 (53.52% from 255) = 30.91%
BLUE value IS 91 (35.94% from 255) = 20.68%
R=48.41%
G=30.91%
B=20.68%

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
Decimal2131369100.360.570.1622.1359.2259.61
HexD5885B0243910163b3c
Octal3252101330447120267374
Binary1101010110001000101101101001001110011000010110111011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5885B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5885B; }

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

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

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

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

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

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

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

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