#D7A474

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

Shades of Tumbleweed #D7A474

Tints of Tumbleweed #D7A474

Color information

#D7A474 (or 0xD7A474) is unknown color: approx Tumbleweed. HEX triplet: D7, A4 and 74. RGB value is (215,164,116). Sum of RGB (Red+Green+Blue) = 215+164+116=495 (65% of max value = 765). Red value is 215 (84.38% from 255 or 43.43% from 495); Green value is 164 (64.45% from 255 or 33.13% from 495); Blue value is 116 (45.70% from 255 or 23.43% from 495); Max value from RGB is 215 - color contains mainly: red. Hex color #D7A474 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D7A474 is #285B8B. Grayscale: #AEAEAE. Windows color (decimal): -2644876 or 7644375. OLE color: 7644375.

HSL color Cylindrical-coordinate representation of color #D7A474: hue angle of 29.09º degrees, saturation: 0.55, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D7A474 is Cyan = 0, Magento = 0.24, Yellow = 0.46 and Black (K on CMYK) = 0.16.

Color convert

RGB215164116-
CMYK00.240.460.16
HSL29.09º55.31%64.9%-
HSV(B)29.09º46.05%84.31%-
XYZ44.4542.2622.34-
YUV173.7895.4157.4-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 43.43%
GREEN value IS 164 (64.45% from 255) = 33.13%
BLUE value IS 116 (45.70% from 255) = 23.43%
R=43.43%
G=33.13%
B=23.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.46
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21516411600.240.460.1629.0955.3164.9
HexD7A4740182E101d3741
Octal32724416403056203567101
Binary1101011110100100111010001100010111010000111011101111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7A474

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7A474; }

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

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

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

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

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

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

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

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