#DA9165

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

Shades of Whiskey #DA9165

Tints of Whiskey #DA9165

Color information

#DA9165 (or 0xDA9165) is unknown color: approx Whiskey. HEX triplet: DA, 91 and 65. RGB value is (218,145,101). Sum of RGB (Red+Green+Blue) = 218+145+101=464 (61% of max value = 765). Red value is 218 (85.55% from 255 or 46.98% from 464); Green value is 145 (57.03% from 255 or 31.25% from 464); Blue value is 101 (39.84% from 255 or 21.77% from 464); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9165 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA9165 is #256E9A. Grayscale: #A2A2A2. Windows color (decimal): -2453147 or 6656474. OLE color: 6656474.

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

Color convert

RGB218145101-
CMYK00.330.540.15
HSL22.56º61.26%62.55%-
HSV(B)22.56º53.67%85.49%-
XYZ41.3936.117.1-
YUV161.8193.68168.08-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 46.98%
GREEN value IS 145 (57.03% from 255) = 31.25%
BLUE value IS 101 (39.84% from 255) = 21.77%
R=46.98%
G=31.25%
B=21.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.54
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21814510100.330.540.1522.5661.2662.55
HexDA916502136F173d3f
Octal3322211450416617277577
Binary110110101001000111001010100001110110111110111111101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA9165

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA9165; }

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

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

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

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

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

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

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

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