Html Css Color HEX #DA8858 Whiskey Sour

📋 copy color: '#DA8858'

red 218 ◦ green 136 ◦ blue 88

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

Shades of Whiskey Sour #DA8858

Tints of Whiskey Sour #DA8858

RGB

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

 GREEN value IS 136 (53.52% from 255) = 30.77%

 BLUE value IS 88 (34.77% from 255) = 19.91%

R = 49.32%
G = 30.77%
B = 19.91%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.60

 K value IS 0.15

RGB Variations

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

Color information

#DA8858 (or 0xDA8858) is known color: Whiskey Sour. HEX triplet: DA, 88 and 58. RGB value is (218,136,88). Sum of RGB (Red+Green+Blue) = 218+136+88=442 (58% of max value = 765). Red value is 218 (85.55% from 255 or 49.32% from 442); Green value is 136 (53.52% from 255 or 30.77% from 442); Blue value is 88 (34.77% from 255 or 19.91% from 442); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8858 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA8858 is #2577A7. Grayscale: #9B9B9B. Windows color (decimal): -2455464 or 5802202. OLE color: 5802202.

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

Color convert

RGB 218 136 88 -
CMYK 0 0.38 0.60 0.15
HSL 22.15º 0.64% 0.6% -
HSV(B) 22.15º 0.6% 0.85% -
XYZ 39.48 33.22 13.56 -
YUV 155.05 90.17 172.9 -
System Red Green Blue C M Y K H S L
Decimal 218 136 88 0 0.38 0.60 0.15 22.15 0.64 0.6
Hex DA 88 58 0 26 3C F 16 40 3C
Octal 332 210 130 0 46 74 17 26 100 74
Binary 11011010 10001000 1011000 0 100110 111100 1111 10110 1000000 111100

Color Harmonies of #DA8858

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA8858

Black with #DA8858

Text Example


Text Example

White with #DA8858

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA8858; }

 p { color: rgb(218,136,88); }

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

background-color css

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

 a { background-color: rgb(218,136,88); }

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

border-color css

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

 span { border-color: rgb(218,136,88); }

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