#DCA480

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

Shades of Tumbleweed #DCA480

Tints of Tumbleweed #DCA480

Color information

#DCA480 (or 0xDCA480) is unknown color: approx Tumbleweed. HEX triplet: DC, A4 and 80. RGB value is (220,164,128). Sum of RGB (Red+Green+Blue) = 220+164+128=512 (67% of max value = 765). Red value is 220 (86.33% from 255 or 42.97% from 512); Green value is 164 (64.45% from 255 or 32.03% from 512); Blue value is 128 (50.39% from 255 or 25% from 512); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA480 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DCA480 is #235B7F. Grayscale: #B0B0B0. Windows color (decimal): -2317184 or 8430812. OLE color: 8430812.

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

Color convert

RGB220164128-
CMYK00.250.420.14
HSL23.48º56.79%68.24%-
HSV(B)23.48º41.82%86.27%-
XYZ46.6943.3326.32-
YUV176.64100.55158.93-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 42.97%
GREEN value IS 164 (64.45% from 255) = 32.03%
BLUE value IS 128 (50.39% from 255) = 25%
R=42.97%
G=32.03%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.42
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22016412800.250.420.1423.4856.7968.24
HexDCA4800192AE173944
Octal33424420003152162771104
Binary1101110010100100100000000110011010101110101111110011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCA480

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCA480; }

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

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

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

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

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

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

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

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