#dca373

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

Shades of Tumbleweed #DCA373

Tints of Tumbleweed #DCA373

Color information

#DCA373 (or 0xDCA373) is unknown color: approx Tumbleweed. HEX triplet: DC, A3 and 73. RGB value is (220,163,115). Sum of RGB (Red+Green+Blue) = 220+163+115=498 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.18% from 498); Green value is 163 (64.06% from 255 or 32.73% from 498); Blue value is 115 (45.31% from 255 or 23.09% from 498); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA373 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DCA373 is #235C8C. Grayscale: #AEAEAE. Windows color (decimal): -2317453 or 7578588. OLE color: 7578588.

HSL color Cylindrical-coordinate representation of color #DCA373: hue angle of 27.43º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #DCA373 is Cyan = 0, Magento = 0.26, Yellow = 0.48 and Black (K on CMYK) = 0.14.

Color convert

RGB220163115-
CMYK00.260.480.14
HSL27.43º60%65.69%-
HSV(B)27.43º47.73%86.27%-
XYZ45.7142.6522.04-
YUV174.5794.38160.4-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 44.18%
GREEN value IS 163 (64.06% from 255) = 32.73%
BLUE value IS 115 (45.31% from 255) = 23.09%
R=44.18%
G=32.73%
B=23.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.48
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22016311500.260.480.1427.436065.69
HexDCA37301A30E1b3c42
Octal33424316303260163374102
Binary110111001010001111100110110101100001110110111111001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #dca373

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #dca373; }

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

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

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

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

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

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

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

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