#DA915E

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

Shades of Whiskey Sour #DA915E

Tints of Whiskey Sour #DA915E

Color information

#DA915E (or 0xDA915E) is unknown color: approx Whiskey Sour. HEX triplet: DA, 91 and 5E. RGB value is (218,145,94). Sum of RGB (Red+Green+Blue) = 218+145+94=457 (60% of max value = 765). Red value is 218 (85.55% from 255 or 47.70% from 457); Green value is 145 (57.03% from 255 or 31.73% from 457); Blue value is 94 (37.11% from 255 or 20.57% from 457); Max value from RGB is 218 - color contains mainly: red. Hex color #DA915E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA915E is #256EA1. Grayscale: #A1A1A1. Windows color (decimal): -2453154 or 6197722. OLE color: 6197722.

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

Color convert

RGB21814594-
CMYK00.330.570.15
HSL24.68º62.63%61.18%-
HSV(B)24.68º56.88%85.49%-
XYZ41.0635.9615.37-
YUV161.0190.18168.65-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 47.70%
GREEN value IS 145 (57.03% from 255) = 31.73%
BLUE value IS 94 (37.11% from 255) = 20.57%
R=47.70%
G=31.73%
B=20.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.57
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2181459400.330.570.1524.6862.6361.18
HexDA915E02139F193f3d
Octal3322211360417117317775
Binary110110101001000110111100100001111001111111001111111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA915E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA915E; }

 p { color: rgb(218,145,94); }

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

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

 a { background-color: rgb(218,145,94); }

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

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

 span { border-color: rgb(218,145,94); }

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