#DA8455

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

Shades of Whiskey Sour #DA8455

Tints of Whiskey Sour #DA8455

Color information

#DA8455 (or 0xDA8455) is unknown color: approx Whiskey Sour. HEX triplet: DA, 84 and 55. RGB value is (218,132,85). Sum of RGB (Red+Green+Blue) = 218+132+85=435 (57% of max value = 765). Red value is 218 (85.55% from 255 or 50.11% from 435); Green value is 132 (51.95% from 255 or 30.34% from 435); Blue value is 85 (33.59% from 255 or 19.54% from 435); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8455 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA8455 is #257BAA. Grayscale: #989898. Windows color (decimal): -2456491 or 5604570. OLE color: 5604570.

HSL color Cylindrical-coordinate representation of color #DA8455: hue angle of 21.2º degrees, saturation: 0.64, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #DA8455 is Cyan = 0, Magento = 0.39, Yellow = 0.61 and Black (K on CMYK) = 0.15.

Color convert

RGB21813285-
CMYK00.390.610.15
HSL21.2º64.25%59.41%-
HSV(B)21.2º61.01%85.49%-
XYZ38.832.0612.74-
YUV152.3689.99174.82-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 50.11%
GREEN value IS 132 (51.95% from 255) = 30.34%
BLUE value IS 85 (33.59% from 255) = 19.54%
R=50.11%
G=30.34%
B=19.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.61
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2181328500.390.610.1521.264.2559.41
HexDA84550273DF15403b
Octal33220412504775172510073
Binary1101101010000100101010101001111111011111101011000000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA8455

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA8455; }

 p { color: rgb(218,132,85); }

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

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

 a { background-color: rgb(218,132,85); }

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

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

 span { border-color: rgb(218,132,85); }

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