#D7A16F

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

Shades of Tumbleweed #D7A16F

Tints of Tumbleweed #D7A16F

Color information

#D7A16F (or 0xD7A16F) is unknown color: approx Tumbleweed. HEX triplet: D7, A1 and 6F. RGB value is (215,161,111). Sum of RGB (Red+Green+Blue) = 215+161+111=487 (64% of max value = 765). Red value is 215 (84.38% from 255 or 44.15% from 487); Green value is 161 (63.28% from 255 or 33.06% from 487); Blue value is 111 (43.75% from 255 or 22.79% from 487); Max value from RGB is 215 - color contains mainly: red. Hex color #D7A16F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D7A16F is #285E90. Grayscale: #ABABAB. Windows color (decimal): -2645649 or 7315927. OLE color: 7315927.

HSL color Cylindrical-coordinate representation of color #D7A16F: hue angle of 28.85º degrees, saturation: 0.57, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D7A16F is Cyan = 0, Magento = 0.25, Yellow = 0.48 and Black (K on CMYK) = 0.16.

Color convert

RGB215161111-
CMYK00.250.480.16
HSL28.85º56.52%63.92%-
HSV(B)28.85º48.37%84.31%-
XYZ43.6441.0820.67-
YUV171.4593.89159.07-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 44.15%
GREEN value IS 161 (63.28% from 255) = 33.06%
BLUE value IS 111 (43.75% from 255) = 22.79%
R=44.15%
G=33.06%
B=22.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.48
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21516111100.250.480.1628.8556.5263.92
HexD7A16F01930101d3940
Octal32724115703160203571100
Binary1101011110100001110111101100111000010000111011110011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7A16F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7A16F; }

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

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

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

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

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

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

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

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