#D9A485

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

Shades of Tumbleweed #D9A485

Tints of Tumbleweed #D9A485

Color information

#D9A485 (or 0xD9A485) is unknown color: approx Tumbleweed. HEX triplet: D9, A4 and 85. RGB value is (217,164,133). Sum of RGB (Red+Green+Blue) = 217+164+133=514 (68% of max value = 765). Red value is 217 (85.16% from 255 or 42.22% from 514); Green value is 164 (64.45% from 255 or 31.91% from 514); Blue value is 133 (52.34% from 255 or 25.88% from 514); Max value from RGB is 217 - color contains mainly: red. Hex color #D9A485 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D9A485 is #265B7A. Grayscale: #B0B0B0. Windows color (decimal): -2513787 or 8758489. OLE color: 8758489.

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

Color convert

RGB217164133-
CMYK00.240.390.15
HSL22.14º52.5%68.63%-
HSV(B)22.14º38.71%85.1%-
XYZ46.124328.06-
YUV176.31103.56157.02-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 42.22%
GREEN value IS 164 (64.45% from 255) = 31.91%
BLUE value IS 133 (52.34% from 255) = 25.88%
R=42.22%
G=31.91%
B=25.88%

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
Decimal21716413300.240.390.1522.1452.568.63
HexD9A48501827F163545
Octal33124420503047172665105
Binary1101100110100100100001010110001001111111101101101011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9A485

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9A485; }

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

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

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

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

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

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

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

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