#DCA87D

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

Shades of Tumbleweed #DCA87D

Tints of Tumbleweed #DCA87D

Color information

#DCA87D (or 0xDCA87D) is unknown color: approx Tumbleweed. HEX triplet: DC, A8 and 7D. RGB value is (220,168,125). Sum of RGB (Red+Green+Blue) = 220+168+125=513 (67% of max value = 765). Red value is 220 (86.33% from 255 or 42.88% from 513); Green value is 168 (66.02% from 255 or 32.75% from 513); Blue value is 125 (49.22% from 255 or 24.37% from 513); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA87D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DCA87D is #235782. Grayscale: #B2B2B2. Windows color (decimal): -2316163 or 8235228. OLE color: 8235228.

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

Color convert

RGB220168125-
CMYK00.240.430.14
HSL27.16º57.58%67.65%-
HSV(B)27.16º43.18%86.27%-
XYZ47.2244.725.54-
YUV178.6597.73157.5-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 42.88%
GREEN value IS 168 (66.02% from 255) = 32.75%
BLUE value IS 125 (49.22% from 255) = 24.37%
R=42.88%
G=32.75%
B=24.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.43
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22016812500.240.430.1427.1657.5867.65
HexDCA87D0182BE1b3a44
Octal33425017503053163372104
Binary110111001010100011111010110001010111110110111110101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCA87D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCA87D; }

 p { color: rgb(220,168,125); }

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

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

 a { background-color: rgb(220,168,125); }

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

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

 span { border-color: rgb(220,168,125); }

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