Html Css Color HEX #DA8756 Whiskey Sour

📋 copy color: '#DA8756'

red 218 ◦ green 135 ◦ blue 86

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

Shades of Whiskey Sour #DA8756

Tints of Whiskey Sour #DA8756

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 19.59%

R = 49.66%
G = 30.75%
B = 19.59%

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

#DA8756 (or 0xDA8756) is known color: Whiskey Sour. HEX triplet: DA, 87 and 56. RGB value is (218,135,86). Sum of RGB (Red+Green+Blue) = 218+135+86=439 (58% of max value = 765). Red value is 218 (85.55% from 255 or 49.66% from 439); Green value is 135 (53.12% from 255 or 30.75% from 439); Blue value is 86 (33.98% from 255 or 19.59% from 439); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8756 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA8756 is #2578A9. Grayscale: #9A9A9A. Windows color (decimal): -2455722 or 5670874. OLE color: 5670874.

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

Color convert

RGB 218 135 86 -
CMYK 0 0.38 0.61 0.15
HSL 22.27º 0.64% 0.6% -
HSV(B) 22.27º 0.61% 0.85% -
XYZ 39.26 32.91 13.09 -
YUV 154.23 89.5 173.48 -
System Red Green Blue C M Y K H S L
Decimal 218 135 86 0 0.38 0.61 0.15 22.27 0.64 0.6
Hex DA 87 56 0 26 3D F 16 40 3C
Octal 332 207 126 0 46 75 17 26 100 74
Binary 11011010 10000111 1010110 0 100110 111101 1111 10110 1000000 111100

Color Harmonies of #DA8756

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA8756

Black with #DA8756

Text Example


Text Example

White with #DA8756

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA8756; }

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

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

background-color css

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

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

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

border-color css

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

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

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