#DCA386

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

Shades of Tumbleweed #DCA386

Tints of Tumbleweed #DCA386

Color information

#DCA386 (or 0xDCA386) is unknown color: approx Tumbleweed. HEX triplet: DC, A3 and 86. RGB value is (220,163,134). Sum of RGB (Red+Green+Blue) = 220+163+134=517 (68% of max value = 765). Red value is 220 (86.33% from 255 or 42.55% from 517); Green value is 163 (64.06% from 255 or 31.53% from 517); Blue value is 134 (52.73% from 255 or 25.92% from 517); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA386 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DCA386 is #235C79. Grayscale: #B0B0B0. Windows color (decimal): -2317434 or 8823772. OLE color: 8823772.

HSL color Cylindrical-coordinate representation of color #DCA386: hue angle of 20.23º degrees, saturation: 0.55, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #DCA386 is Cyan = 0, Magento = 0.26, Yellow = 0.39 and Black (K on CMYK) = 0.14.

Color convert

RGB220163134-
CMYK00.260.390.14
HSL20.23º55.13%69.41%-
HSV(B)20.23º39.09%86.27%-
XYZ46.9243.1328.41-
YUV176.74103.88158.86-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 42.55%
GREEN value IS 163 (64.06% from 255) = 31.53%
BLUE value IS 134 (52.73% from 255) = 25.92%
R=42.55%
G=31.53%
B=25.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.39
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22016313400.260.390.1420.2355.1369.41
HexDCA38601A27E143745
Octal33424320603247162467105
Binary1101110010100011100001100110101001111110101001101111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCA386

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCA386; }

 p { color: rgb(220,163,134); }

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

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

 a { background-color: rgb(220,163,134); }

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

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

 span { border-color: rgb(220,163,134); }

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