#D7A082

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

Shades of Tumbleweed #D7A082

Tints of Tumbleweed #D7A082

Color information

#D7A082 (or 0xD7A082) is unknown color: approx Tumbleweed. HEX triplet: D7, A0 and 82. RGB value is (215,160,130). Sum of RGB (Red+Green+Blue) = 215+160+130=505 (66% of max value = 765). Red value is 215 (84.38% from 255 or 42.57% from 505); Green value is 160 (62.89% from 255 or 31.68% from 505); Blue value is 130 (51.17% from 255 or 25.74% from 505); Max value from RGB is 215 - color contains mainly: red. Hex color #D7A082 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D7A082 is #285F7D. Grayscale: #ADADAD. Windows color (decimal): -2645886 or 8560855. OLE color: 8560855.

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

Color convert

RGB215160130-
CMYK00.260.400.16
HSL21.18º51.52%67.65%-
HSV(B)21.18º39.53%84.31%-
XYZ44.6241.226.72-
YUV173.02103.72157.94-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 42.57%
GREEN value IS 160 (62.89% from 255) = 31.68%
BLUE value IS 130 (51.17% from 255) = 25.74%
R=42.57%
G=31.68%
B=25.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.40
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21516013000.260.400.1621.1851.5267.65
HexD7A08201A2810153444
Octal32724020203250202564104
Binary11010111101000001000001001101010100010000101011101001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7A082

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7A082; }

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

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

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

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

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

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

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

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