Html Css Color HEX #DA9358 Whiskey Sour

📋 copy color: '#DA9358'

red 218 ◦ green 147 ◦ blue 88

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

Shades of Whiskey Sour #DA9358

Tints of Whiskey Sour #DA9358

RGB

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

 GREEN value IS 147 (57.81% from 255) = 32.45%

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

R = 48.12%
G = 32.45%
B = 19.43%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.60

 K value IS 0.15

RGB Variations

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

Color information

#DA9358 (or 0xDA9358) is known color: Whiskey Sour. HEX triplet: DA, 93 and 58. RGB value is (218,147,88). Sum of RGB (Red+Green+Blue) = 218+147+88=453 (60% of max value = 765). Red value is 218 (85.55% from 255 or 48.12% from 453); Green value is 147 (57.81% from 255 or 32.45% from 453); Blue value is 88 (34.77% from 255 or 19.43% from 453); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9358 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA9358 is #256CA7. Grayscale: #A1A1A1. Windows color (decimal): -2452648 or 5805018. OLE color: 5805018.

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

Color convert

RGB 218 147 88 -
CMYK 0 0.33 0.60 0.15
HSL 27.23º 0.64% 0.6% -
HSV(B) 27.23º 0.6% 0.85% -
XYZ 41.11 36.48 14.11 -
YUV 161.5 86.52 168.3 -
System Red Green Blue C M Y K H S L
Decimal 218 147 88 0 0.33 0.60 0.15 27.23 0.64 0.6
Hex DA 93 58 0 21 3C F 1B 40 3C
Octal 332 223 130 0 41 74 17 33 100 74
Binary 11011010 10010011 1011000 0 100001 111100 1111 11011 1000000 111100

Color Harmonies of #DA9358

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA9358

Black with #DA9358

Text Example


Text Example

White with #DA9358

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA9358; }

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

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

background-color css

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

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

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

border-color css

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

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

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