#D5A077

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

Shades of Tumbleweed #D5A077

Tints of Tumbleweed #D5A077

Color information

#D5A077 (or 0xD5A077) is unknown color: approx Tumbleweed. HEX triplet: D5, A0 and 77. RGB value is (213,160,119). Sum of RGB (Red+Green+Blue) = 213+160+119=492 (65% of max value = 765). Red value is 213 (83.59% from 255 or 43.29% from 492); Green value is 160 (62.89% from 255 or 32.52% from 492); Blue value is 119 (46.88% from 255 or 24.19% from 492); Max value from RGB is 213 - color contains mainly: red. Hex color #D5A077 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D5A077 is #2A5F88. Grayscale: #ABABAB. Windows color (decimal): -2776969 or 7839957. OLE color: 7839957.

HSL color Cylindrical-coordinate representation of color #D5A077: hue angle of 26.17º degrees, saturation: 0.53, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D5A077 is Cyan = 0, Magento = 0.25, Yellow = 0.44 and Black (K on CMYK) = 0.16.

Color convert

RGB213160119-
CMYK00.250.440.16
HSL26.17º52.81%65.1%-
HSV(B)26.17º44.13%83.53%-
XYZ43.3440.6223.01-
YUV171.1798.56157.83-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 43.29%
GREEN value IS 160 (62.89% from 255) = 32.52%
BLUE value IS 119 (46.88% from 255) = 24.19%
R=43.29%
G=32.52%
B=24.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.44
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21316011900.250.440.1626.1752.8165.1
HexD5A0770192C101a3541
Octal32524016703154203265101
Binary1101010110100000111011101100110110010000110101101011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5A077

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5A077; }

 p { color: rgb(213,160,119); }

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

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

 a { background-color: rgb(213,160,119); }

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

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

 span { border-color: rgb(213,160,119); }

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