#D7A180

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

Shades of Tumbleweed #D7A180

Tints of Tumbleweed #D7A180

Color information

#D7A180 (or 0xD7A180) is unknown color: approx Tumbleweed. HEX triplet: D7, A1 and 80. RGB value is (215,161,128). Sum of RGB (Red+Green+Blue) = 215+161+128=504 (66% of max value = 765). Red value is 215 (84.38% from 255 or 42.66% from 504); Green value is 161 (63.28% from 255 or 31.94% from 504); Blue value is 128 (50.39% from 255 or 25.40% from 504); Max value from RGB is 215 - color contains mainly: red. Hex color #D7A180 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D7A180 is #285E7F. Grayscale: #ADADAD. Windows color (decimal): -2645632 or 8430039. OLE color: 8430039.

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

Color convert

RGB215161128-
CMYK00.250.400.16
HSL22.76º52.1%67.25%-
HSV(B)22.76º40.47%84.31%-
XYZ44.6741.526.08-
YUV173.38102.39157.68-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 42.66%
GREEN value IS 161 (63.28% from 255) = 31.94%
BLUE value IS 128 (50.39% from 255) = 25.40%
R=42.66%
G=31.94%
B=25.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.40
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21516112800.250.400.1622.7652.167.25
HexD7A1800192810173443
Octal32724120003150202764103
Binary11010111101000011000000001100110100010000101111101001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7A180

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7A180; }

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

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

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

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

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

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

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

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