#DAA082

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

Shades of Tumbleweed #DAA082

Tints of Tumbleweed #DAA082

Color information

#DAA082 (or 0xDAA082) is unknown color: approx Tumbleweed. HEX triplet: DA, A0 and 82. RGB value is (218,160,130). Sum of RGB (Red+Green+Blue) = 218+160+130=508 (67% of max value = 765). Red value is 218 (85.55% from 255 or 42.91% from 508); Green value is 160 (62.89% from 255 or 31.50% from 508); Blue value is 130 (51.17% from 255 or 25.59% from 508); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA082 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DAA082 is #255F7D. Grayscale: #AEAEAE. Windows color (decimal): -2449278 or 8560858. OLE color: 8560858.

HSL color Cylindrical-coordinate representation of color #DAA082: hue angle of 20.45º degrees, saturation: 0.54, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DAA082 is Cyan = 0, Magento = 0.27, Yellow = 0.40 and Black (K on CMYK) = 0.15.

Color convert

RGB218160130-
CMYK00.270.400.15
HSL20.45º54.32%68.24%-
HSV(B)20.45º40.37%85.49%-
XYZ45.5141.6626.76-
YUV173.92103.22159.44-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 42.91%
GREEN value IS 160 (62.89% from 255) = 31.50%
BLUE value IS 130 (51.17% from 255) = 25.59%
R=42.91%
G=31.50%
B=25.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.40
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21816013000.270.400.1520.4554.3268.24
HexDAA08201B28F143644
Octal33224020203350172466104
Binary1101101010100000100000100110111010001111101001101101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAA082

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAA082; }

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

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

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

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

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

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

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

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