#D6A285

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

Shades of Tumbleweed #D6A285

Tints of Tumbleweed #D6A285

Color information

#D6A285 (or 0xD6A285) is unknown color: approx Tumbleweed. HEX triplet: D6, A2 and 85. RGB value is (214,162,133). Sum of RGB (Red+Green+Blue) = 214+162+133=509 (67% of max value = 765). Red value is 214 (83.98% from 255 or 42.04% from 509); Green value is 162 (63.67% from 255 or 31.83% from 509); Blue value is 133 (52.34% from 255 or 26.13% from 509); Max value from RGB is 214 - color contains mainly: red. Hex color #D6A285 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D6A285 is #295D7A. Grayscale: #AEAEAE. Windows color (decimal): -2710907 or 8757974. OLE color: 8757974.

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

Color convert

RGB214162133-
CMYK00.240.380.16
HSL21.48º49.69%68.04%-
HSV(B)21.48º37.85%83.92%-
XYZ44.8941.8327.9-
YUV174.24104.73156.36-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 42.04%
GREEN value IS 162 (63.67% from 255) = 31.83%
BLUE value IS 133 (52.34% from 255) = 26.13%
R=42.04%
G=31.83%
B=26.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.38
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21416213300.240.380.1621.4849.6968.04
HexD6A2850182610153244
Octal32624220503046202562104
Binary11010110101000101000010101100010011010000101011100101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6A285

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6A285; }

 p { color: rgb(214,162,133); }

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

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

 a { background-color: rgb(214,162,133); }

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

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

 span { border-color: rgb(214,162,133); }

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