Html Css Color HEX #DA8C57 Whiskey Sour

📋 copy color: '#DA8C57'

red 218 ◦ green 140 ◦ blue 87

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

Shades of Whiskey Sour #DA8C57

Tints of Whiskey Sour #DA8C57

RGB

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

 GREEN value IS 140 (55.08% from 255) = 31.46%

 BLUE value IS 87 (34.38% from 255) = 19.55%

R = 48.99%
G = 31.46%
B = 19.55%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.60

 K value IS 0.15

RGB Variations

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

Color information

#DA8C57 (or 0xDA8C57) is known color: Whiskey Sour. HEX triplet: DA, 8C and 57. RGB value is (218,140,87). Sum of RGB (Red+Green+Blue) = 218+140+87=445 (58% of max value = 765). Red value is 218 (85.55% from 255 or 48.99% from 445); Green value is 140 (55.08% from 255 or 31.46% from 445); Blue value is 87 (34.38% from 255 or 19.55% from 445); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8C57 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA8C57 is #2573A8. Grayscale: #9D9D9D. Windows color (decimal): -2454441 or 5737690. OLE color: 5737690.

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

Color convert

RGB 218 140 87 -
CMYK 0 0.36 0.60 0.15
HSL 24.27º 0.64% 0.6% -
HSV(B) 24.27º 0.6% 0.85% -
XYZ 40.01 34.35 13.54 -
YUV 157.28 88.34 171.31 -
System Red Green Blue C M Y K H S L
Decimal 218 140 87 0 0.36 0.60 0.15 24.27 0.64 0.6
Hex DA 8C 57 0 24 3C F 18 40 3C
Octal 332 214 127 0 44 74 17 30 100 74
Binary 11011010 10001100 1010111 0 100100 111100 1111 11000 1000000 111100

Color Harmonies of #DA8C57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA8C57

Black with #DA8C57

Text Example


Text Example

White with #DA8C57

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA8C57; }

 p { color: rgb(218,140,87); }

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

background-color css

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

 a { background-color: rgb(218,140,87); }

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

border-color css

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

 span { border-color: rgb(218,140,87); }

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