Html Css Color HEX #DA9154 Whiskey Sour

📋 copy color: '#DA9154'

red 218 ◦ green 145 ◦ blue 84

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

Shades of Whiskey Sour #DA9154

Tints of Whiskey Sour #DA9154

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 18.79%

R = 48.77%
G = 32.44%
B = 18.79%

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

#DA9154 (or 0xDA9154) is known color: Whiskey Sour. HEX triplet: DA, 91 and 54. RGB value is (218,145,84). Sum of RGB (Red+Green+Blue) = 218+145+84=447 (59% of max value = 765). Red value is 218 (85.55% from 255 or 48.77% from 447); Green value is 145 (57.03% from 255 or 32.44% from 447); Blue value is 84 (33.20% from 255 or 18.79% from 447); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9154 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA9154 is #256EAB. Grayscale: #A0A0A0. Windows color (decimal): -2453164 or 5542362. OLE color: 5542362.

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

Color convert

RGB 218 145 84 -
CMYK 0 0.33 0.61 0.15
HSL 27.31º 0.64% 0.59% -
HSV(B) 27.31º 0.61% 0.85% -
XYZ 40.64 35.8 13.15 -
YUV 159.87 85.18 169.46 -
System Red Green Blue C M Y K H S L
Decimal 218 145 84 0 0.33 0.61 0.15 27.31 0.64 0.59
Hex DA 91 54 0 21 3D F 1B 40 3B
Octal 332 221 124 0 41 75 17 33 100 73
Binary 11011010 10010001 1010100 0 100001 111101 1111 11011 1000000 111011

Color Harmonies of #DA9154

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA9154

Black with #DA9154

Text Example


Text Example

White with #DA9154

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA9154; }

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

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

background-color css

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

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

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

border-color css

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

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

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