#DAA586

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

Shades of Tumbleweed #DAA586

Tints of Tumbleweed #DAA586

Color information

#DAA586 (or 0xDAA586) is unknown color: approx Tumbleweed. HEX triplet: DA, A5 and 86. RGB value is (218,165,134). Sum of RGB (Red+Green+Blue) = 218+165+134=517 (68% of max value = 765). Red value is 218 (85.55% from 255 or 42.17% from 517); Green value is 165 (64.84% from 255 or 31.91% from 517); Blue value is 134 (52.73% from 255 or 25.92% from 517); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA586 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DAA586 is #255A79. Grayscale: #B1B1B1. Windows color (decimal): -2447994 or 8824282. OLE color: 8824282.

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

Color convert

RGB218165134-
CMYK00.240.390.15
HSL22.14º53.16%69.02%-
HSV(B)22.14º38.53%85.49%-
XYZ46.6743.5428.5-
YUV177.31103.56157.02-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 42.17%
GREEN value IS 165 (64.84% from 255) = 31.91%
BLUE value IS 134 (52.73% from 255) = 25.92%
R=42.17%
G=31.91%
B=25.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.39
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21816513400.240.390.1522.1453.1669.02
HexDAA58601827F163545
Octal33224520603047172665105
Binary1101101010100101100001100110001001111111101101101011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAA586

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAA586; }

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

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

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

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

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

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

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

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