Html Css Color HEX #DA9454 Whiskey Sour

📋 copy color: '#DA9454'

red 218 ◦ green 148 ◦ blue 84

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

Shades of Whiskey Sour #DA9454

Tints of Whiskey Sour #DA9454

RGB

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

 GREEN value IS 148 (58.2% from 255) = 32.89%

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

R = 48.44%
G = 32.89%
B = 18.67%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.61

 K value IS 0.15

RGB Variations

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

Color information

#DA9454 (or 0xDA9454) is known color: Whiskey Sour. HEX triplet: DA, 94 and 54. RGB value is (218,148,84). Sum of RGB (Red+Green+Blue) = 218+148+84=450 (59% of max value = 765). Red value is 218 (85.55% from 255 or 48.44% from 450); Green value is 148 (58.20% from 255 or 32.89% from 450); Blue value is 84 (33.20% from 255 or 18.67% from 450); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9454 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA9454 is #256BAB. Grayscale: #A1A1A1. Windows color (decimal): -2452396 or 5543130. OLE color: 5543130.

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

Color convert

RGB 218 148 84 -
CMYK 0 0.32 0.61 0.15
HSL 28.66º 0.64% 0.59% -
HSV(B) 28.66º 0.61% 0.85% -
XYZ 41.1 36.73 13.31 -
YUV 161.63 84.19 168.2 -
System Red Green Blue C M Y K H S L
Decimal 218 148 84 0 0.32 0.61 0.15 28.66 0.64 0.59
Hex DA 94 54 0 20 3D F 1D 40 3B
Octal 332 224 124 0 40 75 17 35 100 73
Binary 11011010 10010100 1010100 0 100000 111101 1111 11101 1000000 111011

Color Harmonies of #DA9454

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA9454

Black with #DA9454

Text Example


Text Example

White with #DA9454

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA9454; }

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

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

background-color css

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

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

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

border-color css

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

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

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