#DAAA83

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

Shades of Tumbleweed #DAAA83

Tints of Tumbleweed #DAAA83

Color information

#DAAA83 (or 0xDAAA83) is unknown color: approx Tumbleweed. HEX triplet: DA, AA and 83. RGB value is (218,170,131). Sum of RGB (Red+Green+Blue) = 218+170+131=519 (68% of max value = 765). Red value is 218 (85.55% from 255 or 42.00% from 519); Green value is 170 (66.80% from 255 or 32.76% from 519); Blue value is 131 (51.56% from 255 or 25.24% from 519); Max value from RGB is 218 - color contains mainly: red. Hex color #DAAA83 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DAAA83 is #25557C. Grayscale: #B4B4B4. Windows color (decimal): -2446717 or 8628954. OLE color: 8628954.

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

Color convert

RGB218170131-
CMYK00.220.400.15
HSL26.9º54.04%68.43%-
HSV(B)26.9º39.91%85.49%-
XYZ47.3845.2927.72-
YUV179.91100.4155.17-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 42.00%
GREEN value IS 170 (66.80% from 255) = 32.76%
BLUE value IS 131 (51.56% from 255) = 25.24%
R=42.00%
G=32.76%
B=25.24%

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
Decimal21817013100.220.400.1526.954.0468.43
HexDAAA8301628F1b3644
Octal33225220302650173366104
Binary1101101010101010100000110101101010001111110111101101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAAA83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAAA83; }

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

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

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

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

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

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

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

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