#D5885A

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

Shades of Whiskey Sour #D5885A

Tints of Whiskey Sour #D5885A

Color information

#D5885A (or 0xD5885A) is unknown color: approx Whiskey Sour. HEX triplet: D5, 88 and 5A. RGB value is (213,136,90). Sum of RGB (Red+Green+Blue) = 213+136+90=439 (58% of max value = 765). Red value is 213 (83.59% from 255 or 48.52% from 439); Green value is 136 (53.52% from 255 or 30.98% from 439); Blue value is 90 (35.55% from 255 or 20.50% from 439); Max value from RGB is 213 - color contains mainly: red. Hex color #D5885A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D5885A is #2A77A5. Grayscale: #9A9A9A. Windows color (decimal): -2783142 or 5933269. OLE color: 5933269.

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

Color convert

RGB21313690-
CMYK00.360.580.16
HSL22.44º59.42%59.41%-
HSV(B)22.44º57.75%83.53%-
XYZ38.0932.4913.94-
YUV153.7892.01170.24-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 48.52%
GREEN value IS 136 (53.52% from 255) = 30.98%
BLUE value IS 90 (35.55% from 255) = 20.50%
R=48.52%
G=30.98%
B=20.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.58
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2131369000.360.580.1622.4459.4259.41
HexD5885A0243A10163b3b
Octal3252101320447220267373
Binary1101010110001000101101001001001110101000010110111011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5885A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5885A; }

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

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

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

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

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

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

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

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