#DA9453

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

Shades of Whiskey Sour #DA9453

Tints of Whiskey Sour #DA9453

Color information

#DA9453 (or 0xDA9453) is unknown color: approx Whiskey Sour. HEX triplet: DA, 94 and 53. RGB value is (218,148,83). Sum of RGB (Red+Green+Blue) = 218+148+83=449 (59% of max value = 765). Red value is 218 (85.55% from 255 or 48.55% from 449); Green value is 148 (58.20% from 255 or 32.96% from 449); Blue value is 83 (32.81% from 255 or 18.49% from 449); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9453 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA9453 is #256BAC. Grayscale: #A1A1A1. Windows color (decimal): -2452397 or 5477594. OLE color: 5477594.

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

Color convert

RGB21814883-
CMYK00.320.620.15
HSL28.89º64.59%59.02%-
HSV(B)28.89º61.93%85.49%-
XYZ41.0636.7113.1-
YUV161.5283.69168.29-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 48.55%
GREEN value IS 148 (58.20% from 255) = 32.96%
BLUE value IS 83 (32.81% from 255) = 18.49%
R=48.55%
G=32.96%
B=18.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.62
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2181488300.320.620.1528.8964.5959.02
HexDA94530203EF1d413b
Octal33222412304076173510173
Binary1101101010010100101001101000001111101111111011000001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA9453

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA9453; }

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

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

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

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

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

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

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

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