#DAA886

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

Shades of Tumbleweed #DAA886

Tints of Tumbleweed #DAA886

Color information

#DAA886 (or 0xDAA886) is unknown color: approx Tumbleweed. HEX triplet: DA, A8 and 86. RGB value is (218,168,134). Sum of RGB (Red+Green+Blue) = 218+168+134=520 (68% of max value = 765). Red value is 218 (85.55% from 255 or 41.92% from 520); Green value is 168 (66.02% from 255 or 32.31% from 520); Blue value is 134 (52.73% from 255 or 25.77% from 520); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA886 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DAA886 is #255779. Grayscale: #B3B3B3. Windows color (decimal): -2447226 or 8825050. OLE color: 8825050.

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

Color convert

RGB218168134-
CMYK00.230.390.15
HSL24.29º53.16%69.02%-
HSV(B)24.29º38.53%85.49%-
XYZ47.2244.6328.68-
YUV179.07102.56155.76-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 41.92%
GREEN value IS 168 (66.02% from 255) = 32.31%
BLUE value IS 134 (52.73% from 255) = 25.77%
R=41.92%
G=32.31%
B=25.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.39
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21816813400.230.390.1524.2953.1669.02
HexDAA88601727F183545
Octal33225020602747173065105
Binary1101101010101000100001100101111001111111110001101011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAA886

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAA886; }

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

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

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

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

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

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

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

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