#DAAA8D

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

Shades of Tumbleweed #DAAA8D

Tints of Tumbleweed #DAAA8D

Color information

#DAAA8D (or 0xDAAA8D) is unknown color: approx Tumbleweed. HEX triplet: DA, AA and 8D. RGB value is (218,170,141). Sum of RGB (Red+Green+Blue) = 218+170+141=529 (70% of max value = 765). Red value is 218 (85.55% from 255 or 41.21% from 529); Green value is 170 (66.80% from 255 or 32.14% from 529); Blue value is 141 (55.47% from 255 or 26.65% from 529); Max value from RGB is 218 - color contains mainly: red. Hex color #DAAA8D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DAAA8D is #255572. Grayscale: #B5B5B5. Windows color (decimal): -2446707 or 9284314. OLE color: 9284314.

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

Color convert

RGB218170141-
CMYK00.220.350.15
HSL22.6º50.99%70.39%-
HSV(B)22.6º35.32%85.49%-
XYZ48.145.5831.46-
YUV181.05105.4154.36-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 41.21%
GREEN value IS 170 (66.80% from 255) = 32.14%
BLUE value IS 141 (55.47% from 255) = 26.65%
R=41.21%
G=32.14%
B=26.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.35
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21817014100.220.350.1522.650.9970.39
HexDAAA8D01623F173346
Octal33225221502643172763106
Binary1101101010101010100011010101101000111111101111100111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAAA8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAAA8D; }

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

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

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

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

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

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

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

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