#D5A081

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

Shades of Tumbleweed #D5A081

Tints of Tumbleweed #D5A081

Color information

#D5A081 (or 0xD5A081) is unknown color: approx Tumbleweed. HEX triplet: D5, A0 and 81. RGB value is (213,160,129). Sum of RGB (Red+Green+Blue) = 213+160+129=502 (66% of max value = 765). Red value is 213 (83.59% from 255 or 42.43% from 502); Green value is 160 (62.89% from 255 or 31.87% from 502); Blue value is 129 (50.78% from 255 or 25.70% from 502); Max value from RGB is 213 - color contains mainly: red. Hex color #D5A081 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D5A081 is #2A5F7E. Grayscale: #ACACAC. Windows color (decimal): -2776959 or 8495317. OLE color: 8495317.

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

Color convert

RGB213160129-
CMYK00.250.390.16
HSL22.14º50%67.06%-
HSV(B)22.14º39.44%83.53%-
XYZ43.9740.8726.34-
YUV172.31103.56157.02-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 42.43%
GREEN value IS 160 (62.89% from 255) = 31.87%
BLUE value IS 129 (50.78% from 255) = 25.70%
R=42.43%
G=31.87%
B=25.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.39
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21316012900.250.390.1622.145067.06
HexD5A0810192710163243
Octal32524020103147202662103
Binary11010101101000001000000101100110011110000101101100101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5A081

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5A081; }

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

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

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

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

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

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

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

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