#D5A175

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

Shades of Tumbleweed #D5A175

Tints of Tumbleweed #D5A175

Color information

#D5A175 (or 0xD5A175) is unknown color: approx Tumbleweed. HEX triplet: D5, A1 and 75. RGB value is (213,161,117). Sum of RGB (Red+Green+Blue) = 213+161+117=491 (65% of max value = 765). Red value is 213 (83.59% from 255 or 43.38% from 491); Green value is 161 (63.28% from 255 or 32.79% from 491); Blue value is 117 (46.09% from 255 or 23.83% from 491); Max value from RGB is 213 - color contains mainly: red. Hex color #D5A175 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D5A175 is #2A5E8A. Grayscale: #ABABAB. Windows color (decimal): -2776715 or 7709141. OLE color: 7709141.

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

Color convert

RGB213161117-
CMYK00.240.450.16
HSL27.5º53.33%64.71%-
HSV(B)27.5º45.07%83.53%-
XYZ43.440.9222.44-
YUV171.5397.23157.58-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 43.38%
GREEN value IS 161 (63.28% from 255) = 32.79%
BLUE value IS 117 (46.09% from 255) = 23.83%
R=43.38%
G=32.79%
B=23.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.45
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21316111700.240.450.1627.553.3364.71
HexD5A1750182D101c3541
Octal32524116503055203465101
Binary1101010110100001111010101100010110110000111001101011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5A175

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5A175; }

 p { color: rgb(213,161,117); }

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

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

 a { background-color: rgb(213,161,117); }

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

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

 span { border-color: rgb(213,161,117); }

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