Html Css Color HEX #DA9151 Whiskey Sour

📋 copy color: '#DA9151'

red 218 ◦ green 145 ◦ blue 81

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

Shades of Whiskey Sour #DA9151

Tints of Whiskey Sour #DA9151

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 18.24%

R = 49.1%
G = 32.66%
B = 18.24%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.63

 K value IS 0.15

RGB Variations

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

Color information

#DA9151 (or 0xDA9151) is known color: Whiskey Sour. HEX triplet: DA, 91 and 51. RGB value is (218,145,81). Sum of RGB (Red+Green+Blue) = 218+145+81=444 (58% of max value = 765). Red value is 218 (85.55% from 255 or 49.10% from 444); Green value is 145 (57.03% from 255 or 32.66% from 444); Blue value is 81 (32.03% from 255 or 18.24% from 444); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9151 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA9151 is #256EAE. Grayscale: #9F9F9F. Windows color (decimal): -2453167 or 5345754. OLE color: 5345754.

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

Color convert

RGB 218 145 81 -
CMYK 0 0.33 0.63 0.15
HSL 28.03º 0.65% 0.59% -
HSV(B) 28.03º 0.63% 0.85% -
XYZ 40.52 35.75 12.55 -
YUV 159.53 83.68 169.7 -
System Red Green Blue C M Y K H S L
Decimal 218 145 81 0 0.33 0.63 0.15 28.03 0.65 0.59
Hex DA 91 51 0 21 3F F 1C 41 3B
Octal 332 221 121 0 41 77 17 34 101 73
Binary 11011010 10010001 1010001 0 100001 111111 1111 11100 1000001 111011

Color Harmonies of #DA9151

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA9151

Black with #DA9151

Text Example


Text Example

White with #DA9151

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA9151; }

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

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

background-color css

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

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

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

border-color css

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

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

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