#DCA87F

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

Shades of Tumbleweed #DCA87F

Tints of Tumbleweed #DCA87F

Color information

#DCA87F (or 0xDCA87F) is unknown color: approx Tumbleweed. HEX triplet: DC, A8 and 7F. RGB value is (220,168,127). Sum of RGB (Red+Green+Blue) = 220+168+127=515 (68% of max value = 765). Red value is 220 (86.33% from 255 or 42.72% from 515); Green value is 168 (66.02% from 255 or 32.62% from 515); Blue value is 127 (50% from 255 or 24.66% from 515); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA87F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DCA87F is #235780. Grayscale: #B3B3B3. Windows color (decimal): -2316161 or 8366300. OLE color: 8366300.

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

Color convert

RGB220168127-
CMYK00.240.420.14
HSL26.45º57.06%68.04%-
HSV(B)26.45º42.27%86.27%-
XYZ47.3544.7526.22-
YUV178.8798.73157.33-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 42.72%
GREEN value IS 168 (66.02% from 255) = 32.62%
BLUE value IS 127 (50% from 255) = 24.66%
R=42.72%
G=32.62%
B=24.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.42
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22016812700.240.420.1426.4557.0668.04
HexDCA87F0182AE1a3944
Octal33425017703052163271104
Binary110111001010100011111110110001010101110110101110011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCA87F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCA87F; }

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

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

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

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

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

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

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

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