#D6A47A

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

Shades of Tumbleweed #D6A47A

Tints of Tumbleweed #D6A47A

Color information

#D6A47A (or 0xD6A47A) is unknown color: approx Tumbleweed. HEX triplet: D6, A4 and 7A. RGB value is (214,164,122). Sum of RGB (Red+Green+Blue) = 214+164+122=500 (66% of max value = 765). Red value is 214 (83.98% from 255 or 42.8% from 500); Green value is 164 (64.45% from 255 or 32.8% from 500); Blue value is 122 (48.05% from 255 or 24.4% from 500); Max value from RGB is 214 - color contains mainly: red. Hex color #D6A47A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D6A47A is #295B85. Grayscale: #AEAEAE. Windows color (decimal): -2710406 or 8037590. OLE color: 8037590.

HSL color Cylindrical-coordinate representation of color #D6A47A: hue angle of 27.39º degrees, saturation: 0.53, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D6A47A is Cyan = 0, Magento = 0.23, Yellow = 0.43 and Black (K on CMYK) = 0.16.

Color convert

RGB214164122-
CMYK00.230.430.16
HSL27.39º52.87%65.88%-
HSV(B)27.39º42.99%83.92%-
XYZ44.5242.2524.22-
YUV174.1698.56156.42-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 42.8%
GREEN value IS 164 (64.45% from 255) = 32.8%
BLUE value IS 122 (48.05% from 255) = 24.4%
R=42.8%
G=32.8%
B=24.4%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.43
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21416412200.230.430.1627.3952.8765.88
HexD6A47A0172B101b3542
Octal32624417202753203365102
Binary1101011010100100111101001011110101110000110111101011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6A47A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6A47A; }

 p { color: rgb(214,164,122); }

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

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

 a { background-color: rgb(214,164,122); }

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

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

 span { border-color: rgb(214,164,122); }

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