#DCA286

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

Shades of Tumbleweed #DCA286

Tints of Tumbleweed #DCA286

Color information

#DCA286 (or 0xDCA286) is unknown color: approx Tumbleweed. HEX triplet: DC, A2 and 86. RGB value is (220,162,134). Sum of RGB (Red+Green+Blue) = 220+162+134=516 (68% of max value = 765). Red value is 220 (86.33% from 255 or 42.64% from 516); Green value is 162 (63.67% from 255 or 31.40% from 516); Blue value is 134 (52.73% from 255 or 25.97% from 516); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA286 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DCA286 is #235D79. Grayscale: #B0B0B0. Windows color (decimal): -2317690 or 8823516. OLE color: 8823516.

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

Color convert

RGB220162134-
CMYK00.260.390.14
HSL19.53º55.13%69.41%-
HSV(B)19.53º39.09%86.27%-
XYZ46.7442.7828.35-
YUV176.15104.22159.28-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 42.64%
GREEN value IS 162 (63.67% from 255) = 31.40%
BLUE value IS 134 (52.73% from 255) = 25.97%
R=42.64%
G=31.40%
B=25.97%

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
Decimal22016213400.260.390.1419.5355.1369.41
HexDCA28601A27E143745
Octal33424220603247162467105
Binary1101110010100010100001100110101001111110101001101111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCA286

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCA286; }

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

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

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

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

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

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

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

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