#DA9869

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

Shades of Whiskey #DA9869

Tints of Whiskey #DA9869

Color information

#DA9869 (or 0xDA9869) is unknown color: approx Whiskey. HEX triplet: DA, 98 and 69. RGB value is (218,152,105). Sum of RGB (Red+Green+Blue) = 218+152+105=475 (62% of max value = 765). Red value is 218 (85.55% from 255 or 45.89% from 475); Green value is 152 (59.77% from 255 or 32% from 475); Blue value is 105 (41.41% from 255 or 22.11% from 475); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9869 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA9869 is #256796. Grayscale: #A6A6A6. Windows color (decimal): -2451351 or 6920410. OLE color: 6920410.

HSL color Cylindrical-coordinate representation of color #DA9869: hue angle of 24.96º 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 #DA9869 is Cyan = 0, Magento = 0.30, Yellow = 0.52 and Black (K on CMYK) = 0.15.

Color convert

RGB218152105-
CMYK00.300.520.15
HSL24.96º60.43%63.33%-
HSV(B)24.96º51.83%85.49%-
XYZ42.6938.3818.52-
YUV166.3893.37164.82-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 45.89%
GREEN value IS 152 (59.77% from 255) = 32%
BLUE value IS 105 (41.41% from 255) = 22.11%
R=45.89%
G=32%
B=22.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.52
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21815210500.300.520.1524.9660.4363.33
HexDA986901E34F193c3f
Octal3322301510366417317477
Binary11011010100110001101001011110110100111111001111100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA9869

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA9869; }

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

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

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

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

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

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

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

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