#DA9061

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

Shades of Whiskey #DA9061

Tints of Whiskey #DA9061

Color information

#DA9061 (or 0xDA9061) is unknown color: approx Whiskey. HEX triplet: DA, 90 and 61. RGB value is (218,144,97). Sum of RGB (Red+Green+Blue) = 218+144+97=459 (60% of max value = 765). Red value is 218 (85.55% from 255 or 47.49% from 459); Green value is 144 (56.64% from 255 or 31.37% from 459); Blue value is 97 (38.28% from 255 or 21.13% from 459); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9061 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA9061 is #256F9E. Grayscale: #A1A1A1. Windows color (decimal): -2453407 or 6394074. OLE color: 6394074.

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

Color convert

RGB21814497-
CMYK00.340.560.15
HSL23.31º62.05%61.76%-
HSV(B)23.31º55.5%85.49%-
XYZ41.0435.7216.04-
YUV160.7792.02168.82-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 47.49%
GREEN value IS 144 (56.64% from 255) = 31.37%
BLUE value IS 97 (38.28% from 255) = 21.13%
R=47.49%
G=31.37%
B=21.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.56
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2181449700.340.560.1523.3162.0561.76
HexDA906102238F173e3e
Octal3322201410427017277676
Binary110110101001000011000010100010111000111110111111110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA9061

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA9061; }

 p { color: rgb(218,144,97); }

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

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

 a { background-color: rgb(218,144,97); }

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

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

 span { border-color: rgb(218,144,97); }

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