#DCA079

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

Shades of Tumbleweed #DCA079

Tints of Tumbleweed #DCA079

Color information

#DCA079 (or 0xDCA079) is unknown color: approx Tumbleweed. HEX triplet: DC, A0 and 79. RGB value is (220,160,121). Sum of RGB (Red+Green+Blue) = 220+160+121=501 (66% of max value = 765). Red value is 220 (86.33% from 255 or 43.91% from 501); Green value is 160 (62.89% from 255 or 31.94% from 501); Blue value is 121 (47.66% from 255 or 24.15% from 501); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA079 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DCA079 is #235F86. Grayscale: #ADADAD. Windows color (decimal): -2318215 or 7971036. OLE color: 7971036.

HSL color Cylindrical-coordinate representation of color #DCA079: hue angle of 23.64º degrees, saturation: 0.59, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #DCA079 is Cyan = 0, Magento = 0.27, Yellow = 0.45 and Black (K on CMYK) = 0.14.

Color convert

RGB220160121-
CMYK00.270.450.14
HSL23.64º58.58%66.86%-
HSV(B)23.64º45%86.27%-
XYZ45.5441.7423.75-
YUV173.4998.38161.17-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 43.91%
GREEN value IS 160 (62.89% from 255) = 31.94%
BLUE value IS 121 (47.66% from 255) = 24.15%
R=43.91%
G=31.94%
B=24.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.45
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22016012100.270.450.1423.6458.5866.86
HexDCA07901B2DE183b43
Octal33424017103355163073103
Binary110111001010000011110010110111011011110110001110111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCA079

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCA079; }

 p { color: rgb(220,160,121); }

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

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

 a { background-color: rgb(220,160,121); }

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

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

 span { border-color: rgb(220,160,121); }

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