#DA8956

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

Shades of Whiskey Sour #DA8956

Tints of Whiskey Sour #DA8956

Color information

#DA8956 (or 0xDA8956) is unknown color: approx Whiskey Sour. HEX triplet: DA, 89 and 56. RGB value is (218,137,86). Sum of RGB (Red+Green+Blue) = 218+137+86=441 (58% of max value = 765). Red value is 218 (85.55% from 255 or 49.43% from 441); Green value is 137 (53.91% from 255 or 31.07% from 441); Blue value is 86 (33.98% from 255 or 19.50% from 441); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8956 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA8956 is #2576A9. Grayscale: #9B9B9B. Windows color (decimal): -2455210 or 5671386. OLE color: 5671386.

HSL color Cylindrical-coordinate representation of color #DA8956: hue angle of 23.18º degrees, saturation: 0.64, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #DA8956 is Cyan = 0, Magento = 0.37, Yellow = 0.61 and Black (K on CMYK) = 0.15.

Color convert

RGB21813786-
CMYK00.370.610.15
HSL23.18º64.08%59.61%-
HSV(B)23.18º60.55%85.49%-
XYZ39.5433.4713.18-
YUV155.488.84172.65-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 49.43%
GREEN value IS 137 (53.91% from 255) = 31.07%
BLUE value IS 86 (33.98% from 255) = 19.50%
R=49.43%
G=31.07%
B=19.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.61
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2181378600.370.610.1523.1864.0859.61
HexDA89560253DF17403c
Octal33221112604575172710074
Binary1101101010001001101011001001011111011111101111000000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA8956

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA8956; }

 p { color: rgb(218,137,86); }

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

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

 a { background-color: rgb(218,137,86); }

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

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

 span { border-color: rgb(218,137,86); }

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