#DCA66F

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

Shades of Tumbleweed #DCA66F

Tints of Tumbleweed #DCA66F

Color information

#DCA66F (or 0xDCA66F) is unknown color: approx Tumbleweed. HEX triplet: DC, A6 and 6F. RGB value is (220,166,111). Sum of RGB (Red+Green+Blue) = 220+166+111=497 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.27% from 497); Green value is 166 (65.23% from 255 or 33.40% from 497); Blue value is 111 (43.75% from 255 or 22.33% from 497); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA66F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DCA66F is #235990. Grayscale: #B0B0B0. Windows color (decimal): -2316689 or 7317212. OLE color: 7317212.

HSL color Cylindrical-coordinate representation of color #DCA66F: hue angle of 30.28º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DCA66F is Cyan = 0, Magento = 0.25, Yellow = 0.50 and Black (K on CMYK) = 0.14.

Color convert

RGB220166111-
CMYK00.250.500.14
HSL30.28º60.89%64.9%-
HSV(B)30.28º49.55%86.27%-
XYZ46.0243.6421.04-
YUV175.8891.39159.47-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 44.27%
GREEN value IS 166 (65.23% from 255) = 33.40%
BLUE value IS 111 (43.75% from 255) = 22.33%
R=44.27%
G=33.40%
B=22.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.50
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22016611100.250.500.1430.2860.8964.9
HexDCA66F01932E1e3d41
Octal33424615703162163675101
Binary110111001010011011011110110011100101110111101111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCA66F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCA66F; }

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

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

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

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

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

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

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

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