#DCA982

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

Shades of Tumbleweed #DCA982

Tints of Tumbleweed #DCA982

Color information

#DCA982 (or 0xDCA982) is unknown color: approx Tumbleweed. HEX triplet: DC, A9 and 82. RGB value is (220,169,130). Sum of RGB (Red+Green+Blue) = 220+169+130=519 (68% of max value = 765). Red value is 220 (86.33% from 255 or 42.39% from 519); Green value is 169 (66.41% from 255 or 32.56% from 519); Blue value is 130 (51.17% from 255 or 25.05% from 519); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA982 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DCA982 is #23567D. Grayscale: #B4B4B4. Windows color (decimal): -2315902 or 8563164. OLE color: 8563164.

HSL color Cylindrical-coordinate representation of color #DCA982: hue angle of 26º degrees, saturation: 0.56, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #DCA982 is Cyan = 0, Magento = 0.23, Yellow = 0.41 and Black (K on CMYK) = 0.14.

Color convert

RGB220169130-
CMYK00.230.410.14
HSL26º56.25%68.63%-
HSV(B)26º40.91%86.27%-
XYZ47.7345.227.33-
YUV179.899.9156.67-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 42.39%
GREEN value IS 169 (66.41% from 255) = 32.56%
BLUE value IS 130 (51.17% from 255) = 25.05%
R=42.39%
G=32.56%
B=25.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.41
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22016913000.230.410.142656.2568.63
HexDCA98201729E1a3845
Octal33425120202751163270105
Binary1101110010101001100000100101111010011110110101110001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCA982

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCA982; }

 p { color: rgb(220,169,130); }

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

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

 a { background-color: rgb(220,169,130); }

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

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

 span { border-color: rgb(220,169,130); }

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