#D5A480

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

Shades of Tumbleweed #D5A480

Tints of Tumbleweed #D5A480

Color information

#D5A480 (or 0xD5A480) is unknown color: approx Tumbleweed. HEX triplet: D5, A4 and 80. RGB value is (213,164,128). Sum of RGB (Red+Green+Blue) = 213+164+128=505 (66% of max value = 765). Red value is 213 (83.59% from 255 or 42.18% from 505); Green value is 164 (64.45% from 255 or 32.48% from 505); Blue value is 128 (50.39% from 255 or 25.35% from 505); Max value from RGB is 213 - color contains mainly: red. Hex color #D5A480 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D5A480 is #2A5B7F. Grayscale: #AEAEAE. Windows color (decimal): -2775936 or 8430805. OLE color: 8430805.

HSL color Cylindrical-coordinate representation of color #D5A480: hue angle of 25.41º degrees, saturation: 0.5, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D5A480 is Cyan = 0, Magento = 0.23, Yellow = 0.40 and Black (K on CMYK) = 0.16.

Color convert

RGB213164128-
CMYK00.230.400.16
HSL25.41º50.3%66.86%-
HSV(B)25.41º39.91%83.53%-
XYZ44.6142.2626.23-
YUV174.55101.73155.43-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 42.18%
GREEN value IS 164 (64.45% from 255) = 32.48%
BLUE value IS 128 (50.39% from 255) = 25.35%
R=42.18%
G=32.48%
B=25.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.40
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21316412800.230.400.1625.4150.366.86
HexD5A4800172810193243
Octal32524420002750203162103
Binary11010101101001001000000001011110100010000110011100101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5A480

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5A480; }

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

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

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

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

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

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

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

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