Html Css Color HEX #DA8D5D Whiskey Sour

📋 copy color: '#DA8D5D'

red 218 ◦ green 141 ◦ blue 93

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

Shades of Whiskey Sour #DA8D5D

Tints of Whiskey Sour #DA8D5D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 20.58%

R = 48.23%
G = 31.19%
B = 20.58%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.57

 K value IS 0.15

RGB Variations

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

Color information

#DA8D5D (or 0xDA8D5D) is known color: Whiskey Sour. HEX triplet: DA, 8D and 5D. RGB value is (218,141,93). Sum of RGB (Red+Green+Blue) = 218+141+93=452 (59% of max value = 765). Red value is 218 (85.55% from 255 or 48.23% from 452); Green value is 141 (55.47% from 255 or 31.19% from 452); Blue value is 93 (36.72% from 255 or 20.58% from 452); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8D5D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA8D5D is #2572A2. Grayscale: #9E9E9E. Windows color (decimal): -2454179 or 6131162. OLE color: 6131162.

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

Color convert

RGB 218 141 93 -
CMYK 0 0.35 0.57 0.15
HSL 23.04º 0.63% 0.61% -
HSV(B) 23.04º 0.57% 0.85% -
XYZ 40.41 34.75 14.93 -
YUV 158.55 91.01 170.4 -
System Red Green Blue C M Y K H S L
Decimal 218 141 93 0 0.35 0.57 0.15 23.04 0.63 0.61
Hex DA 8D 5D 0 23 39 F 17 3F 3D
Octal 332 215 135 0 43 71 17 27 77 75
Binary 11011010 10001101 1011101 0 100011 111001 1111 10111 111111 111101

Color Harmonies of #DA8D5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA8D5D

Black with #DA8D5D

Text Example


Text Example

White with #DA8D5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA8D5D; }

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

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

background-color css

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

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

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

border-color css

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

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

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