#DAA084

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

Shades of Tumbleweed #DAA084

Tints of Tumbleweed #DAA084

Color information

#DAA084 (or 0xDAA084) is unknown color: approx Tumbleweed. HEX triplet: DA, A0 and 84. RGB value is (218,160,132). Sum of RGB (Red+Green+Blue) = 218+160+132=510 (67% of max value = 765). Red value is 218 (85.55% from 255 or 42.75% from 510); Green value is 160 (62.89% from 255 or 31.37% from 510); Blue value is 132 (51.95% from 255 or 25.88% from 510); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA084 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DAA084 is #255F7B. Grayscale: #AEAEAE. Windows color (decimal): -2449276 or 8691930. OLE color: 8691930.

HSL color Cylindrical-coordinate representation of color #DAA084: hue angle of 19.53º degrees, saturation: 0.54, 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 #DAA084 is Cyan = 0, Magento = 0.27, Yellow = 0.39 and Black (K on CMYK) = 0.15.

Color convert

RGB218160132-
CMYK00.270.390.15
HSL19.53º53.75%68.63%-
HSV(B)19.53º39.45%85.49%-
XYZ45.6541.7127.48-
YUV174.15104.22159.28-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 42.75%
GREEN value IS 160 (62.89% from 255) = 31.37%
BLUE value IS 132 (51.95% from 255) = 25.88%
R=42.75%
G=31.37%
B=25.88%

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
Decimal21816013200.270.390.1519.5353.7568.63
HexDAA08401B27F143645
Octal33224020403347172466105
Binary1101101010100000100001000110111001111111101001101101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAA084

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAA084; }

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

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

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

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

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

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

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

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