#D5A372

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

Shades of Tumbleweed #D5A372

Tints of Tumbleweed #D5A372

Color information

#D5A372 (or 0xD5A372) is unknown color: approx Tumbleweed. HEX triplet: D5, A3 and 72. RGB value is (213,163,114). Sum of RGB (Red+Green+Blue) = 213+163+114=490 (64% of max value = 765). Red value is 213 (83.59% from 255 or 43.47% from 490); Green value is 163 (64.06% from 255 or 33.27% from 490); Blue value is 114 (44.92% from 255 or 23.27% from 490); Max value from RGB is 213 - color contains mainly: red. Hex color #D5A372 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D5A372 is #2A5C8D. Grayscale: #ACACAC. Windows color (decimal): -2776206 or 7513045. OLE color: 7513045.

HSL color Cylindrical-coordinate representation of color #D5A372: hue angle of 29.7º degrees, saturation: 0.54, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D5A372 is Cyan = 0, Magento = 0.23, Yellow = 0.46 and Black (K on CMYK) = 0.16.

Color convert

RGB213163114-
CMYK00.230.460.16
HSL29.7º54.1%64.12%-
HSV(B)29.7º46.48%83.53%-
XYZ43.5841.5621.64-
YUV172.3695.06156.98-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 43.47%
GREEN value IS 163 (64.06% from 255) = 33.27%
BLUE value IS 114 (44.92% from 255) = 23.27%
R=43.47%
G=33.27%
B=23.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.46
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21316311400.230.460.1629.754.164.12
HexD5A3720172E101e3640
Octal32524316202756203666100
Binary1101010110100011111001001011110111010000111101101101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5A372

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5A372; }

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

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

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

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

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

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

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

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