#DCA686

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

Shades of Tumbleweed #DCA686

Tints of Tumbleweed #DCA686

Color information

#DCA686 (or 0xDCA686) is unknown color: approx Tumbleweed. HEX triplet: DC, A6 and 86. RGB value is (220,166,134). Sum of RGB (Red+Green+Blue) = 220+166+134=520 (68% of max value = 765). Red value is 220 (86.33% from 255 or 42.31% from 520); Green value is 166 (65.23% from 255 or 31.92% from 520); Blue value is 134 (52.73% from 255 or 25.77% from 520); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA686 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DCA686 is #235979. Grayscale: #B2B2B2. Windows color (decimal): -2316666 or 8824540. OLE color: 8824540.

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

Color convert

RGB220166134-
CMYK00.250.390.14
HSL22.33º55.13%69.41%-
HSV(B)22.33º39.09%86.27%-
XYZ47.4544.2128.59-
YUV178.5102.89157.6-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 42.31%
GREEN value IS 166 (65.23% from 255) = 31.92%
BLUE value IS 134 (52.73% from 255) = 25.77%
R=42.31%
G=31.92%
B=25.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.39
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22016613400.250.390.1422.3355.1369.41
HexDCA68601927E163745
Octal33424620603147162667105
Binary1101110010100110100001100110011001111110101101101111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCA686

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCA686; }

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

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

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

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

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

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

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

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