#D5A286

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

Shades of Tumbleweed #D5A286

Tints of Tumbleweed #D5A286

Color information

#D5A286 (or 0xD5A286) is unknown color: approx Tumbleweed. HEX triplet: D5, A2 and 86. RGB value is (213,162,134). Sum of RGB (Red+Green+Blue) = 213+162+134=509 (67% of max value = 765). Red value is 213 (83.59% from 255 or 41.85% from 509); Green value is 162 (63.67% from 255 or 31.83% from 509); Blue value is 134 (52.73% from 255 or 26.33% from 509); Max value from RGB is 213 - color contains mainly: red. Hex color #D5A286 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D5A286 is #2A5D79. Grayscale: #AEAEAE. Windows color (decimal): -2776442 or 8823509. OLE color: 8823509.

HSL color Cylindrical-coordinate representation of color #D5A286: hue angle of 21.27º 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 #D5A286 is Cyan = 0, Magento = 0.24, Yellow = 0.37 and Black (K on CMYK) = 0.16.

Color convert

RGB213162134-
CMYK00.240.370.16
HSL21.27º48.47%68.04%-
HSV(B)21.27º37.09%83.53%-
XYZ44.6641.7128.25-
YUV174.06105.4155.78-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 41.85%
GREEN value IS 162 (63.67% from 255) = 31.83%
BLUE value IS 134 (52.73% from 255) = 26.33%
R=41.85%
G=31.83%
B=26.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.37
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21316213400.240.370.1621.2748.4768.04
HexD5A2860182510153044
Octal32524220603045202560104
Binary11010101101000101000011001100010010110000101011100001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5A286

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5A286; }

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

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

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

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

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

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

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

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