#D6A47D

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

Shades of Tumbleweed #D6A47D

Tints of Tumbleweed #D6A47D

Color information

#D6A47D (or 0xD6A47D) is unknown color: approx Tumbleweed. HEX triplet: D6, A4 and 7D. RGB value is (214,164,125). Sum of RGB (Red+Green+Blue) = 214+164+125=503 (66% of max value = 765). Red value is 214 (83.98% from 255 or 42.54% from 503); Green value is 164 (64.45% from 255 or 32.60% from 503); Blue value is 125 (49.22% from 255 or 24.85% from 503); Max value from RGB is 214 - color contains mainly: red. Hex color #D6A47D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D6A47D is #295B82. Grayscale: #AEAEAE. Windows color (decimal): -2710403 or 8234198. OLE color: 8234198.

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

Color convert

RGB214164125-
CMYK00.230.420.16
HSL26.29º52.05%66.47%-
HSV(B)26.29º41.59%83.92%-
XYZ44.7142.3325.22-
YUV174.5100.06156.17-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 42.54%
GREEN value IS 164 (64.45% from 255) = 32.60%
BLUE value IS 125 (49.22% from 255) = 24.85%
R=42.54%
G=32.60%
B=24.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.42
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21416412500.230.420.1626.2952.0566.47
HexD6A47D0172A101a3442
Octal32624417502752203264102
Binary1101011010100100111110101011110101010000110101101001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6A47D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6A47D; }

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

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

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

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

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

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

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

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