Html Css Color HEX #DA8B55 Whiskey Sour

📋 copy color: '#DA8B55'

red 218 ◦ green 139 ◦ blue 85

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

Shades of Whiskey Sour #DA8B55

Tints of Whiskey Sour #DA8B55

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 19.23%

R = 49.32%
G = 31.45%
B = 19.23%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.61

 K value IS 0.15

RGB Variations

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

Color information

#DA8B55 (or 0xDA8B55) is known color: Whiskey Sour. HEX triplet: DA, 8B and 55. RGB value is (218,139,85). Sum of RGB (Red+Green+Blue) = 218+139+85=442 (58% of max value = 765). Red value is 218 (85.55% from 255 or 49.32% from 442); Green value is 139 (54.69% from 255 or 31.45% from 442); Blue value is 85 (33.59% from 255 or 19.23% from 442); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8B55 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA8B55 is #2574AA. Grayscale: #9C9C9C. Windows color (decimal): -2454699 or 5606362. OLE color: 5606362.

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

Color convert

RGB 218 139 85 -
CMYK 0 0.36 0.61 0.15
HSL 24.36º 0.64% 0.59% -
HSV(B) 24.36º 0.61% 0.85% -
XYZ 39.79 34.03 13.07 -
YUV 156.47 87.67 171.89 -
System Red Green Blue C M Y K H S L
Decimal 218 139 85 0 0.36 0.61 0.15 24.36 0.64 0.59
Hex DA 8B 55 0 24 3D F 18 40 3B
Octal 332 213 125 0 44 75 17 30 100 73
Binary 11011010 10001011 1010101 0 100100 111101 1111 11000 1000000 111011

Color Harmonies of #DA8B55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA8B55

Black with #DA8B55

Text Example


Text Example

White with #DA8B55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA8B55; }

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

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

background-color css

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

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

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

border-color css

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

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

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