Html Css Color HEX #DA9156 Whiskey Sour

📋 copy color: '#DA9156'

red 218 ◦ green 145 ◦ blue 86

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

Shades of Whiskey Sour #DA9156

Tints of Whiskey Sour #DA9156

RGB

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

 GREEN value IS 145 (57.03% from 255) = 32.29%

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

R = 48.55%
G = 32.29%
B = 19.15%

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

#DA9156 (or 0xDA9156) is known color: Whiskey Sour. HEX triplet: DA, 91 and 56. RGB value is (218,145,86). Sum of RGB (Red+Green+Blue) = 218+145+86=449 (59% of max value = 765). Red value is 218 (85.55% from 255 or 48.55% from 449); Green value is 145 (57.03% from 255 or 32.29% from 449); Blue value is 86 (33.98% from 255 or 19.15% from 449); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9156 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA9156 is #256EA9. Grayscale: #A0A0A0. Windows color (decimal): -2453162 or 5673434. OLE color: 5673434.

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

Color convert

RGB 218 145 86 -
CMYK 0 0.33 0.61 0.15
HSL 26.82º 0.64% 0.6% -
HSV(B) 26.82º 0.61% 0.85% -
XYZ 40.72 35.83 13.57 -
YUV 160.1 86.18 169.3 -
System Red Green Blue C M Y K H S L
Decimal 218 145 86 0 0.33 0.61 0.15 26.82 0.64 0.6
Hex DA 91 56 0 21 3D F 1B 40 3C
Octal 332 221 126 0 41 75 17 33 100 74
Binary 11011010 10010001 1010110 0 100001 111101 1111 11011 1000000 111100

Color Harmonies of #DA9156

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA9156

Black with #DA9156

Text Example


Text Example

White with #DA9156

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA9156; }

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

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

background-color css

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

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

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

border-color css

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

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

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