#D5A686

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

Shades of Tumbleweed #D5A686

Tints of Tumbleweed #D5A686

Color information

#D5A686 (or 0xD5A686) is unknown color: approx Tumbleweed. HEX triplet: D5, A6 and 86. RGB value is (213,166,134). Sum of RGB (Red+Green+Blue) = 213+166+134=513 (67% of max value = 765). Red value is 213 (83.59% from 255 or 41.52% from 513); Green value is 166 (65.23% from 255 or 32.36% from 513); Blue value is 134 (52.73% from 255 or 26.12% from 513); Max value from RGB is 213 - color contains mainly: red. Hex color #D5A686 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D5A686 is #2A5979. Grayscale: #B0B0B0. Windows color (decimal): -2775418 or 8824533. OLE color: 8824533.

HSL color Cylindrical-coordinate representation of color #D5A686: hue angle of 24.3º degrees, saturation: 0.48, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #D5A686 is Cyan = 0, Magento = 0.22, Yellow = 0.37 and Black (K on CMYK) = 0.16.

Color convert

RGB213166134-
CMYK00.220.370.16
HSL24.3º48.47%68.04%-
HSV(B)24.3º37.09%83.53%-
XYZ45.3843.1428.49-
YUV176.4104.07154.1-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 41.52%
GREEN value IS 166 (65.23% from 255) = 32.36%
BLUE value IS 134 (52.73% from 255) = 26.12%
R=41.52%
G=32.36%
B=26.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.37
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21316613400.220.370.1624.348.4768.04
HexD5A6860162510183044
Octal32524620602645203060104
Binary11010101101001101000011001011010010110000110001100001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5A686

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5A686; }

 p { color: rgb(213,166,134); }

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

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

 a { background-color: rgb(213,166,134); }

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

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

 span { border-color: rgb(213,166,134); }

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