#DA8D59

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

Shades of Whiskey Sour #DA8D59

Tints of Whiskey Sour #DA8D59

Color information

#DA8D59 (or 0xDA8D59) is unknown color: approx Whiskey Sour. HEX triplet: DA, 8D and 59. RGB value is (218,141,89). Sum of RGB (Red+Green+Blue) = 218+141+89=448 (59% of max value = 765). Red value is 218 (85.55% from 255 or 48.66% from 448); Green value is 141 (55.47% from 255 or 31.47% from 448); Blue value is 89 (35.16% from 255 or 19.87% from 448); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8D59 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA8D59 is #2572A6. Grayscale: #9E9E9E. Windows color (decimal): -2454183 or 5869018. OLE color: 5869018.

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

Color convert

RGB21814189-
CMYK00.350.590.15
HSL24.19º63.55%60.2%-
HSV(B)24.19º59.17%85.49%-
XYZ40.2434.6814.02-
YUV158.189.01170.73-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 48.66%
GREEN value IS 141 (55.47% from 255) = 31.47%
BLUE value IS 89 (35.16% from 255) = 19.87%
R=48.66%
G=31.47%
B=19.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.59
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2181418900.350.590.1524.1963.5560.2
HexDA8D590233BF18403c
Octal33221513104373173010074
Binary1101101010001101101100101000111110111111110001000000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA8D59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA8D59; }

 p { color: rgb(218,141,89); }

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

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

 a { background-color: rgb(218,141,89); }

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

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

 span { border-color: rgb(218,141,89); }

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