#DCA785

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

Shades of Tumbleweed #DCA785

Tints of Tumbleweed #DCA785

Color information

#DCA785 (or 0xDCA785) is unknown color: approx Tumbleweed. HEX triplet: DC, A7 and 85. RGB value is (220,167,133). Sum of RGB (Red+Green+Blue) = 220+167+133=520 (68% of max value = 765). Red value is 220 (86.33% from 255 or 42.31% from 520); Green value is 167 (65.62% from 255 or 32.12% from 520); Blue value is 133 (52.34% from 255 or 25.58% from 520); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA785 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DCA785 is #23587A. Grayscale: #B3B3B3. Windows color (decimal): -2316411 or 8759260. OLE color: 8759260.

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

Color convert

RGB220167133-
CMYK00.240.400.14
HSL23.45º55.41%69.22%-
HSV(B)23.45º39.55%86.27%-
XYZ47.5744.5528.28-
YUV178.97102.06157.26-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 42.31%
GREEN value IS 167 (65.62% from 255) = 32.12%
BLUE value IS 133 (52.34% from 255) = 25.58%
R=42.31%
G=32.12%
B=25.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.40
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22016713300.240.400.1423.4555.4169.22
HexDCA78501828E173745
Octal33424720503050162767105
Binary1101110010100111100001010110001010001110101111101111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCA785

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCA785; }

 p { color: rgb(220,167,133); }

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

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

 a { background-color: rgb(220,167,133); }

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

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

 span { border-color: rgb(220,167,133); }

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