#D5A07F

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

Shades of Tumbleweed #D5A07F

Tints of Tumbleweed #D5A07F

Color information

#D5A07F (or 0xD5A07F) is unknown color: approx Tumbleweed. HEX triplet: D5, A0 and 7F. RGB value is (213,160,127). Sum of RGB (Red+Green+Blue) = 213+160+127=500 (66% of max value = 765). Red value is 213 (83.59% from 255 or 42.6% from 500); Green value is 160 (62.89% from 255 or 32% from 500); Blue value is 127 (50% from 255 or 25.4% from 500); Max value from RGB is 213 - color contains mainly: red. Hex color #D5A07F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D5A07F is #2A5F80. Grayscale: #ACACAC. Windows color (decimal): -2776961 or 8364245. OLE color: 8364245.

HSL color Cylindrical-coordinate representation of color #D5A07F: hue angle of 23.02º degrees, saturation: 0.51, 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 #D5A07F is Cyan = 0, Magento = 0.25, Yellow = 0.40 and Black (K on CMYK) = 0.16.

Color convert

RGB213160127-
CMYK00.250.400.16
HSL23.02º50.59%66.67%-
HSV(B)23.02º40.38%83.53%-
XYZ43.8440.8225.65-
YUV172.08102.56157.18-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 42.6%
GREEN value IS 160 (62.89% from 255) = 32%
BLUE value IS 127 (50% from 255) = 25.4%
R=42.6%
G=32%
B=25.4%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.40
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21316012700.250.400.1623.0250.5966.67
HexD5A07F0192810173343
Octal32524017703150202763103
Binary1101010110100000111111101100110100010000101111100111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5A07F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5A07F; }

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

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

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

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

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

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

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

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