#D7A982

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

Shades of Tumbleweed #D7A982

Tints of Tumbleweed #D7A982

Color information

#D7A982 (or 0xD7A982) is unknown color: approx Tumbleweed. HEX triplet: D7, A9 and 82. RGB value is (215,169,130). Sum of RGB (Red+Green+Blue) = 215+169+130=514 (68% of max value = 765). Red value is 215 (84.38% from 255 or 41.83% from 514); Green value is 169 (66.41% from 255 or 32.88% from 514); Blue value is 130 (51.17% from 255 or 25.29% from 514); Max value from RGB is 215 - color contains mainly: red. Hex color #D7A982 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D7A982 is #28567D. Grayscale: #B2B2B2. Windows color (decimal): -2643582 or 8563159. OLE color: 8563159.

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

Color convert

RGB215169130-
CMYK00.210.400.16
HSL27.53º51.52%67.65%-
HSV(B)27.53º39.53%84.31%-
XYZ46.2444.4327.26-
YUV178.31100.74154.17-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 41.83%
GREEN value IS 169 (66.41% from 255) = 32.88%
BLUE value IS 130 (51.17% from 255) = 25.29%
R=41.83%
G=32.88%
B=25.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.40
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21516913000.210.400.1627.5351.5267.65
HexD7A98201528101c3444
Octal32725120202550203464104
Binary11010111101010011000001001010110100010000111001101001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7A982

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7A982; }

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

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

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

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

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

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

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

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