#DA9569

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

Shades of Whiskey #DA9569

Tints of Whiskey #DA9569

Color information

#DA9569 (or 0xDA9569) is unknown color: approx Whiskey. HEX triplet: DA, 95 and 69. RGB value is (218,149,105). Sum of RGB (Red+Green+Blue) = 218+149+105=472 (62% of max value = 765). Red value is 218 (85.55% from 255 or 46.19% from 472); Green value is 149 (58.59% from 255 or 31.57% from 472); Blue value is 105 (41.41% from 255 or 22.25% from 472); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9569 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA9569 is #256A96. Grayscale: #A4A4A4. Windows color (decimal): -2452119 or 6919642. OLE color: 6919642.

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

Color convert

RGB218149105-
CMYK00.320.520.15
HSL23.36º60.43%63.33%-
HSV(B)23.36º51.83%85.49%-
XYZ42.2137.4218.36-
YUV164.6194.36166.08-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 46.19%
GREEN value IS 149 (58.59% from 255) = 31.57%
BLUE value IS 105 (41.41% from 255) = 22.25%
R=46.19%
G=31.57%
B=22.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.52
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21814910500.320.520.1523.3660.4363.33
HexDA956902034F173c3f
Octal3322251510406417277477
Binary110110101001010111010010100000110100111110111111100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA9569

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA9569; }

 p { color: rgb(218,149,105); }

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

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

 a { background-color: rgb(218,149,105); }

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

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

 span { border-color: rgb(218,149,105); }

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