#DAAA81

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

Shades of Tumbleweed #DAAA81

Tints of Tumbleweed #DAAA81

Color information

#DAAA81 (or 0xDAAA81) is unknown color: approx Tumbleweed. HEX triplet: DA, AA and 81. RGB value is (218,170,129). Sum of RGB (Red+Green+Blue) = 218+170+129=517 (68% of max value = 765). Red value is 218 (85.55% from 255 or 42.17% from 517); Green value is 170 (66.80% from 255 or 32.88% from 517); Blue value is 129 (50.78% from 255 or 24.95% from 517); Max value from RGB is 218 - color contains mainly: red. Hex color #DAAA81 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DAAA81 is #25557E. Grayscale: #B3B3B3. Windows color (decimal): -2446719 or 8497882. OLE color: 8497882.

HSL color Cylindrical-coordinate representation of color #DAAA81: hue angle of 27.64º degrees, saturation: 0.55, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #DAAA81 is Cyan = 0, Magento = 0.22, Yellow = 0.41 and Black (K on CMYK) = 0.15.

Color convert

RGB218170129-
CMYK00.220.410.15
HSL27.64º54.6%68.04%-
HSV(B)27.64º40.83%85.49%-
XYZ47.2545.2427.01-
YUV179.6899.4155.33-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 42.17%
GREEN value IS 170 (66.80% from 255) = 32.88%
BLUE value IS 129 (50.78% from 255) = 24.95%
R=42.17%
G=32.88%
B=24.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.41
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21817012900.220.410.1527.6454.668.04
HexDAAA8101629F1c3744
Octal33225220102651173467104
Binary1101101010101010100000010101101010011111111001101111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAAA81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAAA81; }

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

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

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

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

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

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

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

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