Html Css Color HEX #DA8759 Whiskey Sour

📋 copy color: '#DA8759'

red 218 ◦ green 135 ◦ blue 89

#DA8759
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Whiskey Sour #DA8759

Tints of Whiskey Sour #DA8759

RGB

 RED value IS 218 (85.55% from 255) = 49.32%

 GREEN value IS 135 (53.13% from 255) = 30.54%

 BLUE value IS 89 (35.16% from 255) = 20.14%

R = 49.32%
G = 30.54%
B = 20.14%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.59

 K value IS 0.15

RGB Variations

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

Color information

#DA8759 (or 0xDA8759) is known color: Whiskey Sour. HEX triplet: DA, 87 and 59. RGB value is (218,135,89). Sum of RGB (Red+Green+Blue) = 218+135+89=442 (58% of max value = 765). Red value is 218 (85.55% from 255 or 49.32% from 442); Green value is 135 (53.12% from 255 or 30.54% from 442); Blue value is 89 (35.16% from 255 or 20.14% from 442); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8759 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA8759 is #2578A6. Grayscale: #9A9A9A. Windows color (decimal): -2455719 or 5867482. OLE color: 5867482.

HSL color Cylindrical-coordinate representation of color #DA8759: hue angle of 21.4º 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 #DA8759 is Cyan = 0, Magento = 0.38, Yellow = 0.59 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 135 89 -
CMYK 0 0.38 0.59 0.15
HSL 21.4º 0.64% 0.6% -
HSV(B) 21.4º 0.59% 0.85% -
XYZ 39.38 32.95 13.74 -
YUV 154.57 91 173.24 -
System Red Green Blue C M Y K H S L
Decimal 218 135 89 0 0.38 0.59 0.15 21.4 0.64 0.6
Hex DA 87 59 0 26 3B F 15 40 3C
Octal 332 207 131 0 46 73 17 25 100 74
Binary 11011010 10000111 1011001 0 100110 111011 1111 10101 1000000 111100

Color Harmonies of #DA8759

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA8759

Black with #DA8759

Text Example


Text Example

White with #DA8759

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA8759; }

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

 H1.HeaderClassName
 {
   color: #DA8759;
 }
 .AnyTagClassName
 {
   color: #DA8759;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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