#DAA585

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

Shades of Tumbleweed #DAA585

Tints of Tumbleweed #DAA585

Color information

#DAA585 (or 0xDAA585) is unknown color: approx Tumbleweed. HEX triplet: DA, A5 and 85. RGB value is (218,165,133). Sum of RGB (Red+Green+Blue) = 218+165+133=516 (68% of max value = 765). Red value is 218 (85.55% from 255 or 42.25% from 516); Green value is 165 (64.84% from 255 or 31.98% from 516); Blue value is 133 (52.34% from 255 or 25.78% from 516); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA585 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DAA585 is #255A7A. Grayscale: #B1B1B1. Windows color (decimal): -2447995 or 8758746. OLE color: 8758746.

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

Color convert

RGB218165133-
CMYK00.240.390.15
HSL22.59º53.46%68.82%-
HSV(B)22.59º38.99%85.49%-
XYZ46.643.5128.13-
YUV177.2103.06157.1-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 42.25%
GREEN value IS 165 (64.84% from 255) = 31.98%
BLUE value IS 133 (52.34% from 255) = 25.78%
R=42.25%
G=31.98%
B=25.78%

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
Decimal21816513300.240.390.1522.5953.4668.82
HexDAA58501827F173545
Octal33224520503047172765105
Binary1101101010100101100001010110001001111111101111101011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAA585

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAA585; }

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

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

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

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

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

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

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

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