Html Css Color HEX #DA9356 Whiskey Sour

📋 copy color: '#DA9356'

red 218 ◦ green 147 ◦ blue 86

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

Shades of Whiskey Sour #DA9356

Tints of Whiskey Sour #DA9356

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 19.07%

R = 48.34%
G = 32.59%
B = 19.07%

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

#DA9356 (or 0xDA9356) is known color: Whiskey Sour. HEX triplet: DA, 93 and 56. RGB value is (218,147,86). Sum of RGB (Red+Green+Blue) = 218+147+86=451 (59% of max value = 765). Red value is 218 (85.55% from 255 or 48.34% from 451); Green value is 147 (57.81% from 255 or 32.59% from 451); Blue value is 86 (33.98% from 255 or 19.07% from 451); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9356 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA9356 is #256CA9. Grayscale: #A1A1A1. Windows color (decimal): -2452650 or 5673946. OLE color: 5673946.

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

Color convert

RGB 218 147 86 -
CMYK 0 0.33 0.61 0.15
HSL 27.73º 0.64% 0.6% -
HSV(B) 27.73º 0.61% 0.85% -
XYZ 41.03 36.44 13.68 -
YUV 161.28 85.52 168.46 -
System Red Green Blue C M Y K H S L
Decimal 218 147 86 0 0.33 0.61 0.15 27.73 0.64 0.6
Hex DA 93 56 0 21 3D F 1C 40 3C
Octal 332 223 126 0 41 75 17 34 100 74
Binary 11011010 10010011 1010110 0 100001 111101 1111 11100 1000000 111100

Color Harmonies of #DA9356

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA9356

Black with #DA9356

Text Example


Text Example

White with #DA9356

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA9356; }

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

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

background-color css

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

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

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

border-color css

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

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

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