Html Css Color HEX #DA8D5C Whiskey Sour

📋 copy color: '#DA8D5C'

red 218 ◦ green 141 ◦ blue 92

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

Shades of Whiskey Sour #DA8D5C

Tints of Whiskey Sour #DA8D5C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 20.4%

R = 48.34%
G = 31.26%
B = 20.4%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.58

 K value IS 0.15

RGB Variations

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

Color information

#DA8D5C (or 0xDA8D5C) is known color: Whiskey Sour. HEX triplet: DA, 8D and 5C. RGB value is (218,141,92). Sum of RGB (Red+Green+Blue) = 218+141+92=451 (59% of max value = 765). Red value is 218 (85.55% from 255 or 48.34% from 451); Green value is 141 (55.47% from 255 or 31.26% from 451); Blue value is 92 (36.33% from 255 or 20.40% from 451); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8D5C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA8D5C is #2572A3. Grayscale: #9E9E9E. Windows color (decimal): -2454180 or 6065626. OLE color: 6065626.

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

Color convert

RGB 218 141 92 -
CMYK 0 0.35 0.58 0.15
HSL 23.33º 0.63% 0.61% -
HSV(B) 23.33º 0.58% 0.85% -
XYZ 40.37 34.73 14.7 -
YUV 158.44 90.51 170.48 -
System Red Green Blue C M Y K H S L
Decimal 218 141 92 0 0.35 0.58 0.15 23.33 0.63 0.61
Hex DA 8D 5C 0 23 3A F 17 3F 3D
Octal 332 215 134 0 43 72 17 27 77 75
Binary 11011010 10001101 1011100 0 100011 111010 1111 10111 111111 111101

Color Harmonies of #DA8D5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA8D5C

Black with #DA8D5C

Text Example


Text Example

White with #DA8D5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA8D5C; }

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

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

background-color css

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

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

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

border-color css

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

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

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