#D5A486

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

Shades of Tumbleweed #D5A486

Tints of Tumbleweed #D5A486

Color information

#D5A486 (or 0xD5A486) is unknown color: approx Tumbleweed. HEX triplet: D5, A4 and 86. RGB value is (213,164,134). Sum of RGB (Red+Green+Blue) = 213+164+134=511 (67% of max value = 765). Red value is 213 (83.59% from 255 or 41.68% from 511); Green value is 164 (64.45% from 255 or 32.09% from 511); Blue value is 134 (52.73% from 255 or 26.22% from 511); Max value from RGB is 213 - color contains mainly: red. Hex color #D5A486 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D5A486 is #2A5B79. Grayscale: #AFAFAF. Windows color (decimal): -2775930 or 8824021. OLE color: 8824021.

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

Color convert

RGB213164134-
CMYK00.230.370.16
HSL22.78º48.47%68.04%-
HSV(B)22.78º37.09%83.53%-
XYZ45.0242.4228.37-
YUV175.23104.73154.94-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 41.68%
GREEN value IS 164 (64.45% from 255) = 32.09%
BLUE value IS 134 (52.73% from 255) = 26.22%
R=41.68%
G=32.09%
B=26.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.37
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21316413400.230.370.1622.7848.4768.04
HexD5A4860172510173044
Octal32524420602745202760104
Binary11010101101001001000011001011110010110000101111100001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5A486

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5A486; }

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

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

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

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

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

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

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

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