#D7A382

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

Shades of Tumbleweed #D7A382

Tints of Tumbleweed #D7A382

Color information

#D7A382 (or 0xD7A382) is unknown color: approx Tumbleweed. HEX triplet: D7, A3 and 82. RGB value is (215,163,130). Sum of RGB (Red+Green+Blue) = 215+163+130=508 (67% of max value = 765). Red value is 215 (84.38% from 255 or 42.32% from 508); Green value is 163 (64.06% from 255 or 32.09% from 508); Blue value is 130 (51.17% from 255 or 25.59% from 508); Max value from RGB is 215 - color contains mainly: red. Hex color #D7A382 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D7A382 is #285C7D. Grayscale: #AEAEAE. Windows color (decimal): -2645118 or 8561623. OLE color: 8561623.

HSL color Cylindrical-coordinate representation of color #D7A382: hue angle of 23.29º degrees, saturation: 0.52, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D7A382 is Cyan = 0, Magento = 0.24, Yellow = 0.40 and Black (K on CMYK) = 0.16.

Color convert

RGB215163130-
CMYK00.240.400.16
HSL23.29º51.52%67.65%-
HSV(B)23.29º39.53%84.31%-
XYZ45.1542.2526.9-
YUV174.79102.73156.68-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 42.32%
GREEN value IS 163 (64.06% from 255) = 32.09%
BLUE value IS 130 (51.17% from 255) = 25.59%
R=42.32%
G=32.09%
B=25.59%

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
Decimal21516313000.240.400.1623.2951.5267.65
HexD7A3820182810173444
Octal32724320203050202764104
Binary11010111101000111000001001100010100010000101111101001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7A382

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7A382; }

 p { color: rgb(215,163,130); }

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

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

 a { background-color: rgb(215,163,130); }

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

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

 span { border-color: rgb(215,163,130); }

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