#DCA68D

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

Shades of Tumbleweed #DCA68D

Tints of Tumbleweed #DCA68D

Color information

#DCA68D (or 0xDCA68D) is unknown color: approx Tumbleweed. HEX triplet: DC, A6 and 8D. RGB value is (220,166,141). Sum of RGB (Red+Green+Blue) = 220+166+141=527 (69% of max value = 765). Red value is 220 (86.33% from 255 or 41.75% from 527); Green value is 166 (65.23% from 255 or 31.50% from 527); Blue value is 141 (55.47% from 255 or 26.76% from 527); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA68D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DCA68D is #235972. Grayscale: #B3B3B3. Windows color (decimal): -2316659 or 9283292. OLE color: 9283292.

HSL color Cylindrical-coordinate representation of color #DCA68D: hue angle of 18.99º degrees, saturation: 0.53, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #DCA68D is Cyan = 0, Magento = 0.25, Yellow = 0.36 and Black (K on CMYK) = 0.14.

Color convert

RGB220166141-
CMYK00.250.360.14
HSL18.99º53.02%70.78%-
HSV(B)18.99º35.91%86.27%-
XYZ47.9644.4131.24-
YUV179.3106.39157.03-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 41.75%
GREEN value IS 166 (65.23% from 255) = 31.50%
BLUE value IS 141 (55.47% from 255) = 26.76%
R=41.75%
G=31.50%
B=26.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.36
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22016614100.250.360.1418.9953.0270.78
HexDCA68D01924E133547
Octal33424621503144162365107
Binary1101110010100110100011010110011001001110100111101011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCA68D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCA68D; }

 p { color: rgb(220,166,141); }

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

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

 a { background-color: rgb(220,166,141); }

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

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

 span { border-color: rgb(220,166,141); }

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