Html Css Color HEX #DA8958 Whiskey Sour

📋 copy color: '#DA8958'

red 218 ◦ green 137 ◦ blue 88

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

Shades of Whiskey Sour #DA8958

Tints of Whiskey Sour #DA8958

RGB

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

 GREEN value IS 137 (53.91% from 255) = 30.93%

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

R = 49.21%
G = 30.93%
B = 19.86%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.60

 K value IS 0.15

RGB Variations

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

Color information

#DA8958 (or 0xDA8958) is known color: Whiskey Sour. HEX triplet: DA, 89 and 58. RGB value is (218,137,88). Sum of RGB (Red+Green+Blue) = 218+137+88=443 (58% of max value = 765). Red value is 218 (85.55% from 255 or 49.21% from 443); Green value is 137 (53.91% from 255 or 30.93% from 443); Blue value is 88 (34.77% from 255 or 19.86% from 443); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8958 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA8958 is #2576A7. Grayscale: #9B9B9B. Windows color (decimal): -2455208 or 5802458. OLE color: 5802458.

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

Color convert

RGB 218 137 88 -
CMYK 0 0.37 0.60 0.15
HSL 22.62º 0.64% 0.6% -
HSV(B) 22.62º 0.6% 0.85% -
XYZ 39.62 33.5 13.61 -
YUV 155.63 89.84 172.48 -
System Red Green Blue C M Y K H S L
Decimal 218 137 88 0 0.37 0.60 0.15 22.62 0.64 0.6
Hex DA 89 58 0 25 3C F 17 40 3C
Octal 332 211 130 0 45 74 17 27 100 74
Binary 11011010 10001001 1011000 0 100101 111100 1111 10111 1000000 111100

Color Harmonies of #DA8958

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA8958

Black with #DA8958

Text Example


Text Example

White with #DA8958

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA8958; }

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

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

background-color css

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

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

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

border-color css

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

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

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