#DA8E60

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

Shades of Whiskey Sour #DA8E60

Tints of Whiskey Sour #DA8E60

Color information

#DA8E60 (or 0xDA8E60) is unknown color: approx Whiskey Sour. HEX triplet: DA, 8E and 60. RGB value is (218,142,96). Sum of RGB (Red+Green+Blue) = 218+142+96=456 (60% of max value = 765). Red value is 218 (85.55% from 255 or 47.81% from 456); Green value is 142 (55.86% from 255 or 31.14% from 456); Blue value is 96 (37.89% from 255 or 21.05% from 456); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8E60 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA8E60 is #25719F. Grayscale: #9F9F9F. Windows color (decimal): -2453920 or 6328026. OLE color: 6328026.

HSL color Cylindrical-coordinate representation of color #DA8E60: hue angle of 22.62º degrees, saturation: 0.62, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #DA8E60 is Cyan = 0, Magento = 0.35, Yellow = 0.56 and Black (K on CMYK) = 0.15.

Color convert

RGB21814296-
CMYK00.350.560.15
HSL22.62º62.24%61.57%-
HSV(B)22.62º55.96%85.49%-
XYZ40.735.115.7-
YUV159.4892.18169.74-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 47.81%
GREEN value IS 142 (55.86% from 255) = 31.14%
BLUE value IS 96 (37.89% from 255) = 21.05%
R=47.81%
G=31.14%
B=21.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.56
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2181429600.350.560.1522.6262.2461.57
HexDA8E6002338F173e3e
Octal3322161400437017277676
Binary110110101000111011000000100011111000111110111111110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA8E60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA8E60; }

 p { color: rgb(218,142,96); }

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

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

 a { background-color: rgb(218,142,96); }

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

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

 span { border-color: rgb(218,142,96); }

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