#D7A480

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

Shades of Tumbleweed #D7A480

Tints of Tumbleweed #D7A480

Color information

#D7A480 (or 0xD7A480) is unknown color: approx Tumbleweed. HEX triplet: D7, A4 and 80. RGB value is (215,164,128). Sum of RGB (Red+Green+Blue) = 215+164+128=507 (67% of max value = 765). Red value is 215 (84.38% from 255 or 42.41% from 507); Green value is 164 (64.45% from 255 or 32.35% from 507); Blue value is 128 (50.39% from 255 or 25.25% from 507); Max value from RGB is 215 - color contains mainly: red. Hex color #D7A480 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D7A480 is #285B7F. Grayscale: #AFAFAF. Windows color (decimal): -2644864 or 8430807. OLE color: 8430807.

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

Color convert

RGB215164128-
CMYK00.240.400.16
HSL24.83º52.1%67.25%-
HSV(B)24.83º40.47%84.31%-
XYZ45.242.5626.25-
YUV175.14101.4156.43-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 42.41%
GREEN value IS 164 (64.45% from 255) = 32.35%
BLUE value IS 128 (50.39% from 255) = 25.25%
R=42.41%
G=32.35%
B=25.25%

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
Decimal21516412800.240.400.1624.8352.167.25
HexD7A4800182810193443
Octal32724420003050203164103
Binary11010111101001001000000001100010100010000110011101001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7A480

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7A480; }

 p { color: rgb(215,164,128); }

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

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

 a { background-color: rgb(215,164,128); }

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

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

 span { border-color: rgb(215,164,128); }

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