#D9A070

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

Shades of Tumbleweed #D9A070

Tints of Tumbleweed #D9A070

Color information

#D9A070 (or 0xD9A070) is unknown color: approx Tumbleweed. HEX triplet: D9, A0 and 70. RGB value is (217,160,112). Sum of RGB (Red+Green+Blue) = 217+160+112=489 (64% of max value = 765). Red value is 217 (85.16% from 255 or 44.38% from 489); Green value is 160 (62.89% from 255 or 32.72% from 489); Blue value is 112 (44.14% from 255 or 22.90% from 489); Max value from RGB is 217 - color contains mainly: red. Hex color #D9A070 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D9A070 is #265F8F. Grayscale: #ABABAB. Windows color (decimal): -2514832 or 7381209. OLE color: 7381209.

HSL color Cylindrical-coordinate representation of color #D9A070: hue angle of 27.43º degrees, saturation: 0.58, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D9A070 is Cyan = 0, Magento = 0.26, Yellow = 0.48 and Black (K on CMYK) = 0.15.

Color convert

RGB217160112-
CMYK00.260.480.15
HSL27.43º58.01%64.51%-
HSV(B)27.43º48.39%85.1%-
XYZ44.1141.0620.93-
YUV171.5794.38160.4-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 44.38%
GREEN value IS 160 (62.89% from 255) = 32.72%
BLUE value IS 112 (44.14% from 255) = 22.90%
R=44.38%
G=32.72%
B=22.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.48
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21716011200.260.480.1527.4358.0164.51
HexD9A07001A30F1b3a41
Octal33124016003260173372101
Binary110110011010000011100000110101100001111110111110101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9A070

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9A070; }

 p { color: rgb(217,160,112); }

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

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

 a { background-color: rgb(217,160,112); }

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

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

 span { border-color: rgb(217,160,112); }

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