#DCA985

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

Shades of Tumbleweed #DCA985

Tints of Tumbleweed #DCA985

Color information

#DCA985 (or 0xDCA985) is unknown color: approx Tumbleweed. HEX triplet: DC, A9 and 85. RGB value is (220,169,133). Sum of RGB (Red+Green+Blue) = 220+169+133=522 (69% of max value = 765). Red value is 220 (86.33% from 255 or 42.15% from 522); Green value is 169 (66.41% from 255 or 32.38% from 522); Blue value is 133 (52.34% from 255 or 25.48% from 522); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA985 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DCA985 is #23567A. Grayscale: #B4B4B4. Windows color (decimal): -2315899 or 8759772. OLE color: 8759772.

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

Color convert

RGB220169133-
CMYK00.230.400.14
HSL24.83º55.41%69.22%-
HSV(B)24.83º39.55%86.27%-
XYZ47.9445.2928.4-
YUV180.14101.4156.43-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 42.15%
GREEN value IS 169 (66.41% from 255) = 32.38%
BLUE value IS 133 (52.34% from 255) = 25.48%
R=42.15%
G=32.38%
B=25.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.40
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22016913300.230.400.1424.8355.4169.22
HexDCA98501728E193745
Octal33425120502750163167105
Binary1101110010101001100001010101111010001110110011101111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCA985

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCA985; }

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

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

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

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

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

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

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

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