#DAA085

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

Shades of Tumbleweed #DAA085

Tints of Tumbleweed #DAA085

Color information

#DAA085 (or 0xDAA085) is unknown color: approx Tumbleweed. HEX triplet: DA, A0 and 85. RGB value is (218,160,133). Sum of RGB (Red+Green+Blue) = 218+160+133=511 (67% of max value = 765). Red value is 218 (85.55% from 255 or 42.66% from 511); Green value is 160 (62.89% from 255 or 31.31% from 511); Blue value is 133 (52.34% from 255 or 26.03% from 511); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA085 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DAA085 is #255F7A. Grayscale: #AEAEAE. Windows color (decimal): -2449275 or 8757466. OLE color: 8757466.

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

Color convert

RGB218160133-
CMYK00.270.390.15
HSL19.06º53.46%68.82%-
HSV(B)19.06º38.99%85.49%-
XYZ45.7241.7427.84-
YUV174.26104.72159.2-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 42.66%
GREEN value IS 160 (62.89% from 255) = 31.31%
BLUE value IS 133 (52.34% from 255) = 26.03%
R=42.66%
G=31.31%
B=26.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.39
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21816013300.270.390.1519.0653.4668.82
HexDAA08501B27F133545
Octal33224020503347172365105
Binary1101101010100000100001010110111001111111100111101011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAA085

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAA085; }

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

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

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

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

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

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

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

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