#DAA079

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

Shades of Tumbleweed #DAA079

Tints of Tumbleweed #DAA079

Color information

#DAA079 (or 0xDAA079) is unknown color: approx Tumbleweed. HEX triplet: DA, A0 and 79. RGB value is (218,160,121). Sum of RGB (Red+Green+Blue) = 218+160+121=499 (66% of max value = 765). Red value is 218 (85.55% from 255 or 43.69% from 499); Green value is 160 (62.89% from 255 or 32.06% from 499); Blue value is 121 (47.66% from 255 or 24.25% from 499); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA079 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DAA079 is #255F86. Grayscale: #ADADAD. Windows color (decimal): -2449287 or 7971034. OLE color: 7971034.

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

Color convert

RGB218160121-
CMYK00.270.440.15
HSL24.12º56.73%66.47%-
HSV(B)24.12º44.5%85.49%-
XYZ44.9441.4323.72-
YUV172.998.72160.17-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 43.69%
GREEN value IS 160 (62.89% from 255) = 32.06%
BLUE value IS 121 (47.66% from 255) = 24.25%
R=43.69%
G=32.06%
B=24.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.44
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21816012100.270.440.1524.1256.7366.47
HexDAA07901B2CF183942
Octal33224017103354173071102
Binary110110101010000011110010110111011001111110001110011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAA079

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAA079; }

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

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

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

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

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

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

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

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