#daa571

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

Shades of Tumbleweed #DAA571

Tints of Tumbleweed #DAA571

Color information

#DAA571 (or 0xDAA571) is unknown color: approx Tumbleweed. HEX triplet: DA, A5 and 71. RGB value is (218,165,113). Sum of RGB (Red+Green+Blue) = 218+165+113=496 (65% of max value = 765). Red value is 218 (85.55% from 255 or 43.95% from 496); Green value is 165 (64.84% from 255 or 33.27% from 496); Blue value is 113 (44.53% from 255 or 22.78% from 496); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA571 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DAA571 is #255A8E. Grayscale: #AFAFAF. Windows color (decimal): -2448015 or 7448026. OLE color: 7448026.

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

Color convert

RGB218165113-
CMYK00.240.480.15
HSL29.71º58.66%64.9%-
HSV(B)29.71º48.17%85.49%-
XYZ45.3543.0121.53-
YUV174.9293.06158.73-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 43.95%
GREEN value IS 165 (64.84% from 255) = 33.27%
BLUE value IS 113 (44.53% from 255) = 22.78%
R=43.95%
G=33.27%
B=22.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.48
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21816511300.240.480.1529.7158.6664.9
HexDAA57101830F1e3b41
Octal33224516103060173673101
Binary110110101010010111100010110001100001111111101110111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #daa571

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #daa571; }

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

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

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

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

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

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

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

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