Html Css Color HEX #DA8557 Whiskey Sour

📋 copy color: '#DA8557'

red 218 ◦ green 133 ◦ blue 87

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

Shades of Whiskey Sour #DA8557

Tints of Whiskey Sour #DA8557

RGB

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

 GREEN value IS 133 (52.34% from 255) = 30.37%

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

R = 49.77%
G = 30.37%
B = 19.86%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.60

 K value IS 0.15

RGB Variations

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

Color information

#DA8557 (or 0xDA8557) is known color: Whiskey Sour. HEX triplet: DA, 85 and 57. RGB value is (218,133,87). Sum of RGB (Red+Green+Blue) = 218+133+87=438 (58% of max value = 765). Red value is 218 (85.55% from 255 or 49.77% from 438); Green value is 133 (52.34% from 255 or 30.37% from 438); Blue value is 87 (34.38% from 255 or 19.86% from 438); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8557 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA8557 is #257AA8. Grayscale: #999999. Windows color (decimal): -2456233 or 5735898. OLE color: 5735898.

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

Color convert

RGB 218 133 87 -
CMYK 0 0.39 0.60 0.15
HSL 21.07º 0.64% 0.6% -
HSV(B) 21.07º 0.6% 0.85% -
XYZ 39.02 32.37 13.21 -
YUV 153.17 90.66 174.24 -
System Red Green Blue C M Y K H S L
Decimal 218 133 87 0 0.39 0.60 0.15 21.07 0.64 0.6
Hex DA 85 57 0 27 3C F 15 40 3C
Octal 332 205 127 0 47 74 17 25 100 74
Binary 11011010 10000101 1010111 0 100111 111100 1111 10101 1000000 111100

Color Harmonies of #DA8557

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA8557

Black with #DA8557

Text Example


Text Example

White with #DA8557

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA8557; }

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

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

background-color css

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

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

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

border-color css

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

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

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