Html Css Color HEX #DA8D54 Whiskey Sour

📋 copy color: '#DA8D54'

red 218 ◦ green 141 ◦ blue 84

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

Shades of Whiskey Sour #DA8D54

Tints of Whiskey Sour #DA8D54

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 18.96%

R = 49.21%
G = 31.83%
B = 18.96%

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

#DA8D54 (or 0xDA8D54) is known color: Whiskey Sour. HEX triplet: DA, 8D and 54. RGB value is (218,141,84). Sum of RGB (Red+Green+Blue) = 218+141+84=443 (58% of max value = 765). Red value is 218 (85.55% from 255 or 49.21% from 443); Green value is 141 (55.47% from 255 or 31.83% from 443); Blue value is 84 (33.20% from 255 or 18.96% from 443); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8D54 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA8D54 is #2572AB. Grayscale: #9D9D9D. Windows color (decimal): -2454188 or 5541338. OLE color: 5541338.

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

Color convert

RGB 218 141 84 -
CMYK 0 0.35 0.61 0.15
HSL 25.52º 0.64% 0.59% -
HSV(B) 25.52º 0.61% 0.85% -
XYZ 40.04 34.6 12.95 -
YUV 157.53 86.51 171.13 -
System Red Green Blue C M Y K H S L
Decimal 218 141 84 0 0.35 0.61 0.15 25.52 0.64 0.59
Hex DA 8D 54 0 23 3D F 1A 40 3B
Octal 332 215 124 0 43 75 17 32 100 73
Binary 11011010 10001101 1010100 0 100011 111101 1111 11010 1000000 111011

Color Harmonies of #DA8D54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA8D54

Black with #DA8D54

Text Example


Text Example

White with #DA8D54

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA8D54; }

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

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

background-color css

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

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

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

border-color css

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

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

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