#DA9455

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

Shades of Whiskey Sour #DA9455

Tints of Whiskey Sour #DA9455

Color information

#DA9455 (or 0xDA9455) is unknown color: approx Whiskey Sour. HEX triplet: DA, 94 and 55. RGB value is (218,148,85). Sum of RGB (Red+Green+Blue) = 218+148+85=451 (59% of max value = 765). Red value is 218 (85.55% from 255 or 48.34% from 451); Green value is 148 (58.20% from 255 or 32.82% from 451); Blue value is 85 (33.59% from 255 or 18.85% from 451); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9455 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA9455 is #256BAA. Grayscale: #A2A2A2. Windows color (decimal): -2452395 or 5608666. OLE color: 5608666.

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

Color convert

RGB21814885-
CMYK00.320.610.15
HSL28.42º64.25%59.41%-
HSV(B)28.42º61.01%85.49%-
XYZ41.1436.7413.52-
YUV161.7584.69168.12-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 48.34%
GREEN value IS 148 (58.20% from 255) = 32.82%
BLUE value IS 85 (33.59% from 255) = 18.85%
R=48.34%
G=32.82%
B=18.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.61
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2181488500.320.610.1528.4264.2559.41
HexDA94550203DF1c403b
Octal33222412504075173410073
Binary1101101010010100101010101000001111011111111001000000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA9455

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA9455; }

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

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

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

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

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

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

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

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