#DAA086

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

Shades of Tumbleweed #DAA086

Tints of Tumbleweed #DAA086

Color information

#DAA086 (or 0xDAA086) is unknown color: approx Tumbleweed. HEX triplet: DA, A0 and 86. RGB value is (218,160,134). Sum of RGB (Red+Green+Blue) = 218+160+134=512 (67% of max value = 765). Red value is 218 (85.55% from 255 or 42.58% from 512); Green value is 160 (62.89% from 255 or 31.25% from 512); Blue value is 134 (52.73% from 255 or 26.17% from 512); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA086 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DAA086 is #255F79. Grayscale: #AEAEAE. Windows color (decimal): -2449274 or 8823002. OLE color: 8823002.

HSL color Cylindrical-coordinate representation of color #DAA086: hue angle of 18.57º degrees, saturation: 0.53, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #DAA086 is Cyan = 0, Magento = 0.27, Yellow = 0.39 and Black (K on CMYK) = 0.15.

Color convert

RGB218160134-
CMYK00.270.390.15
HSL18.57º53.16%69.02%-
HSV(B)18.57º38.53%85.49%-
XYZ45.7941.7728.2-
YUV174.38105.22159.11-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 42.58%
GREEN value IS 160 (62.89% from 255) = 31.25%
BLUE value IS 134 (52.73% from 255) = 26.17%
R=42.58%
G=31.25%
B=26.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.39
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21816013400.270.390.1518.5753.1669.02
HexDAA08601B27F133545
Octal33224020603347172365105
Binary1101101010100000100001100110111001111111100111101011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAA086

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAA086; }

 p { color: rgb(218,160,134); }

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

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

 a { background-color: rgb(218,160,134); }

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

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

 span { border-color: rgb(218,160,134); }

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