#DAA485

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

Shades of Tumbleweed #DAA485

Tints of Tumbleweed #DAA485

Color information

#DAA485 (or 0xDAA485) is unknown color: approx Tumbleweed. HEX triplet: DA, A4 and 85. RGB value is (218,164,133). Sum of RGB (Red+Green+Blue) = 218+164+133=515 (68% of max value = 765). Red value is 218 (85.55% from 255 or 42.33% from 515); Green value is 164 (64.45% from 255 or 31.84% from 515); Blue value is 133 (52.34% from 255 or 25.83% from 515); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA485 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DAA485 is #255B7A. Grayscale: #B0B0B0. Windows color (decimal): -2448251 or 8758490. OLE color: 8758490.

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

Color convert

RGB218164133-
CMYK00.250.390.15
HSL21.88º53.46%68.82%-
HSV(B)21.88º38.99%85.49%-
XYZ46.4243.1528.07-
YUV176.61103.39157.52-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 42.33%
GREEN value IS 164 (64.45% from 255) = 31.84%
BLUE value IS 133 (52.34% from 255) = 25.83%
R=42.33%
G=31.84%
B=25.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.39
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21816413300.250.390.1521.8853.4668.82
HexDAA48501927F163545
Octal33224420503147172665105
Binary1101101010100100100001010110011001111111101101101011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAA485

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAA485; }

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

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

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

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

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

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

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

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