#D7A075

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

Shades of Tumbleweed #D7A075

Tints of Tumbleweed #D7A075

Color information

#D7A075 (or 0xD7A075) is unknown color: approx Tumbleweed. HEX triplet: D7, A0 and 75. RGB value is (215,160,117). Sum of RGB (Red+Green+Blue) = 215+160+117=492 (65% of max value = 765). Red value is 215 (84.38% from 255 or 43.70% from 492); Green value is 160 (62.89% from 255 or 32.52% from 492); Blue value is 117 (46.09% from 255 or 23.78% from 492); Max value from RGB is 215 - color contains mainly: red. Hex color #D7A075 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D7A075 is #285F8A. Grayscale: #ABABAB. Windows color (decimal): -2645899 or 7708887. OLE color: 7708887.

HSL color Cylindrical-coordinate representation of color #D7A075: hue angle of 26.33º degrees, saturation: 0.55, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D7A075 is Cyan = 0, Magento = 0.26, Yellow = 0.46 and Black (K on CMYK) = 0.16.

Color convert

RGB215160117-
CMYK00.260.460.16
HSL26.33º55.06%65.1%-
HSV(B)26.33º45.58%84.31%-
XYZ43.8140.8722.41-
YUV171.5497.22159-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 43.70%
GREEN value IS 160 (62.89% from 255) = 32.52%
BLUE value IS 117 (46.09% from 255) = 23.78%
R=43.70%
G=32.52%
B=23.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.46
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21516011700.260.460.1626.3355.0665.1
HexD7A07501A2E101a3741
Octal32724016503256203267101
Binary1101011110100000111010101101010111010000110101101111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7A075

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7A075; }

 p { color: rgb(215,160,117); }

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

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

 a { background-color: rgb(215,160,117); }

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

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

 span { border-color: rgb(215,160,117); }

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