#D5A180

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

Shades of Tumbleweed #D5A180

Tints of Tumbleweed #D5A180

Color information

#D5A180 (or 0xD5A180) is unknown color: approx Tumbleweed. HEX triplet: D5, A1 and 80. RGB value is (213,161,128). Sum of RGB (Red+Green+Blue) = 213+161+128=502 (66% of max value = 765). Red value is 213 (83.59% from 255 or 42.43% from 502); Green value is 161 (63.28% from 255 or 32.07% from 502); Blue value is 128 (50.39% from 255 or 25.50% from 502); Max value from RGB is 213 - color contains mainly: red. Hex color #D5A180 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D5A180 is #2A5E7F. Grayscale: #ACACAC. Windows color (decimal): -2776704 or 8430037. OLE color: 8430037.

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

Color convert

RGB213161128-
CMYK00.240.400.16
HSL23.29º50.3%66.86%-
HSV(B)23.29º39.91%83.53%-
XYZ44.0841.1926.05-
YUV172.79102.73156.68-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 42.43%
GREEN value IS 161 (63.28% from 255) = 32.07%
BLUE value IS 128 (50.39% from 255) = 25.50%
R=42.43%
G=32.07%
B=25.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.40
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21316112800.240.400.1623.2950.366.86
HexD5A1800182810173243
Octal32524120003050202762103
Binary11010101101000011000000001100010100010000101111100101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5A180

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5A180; }

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

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

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

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

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

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

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

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