#DCA685

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

Shades of Tumbleweed #DCA685

Tints of Tumbleweed #DCA685

Color information

#DCA685 (or 0xDCA685) is unknown color: approx Tumbleweed. HEX triplet: DC, A6 and 85. RGB value is (220,166,133). Sum of RGB (Red+Green+Blue) = 220+166+133=519 (68% of max value = 765). Red value is 220 (86.33% from 255 or 42.39% from 519); Green value is 166 (65.23% from 255 or 31.98% from 519); Blue value is 133 (52.34% from 255 or 25.63% from 519); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA685 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DCA685 is #23597A. Grayscale: #B2B2B2. Windows color (decimal): -2316667 or 8759004. OLE color: 8759004.

HSL color Cylindrical-coordinate representation of color #DCA685: hue angle of 22.76º 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 #DCA685 is Cyan = 0, Magento = 0.25, Yellow = 0.40 and Black (K on CMYK) = 0.14.

Color convert

RGB220166133-
CMYK00.250.400.14
HSL22.76º55.41%69.22%-
HSV(B)22.76º39.55%86.27%-
XYZ47.3944.1828.22-
YUV178.38102.39157.68-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 42.39%
GREEN value IS 166 (65.23% from 255) = 31.98%
BLUE value IS 133 (52.34% from 255) = 25.63%
R=42.39%
G=31.98%
B=25.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.40
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22016613300.250.400.1422.7655.4169.22
HexDCA68501928E173745
Octal33424620503150162767105
Binary1101110010100110100001010110011010001110101111101111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCA685

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCA685; }

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

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

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

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

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

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

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

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