#DA9254

Color #DA9254 Whiskey Sour (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Whiskey Sour #DA9254

Tints of Whiskey Sour #DA9254

Color information

#DA9254 (or 0xDA9254) is unknown color: approx Whiskey Sour. HEX triplet: DA, 92 and 54. RGB value is (218,146,84). Sum of RGB (Red+Green+Blue) = 218+146+84=448 (59% of max value = 765). Red value is 218 (85.55% from 255 or 48.66% from 448); Green value is 146 (57.42% from 255 or 32.59% from 448); Blue value is 84 (33.20% from 255 or 18.75% from 448); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9254 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA9254 is #256DAB. Grayscale: #A0A0A0. Windows color (decimal): -2452908 or 5542618. OLE color: 5542618.

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

Color convert

RGB21814684-
CMYK00.330.610.15
HSL27.76º64.42%59.22%-
HSV(B)27.76º61.47%85.49%-
XYZ40.7936.113.21-
YUV160.4684.85169.04-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 48.66%
GREEN value IS 146 (57.42% from 255) = 32.59%
BLUE value IS 84 (33.20% from 255) = 18.75%
R=48.66%
G=32.59%
B=18.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.61
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2181468400.330.610.1527.7664.4259.22
HexDA92540213DF1c403b
Octal33222212404175173410073
Binary1101101010010010101010001000011111011111111001000000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA9254

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA9254; }

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

 H1.HeaderClassName
 {
   color: #DA9254;
 }
 .AnyTagClassName
 {
   color: #DA9254;
 }
</style>
background-color css

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

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

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

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

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

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