#DCA384

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

Shades of Tumbleweed #DCA384

Tints of Tumbleweed #DCA384

Color information

#DCA384 (or 0xDCA384) is unknown color: approx Tumbleweed. HEX triplet: DC, A3 and 84. RGB value is (220,163,132). Sum of RGB (Red+Green+Blue) = 220+163+132=515 (68% of max value = 765). Red value is 220 (86.33% from 255 or 42.72% from 515); Green value is 163 (64.06% from 255 or 31.65% from 515); Blue value is 132 (51.95% from 255 or 25.63% from 515); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA384 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DCA384 is #235C7B. Grayscale: #B0B0B0. Windows color (decimal): -2317436 or 8692700. OLE color: 8692700.

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

Color convert

RGB220163132-
CMYK00.260.400.14
HSL21.14º55.7%69.02%-
HSV(B)21.14º40%86.27%-
XYZ46.7843.0827.68-
YUV176.51102.88159.02-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 42.72%
GREEN value IS 163 (64.06% from 255) = 31.65%
BLUE value IS 132 (51.95% from 255) = 25.63%
R=42.72%
G=31.65%
B=25.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.40
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22016313200.260.400.1421.1455.769.02
HexDCA38401A28E153845
Octal33424320403250162570105
Binary1101110010100011100001000110101010001110101011110001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCA384

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCA384; }

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

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

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

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

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

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

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

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