Html Css Color HEX #DA9355 Whiskey Sour

📋 copy color: '#DA9355'

red 218 ◦ green 147 ◦ blue 85

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

Shades of Whiskey Sour #DA9355

Tints of Whiskey Sour #DA9355

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 18.89%

R = 48.44%
G = 32.67%
B = 18.89%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.61

 K value IS 0.15

RGB Variations

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

Color information

#DA9355 (or 0xDA9355) is known color: Whiskey Sour. HEX triplet: DA, 93 and 55. RGB value is (218,147,85). Sum of RGB (Red+Green+Blue) = 218+147+85=450 (59% of max value = 765). Red value is 218 (85.55% from 255 or 48.44% from 450); Green value is 147 (57.81% from 255 or 32.67% from 450); Blue value is 85 (33.59% from 255 or 18.89% from 450); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9355 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA9355 is #256CAA. Grayscale: #A1A1A1. Windows color (decimal): -2452651 or 5608410. OLE color: 5608410.

HSL color Cylindrical-coordinate representation of color #DA9355: hue angle of 27.97º degrees, saturation: 0.64, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #DA9355 is Cyan = 0, Magento = 0.33, Yellow = 0.61 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 147 85 -
CMYK 0 0.33 0.61 0.15
HSL 27.97º 0.64% 0.59% -
HSV(B) 27.97º 0.61% 0.85% -
XYZ 40.99 36.43 13.47 -
YUV 161.16 85.02 168.54 -
System Red Green Blue C M Y K H S L
Decimal 218 147 85 0 0.33 0.61 0.15 27.97 0.64 0.59
Hex DA 93 55 0 21 3D F 1C 40 3B
Octal 332 223 125 0 41 75 17 34 100 73
Binary 11011010 10010011 1010101 0 100001 111101 1111 11100 1000000 111011

Color Harmonies of #DA9355

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA9355

Black with #DA9355

Text Example


Text Example

White with #DA9355

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA9355; }

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

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

background-color css

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

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

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

border-color css

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

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

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