Html Css Color HEX #DA8C55 Whiskey Sour

📋 copy color: '#DA8C55'

red 218 ◦ green 140 ◦ blue 85

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

Shades of Whiskey Sour #DA8C55

Tints of Whiskey Sour #DA8C55

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 19.19%

R = 49.21%
G = 31.6%
B = 19.19%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.61

 K value IS 0.15

RGB Variations

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

Color information

#DA8C55 (or 0xDA8C55) is known color: Whiskey Sour. HEX triplet: DA, 8C and 55. RGB value is (218,140,85). Sum of RGB (Red+Green+Blue) = 218+140+85=443 (58% of max value = 765). Red value is 218 (85.55% from 255 or 49.21% from 443); Green value is 140 (55.08% from 255 or 31.60% from 443); Blue value is 85 (33.59% from 255 or 19.19% from 443); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8C55 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA8C55 is #2573AA. Grayscale: #9D9D9D. Windows color (decimal): -2454443 or 5606618. OLE color: 5606618.

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

Color convert

RGB 218 140 85 -
CMYK 0 0.36 0.61 0.15
HSL 24.81º 0.64% 0.59% -
HSV(B) 24.81º 0.61% 0.85% -
XYZ 39.93 34.32 13.11 -
YUV 157.05 87.34 171.47 -
System Red Green Blue C M Y K H S L
Decimal 218 140 85 0 0.36 0.61 0.15 24.81 0.64 0.59
Hex DA 8C 55 0 24 3D F 19 40 3B
Octal 332 214 125 0 44 75 17 31 100 73
Binary 11011010 10001100 1010101 0 100100 111101 1111 11001 1000000 111011

Color Harmonies of #DA8C55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA8C55

Black with #DA8C55

Text Example


Text Example

White with #DA8C55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA8C55; }

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

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

background-color css

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

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

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

border-color css

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

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

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