#DAAA82

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

Shades of Tumbleweed #DAAA82

Tints of Tumbleweed #DAAA82

Color information

#DAAA82 (or 0xDAAA82) is unknown color: approx Tumbleweed. HEX triplet: DA, AA and 82. RGB value is (218,170,130). Sum of RGB (Red+Green+Blue) = 218+170+130=518 (68% of max value = 765). Red value is 218 (85.55% from 255 or 42.08% from 518); Green value is 170 (66.80% from 255 or 32.82% from 518); Blue value is 130 (51.17% from 255 or 25.10% from 518); Max value from RGB is 218 - color contains mainly: red. Hex color #DAAA82 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DAAA82 is #25557D. Grayscale: #B4B4B4. Windows color (decimal): -2446718 or 8563418. OLE color: 8563418.

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

Color convert

RGB218170130-
CMYK00.220.400.15
HSL27.27º54.32%68.24%-
HSV(B)27.27º40.37%85.49%-
XYZ47.3245.2727.36-
YUV179.7999.9155.25-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 42.08%
GREEN value IS 170 (66.80% from 255) = 32.82%
BLUE value IS 130 (51.17% from 255) = 25.10%
R=42.08%
G=32.82%
B=25.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.40
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21817013000.220.400.1527.2754.3268.24
HexDAAA8201628F1b3644
Octal33225220202650173366104
Binary1101101010101010100000100101101010001111110111101101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAAA82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAAA82; }

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

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

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

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

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

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

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

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