Html Css Color HEX #DA8B59 Whiskey Sour

📋 copy color: '#DA8B59'

red 218 ◦ green 139 ◦ blue 89

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

Shades of Whiskey Sour #DA8B59

Tints of Whiskey Sour #DA8B59

RGB

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

 GREEN value IS 139 (54.69% from 255) = 31.17%

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

R = 48.88%
G = 31.17%
B = 19.96%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.59

 K value IS 0.15

RGB Variations

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

Color information

#DA8B59 (or 0xDA8B59) is known color: Whiskey Sour. HEX triplet: DA, 8B and 59. RGB value is (218,139,89). Sum of RGB (Red+Green+Blue) = 218+139+89=446 (59% of max value = 765). Red value is 218 (85.55% from 255 or 48.88% from 446); Green value is 139 (54.69% from 255 or 31.17% from 446); Blue value is 89 (35.16% from 255 or 19.96% from 446); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8B59 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA8B59 is #2574A6. Grayscale: #9D9D9D. Windows color (decimal): -2454695 or 5868506. OLE color: 5868506.

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

Color convert

RGB 218 139 89 -
CMYK 0 0.36 0.59 0.15
HSL 23.26º 0.64% 0.6% -
HSV(B) 23.26º 0.59% 0.85% -
XYZ 39.95 34.09 13.93 -
YUV 156.92 89.67 171.57 -
System Red Green Blue C M Y K H S L
Decimal 218 139 89 0 0.36 0.59 0.15 23.26 0.64 0.6
Hex DA 8B 59 0 24 3B F 17 40 3C
Octal 332 213 131 0 44 73 17 27 100 74
Binary 11011010 10001011 1011001 0 100100 111011 1111 10111 1000000 111100

Color Harmonies of #DA8B59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA8B59

Black with #DA8B59

Text Example


Text Example

White with #DA8B59

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA8B59; }

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

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

background-color css

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

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

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

border-color css

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

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

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