Html Css Color HEX #DA8758 Whiskey Sour

📋 copy color: '#DA8758'

red 218 ◦ green 135 ◦ blue 88

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

Shades of Whiskey Sour #DA8758

Tints of Whiskey Sour #DA8758

RGB

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

 GREEN value IS 135 (53.13% from 255) = 30.61%

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

R = 49.43%
G = 30.61%
B = 19.95%

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

#DA8758 (or 0xDA8758) is known color: Whiskey Sour. HEX triplet: DA, 87 and 58. RGB value is (218,135,88). Sum of RGB (Red+Green+Blue) = 218+135+88=441 (58% of max value = 765). Red value is 218 (85.55% from 255 or 49.43% from 441); Green value is 135 (53.12% from 255 or 30.61% from 441); Blue value is 88 (34.77% from 255 or 19.95% from 441); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8758 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA8758 is #2578A7. Grayscale: #9A9A9A. Windows color (decimal): -2455720 or 5801946. OLE color: 5801946.

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

Color convert

RGB 218 135 88 -
CMYK 0 0.38 0.60 0.15
HSL 21.69º 0.64% 0.6% -
HSV(B) 21.69º 0.6% 0.85% -
XYZ 39.34 32.94 13.52 -
YUV 154.46 90.5 173.32 -
System Red Green Blue C M Y K H S L
Decimal 218 135 88 0 0.38 0.60 0.15 21.69 0.64 0.6
Hex DA 87 58 0 26 3C F 16 40 3C
Octal 332 207 130 0 46 74 17 26 100 74
Binary 11011010 10000111 1011000 0 100110 111100 1111 10110 1000000 111100

Color Harmonies of #DA8758

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA8758

Black with #DA8758

Text Example


Text Example

White with #DA8758

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA8758; }

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

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

background-color css

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

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

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

border-color css

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

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

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