#D5A376

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

Shades of Tumbleweed #D5A376

Tints of Tumbleweed #D5A376

Color information

#D5A376 (or 0xD5A376) is unknown color: approx Tumbleweed. HEX triplet: D5, A3 and 76. RGB value is (213,163,118). Sum of RGB (Red+Green+Blue) = 213+163+118=494 (65% of max value = 765). Red value is 213 (83.59% from 255 or 43.12% from 494); Green value is 163 (64.06% from 255 or 33.00% from 494); Blue value is 118 (46.48% from 255 or 23.89% from 494); Max value from RGB is 213 - color contains mainly: red. Hex color #D5A376 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D5A376 is #2A5C89. Grayscale: #ADADAD. Windows color (decimal): -2776202 or 7775189. OLE color: 7775189.

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

Color convert

RGB213163118-
CMYK00.230.450.16
HSL28.42º53.07%64.9%-
HSV(B)28.42º44.6%83.53%-
XYZ43.8141.6522.87-
YUV172.8297.06156.66-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 43.12%
GREEN value IS 163 (64.06% from 255) = 33.00%
BLUE value IS 118 (46.48% from 255) = 23.89%
R=43.12%
G=33.00%
B=23.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.45
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21316311800.230.450.1628.4253.0764.9
HexD5A3760172D101c3541
Octal32524316602755203465101
Binary1101010110100011111011001011110110110000111001101011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5A376

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5A376; }

 p { color: rgb(213,163,118); }

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

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

 a { background-color: rgb(213,163,118); }

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

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

 span { border-color: rgb(213,163,118); }

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