#DAA58B

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

Shades of Tumbleweed #DAA58B

Tints of Tumbleweed #DAA58B

Color information

#DAA58B (or 0xDAA58B) is unknown color: approx Tumbleweed. HEX triplet: DA, A5 and 8B. RGB value is (218,165,139). Sum of RGB (Red+Green+Blue) = 218+165+139=522 (69% of max value = 765). Red value is 218 (85.55% from 255 or 41.76% from 522); Green value is 165 (64.84% from 255 or 31.61% from 522); Blue value is 139 (54.69% from 255 or 26.63% from 522); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA58B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DAA58B is #255A74. Grayscale: #B2B2B2. Windows color (decimal): -2447989 or 9151962. OLE color: 9151962.

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

Color convert

RGB218165139-
CMYK00.240.360.15
HSL19.75º51.63%70%-
HSV(B)19.75º36.24%85.49%-
XYZ47.0343.6830.38-
YUV177.88106.06156.61-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 41.76%
GREEN value IS 165 (64.84% from 255) = 31.61%
BLUE value IS 139 (54.69% from 255) = 26.63%
R=41.76%
G=31.61%
B=26.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.36
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21816513900.240.360.1519.7551.6370
HexDAA58B01824F143446
Octal33224521303044172464106
Binary1101101010100101100010110110001001001111101001101001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAA58B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAA58B; }

 p { color: rgb(218,165,139); }

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

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

 a { background-color: rgb(218,165,139); }

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

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

 span { border-color: rgb(218,165,139); }

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