Html Css Color HEX #DA8855 Whiskey Sour

📋 copy color: '#DA8855'

red 218 ◦ green 136 ◦ blue 85

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

Shades of Whiskey Sour #DA8855

Tints of Whiskey Sour #DA8855

RGB

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

 GREEN value IS 136 (53.52% from 255) = 30.98%

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

R = 49.66%
G = 30.98%
B = 19.36%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.61

 K value IS 0.15

RGB Variations

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

Color information

#DA8855 (or 0xDA8855) is known color: Whiskey Sour. HEX triplet: DA, 88 and 55. RGB value is (218,136,85). Sum of RGB (Red+Green+Blue) = 218+136+85=439 (58% of max value = 765). Red value is 218 (85.55% from 255 or 49.66% from 439); Green value is 136 (53.52% from 255 or 30.98% from 439); Blue value is 85 (33.59% from 255 or 19.36% from 439); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8855 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA8855 is #2577AA. Grayscale: #9A9A9A. Windows color (decimal): -2455467 or 5605594. OLE color: 5605594.

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

Color convert

RGB 218 136 85 -
CMYK 0 0.38 0.61 0.15
HSL 23.01º 0.64% 0.59% -
HSV(B) 23.01º 0.61% 0.85% -
XYZ 39.36 33.17 12.92 -
YUV 154.7 88.67 173.15 -
System Red Green Blue C M Y K H S L
Decimal 218 136 85 0 0.38 0.61 0.15 23.01 0.64 0.59
Hex DA 88 55 0 26 3D F 17 40 3B
Octal 332 210 125 0 46 75 17 27 100 73
Binary 11011010 10001000 1010101 0 100110 111101 1111 10111 1000000 111011

Color Harmonies of #DA8855

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA8855

Black with #DA8855

Text Example


Text Example

White with #DA8855

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA8855; }

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

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

background-color css

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

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

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

border-color css

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

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

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