#DCA080

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

Shades of Tumbleweed #DCA080

Tints of Tumbleweed #DCA080

Color information

#DCA080 (or 0xDCA080) is unknown color: approx Tumbleweed. HEX triplet: DC, A0 and 80. RGB value is (220,160,128). Sum of RGB (Red+Green+Blue) = 220+160+128=508 (67% of max value = 765). Red value is 220 (86.33% from 255 or 43.31% from 508); Green value is 160 (62.89% from 255 or 31.50% from 508); Blue value is 128 (50.39% from 255 or 25.20% from 508); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA080 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DCA080 is #235F7F. Grayscale: #AEAEAE. Windows color (decimal): -2318208 or 8429788. OLE color: 8429788.

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

Color convert

RGB220160128-
CMYK00.270.420.14
HSL20.87º56.79%68.24%-
HSV(B)20.87º41.82%86.27%-
XYZ45.9841.9226.09-
YUV174.29101.88160.6-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 43.31%
GREEN value IS 160 (62.89% from 255) = 31.50%
BLUE value IS 128 (50.39% from 255) = 25.20%
R=43.31%
G=31.50%
B=25.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.42
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22016012800.270.420.1420.8756.7968.24
HexDCA08001B2AE153944
Octal33424020003352162571104
Binary1101110010100000100000000110111010101110101011110011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCA080

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCA080; }

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

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

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

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

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

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

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

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