Html Css Color HEX #DA8D56 Whiskey Sour

📋 copy color: '#DA8D56'

red 218 ◦ green 141 ◦ blue 86

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

Shades of Whiskey Sour #DA8D56

Tints of Whiskey Sour #DA8D56

RGB

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

 GREEN value IS 141 (55.47% from 255) = 31.69%

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

R = 48.99%
G = 31.69%
B = 19.33%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.61

 K value IS 0.15

RGB Variations

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

Color information

#DA8D56 (or 0xDA8D56) is known color: Whiskey Sour. HEX triplet: DA, 8D and 56. RGB value is (218,141,86). Sum of RGB (Red+Green+Blue) = 218+141+86=445 (58% of max value = 765). Red value is 218 (85.55% from 255 or 48.99% from 445); Green value is 141 (55.47% from 255 or 31.69% from 445); Blue value is 86 (33.98% from 255 or 19.33% from 445); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8D56 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA8D56 is #2572A9. Grayscale: #9E9E9E. Windows color (decimal): -2454186 or 5672410. OLE color: 5672410.

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

Color convert

RGB 218 141 86 -
CMYK 0 0.35 0.61 0.15
HSL 25º 0.64% 0.6% -
HSV(B) 25º 0.61% 0.85% -
XYZ 40.12 34.63 13.37 -
YUV 157.75 87.51 170.97 -
System Red Green Blue C M Y K H S L
Decimal 218 141 86 0 0.35 0.61 0.15 25 0.64 0.6
Hex DA 8D 56 0 23 3D F 19 40 3C
Octal 332 215 126 0 43 75 17 31 100 74
Binary 11011010 10001101 1010110 0 100011 111101 1111 11001 1000000 111100

Color Harmonies of #DA8D56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA8D56

Black with #DA8D56

Text Example


Text Example

White with #DA8D56

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA8D56; }

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

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

background-color css

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

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

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

border-color css

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

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

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