#dca68a

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

Shades of Tumbleweed #DCA68A

Tints of Tumbleweed #DCA68A

Color information

#DCA68A (or 0xDCA68A) is unknown color: approx Tumbleweed. HEX triplet: DC, A6 and 8A. RGB value is (220,166,138). Sum of RGB (Red+Green+Blue) = 220+166+138=524 (69% of max value = 765). Red value is 220 (86.33% from 255 or 41.98% from 524); Green value is 166 (65.23% from 255 or 31.68% from 524); Blue value is 138 (54.30% from 255 or 26.34% from 524); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA68A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DCA68A is #235975. Grayscale: #B3B3B3. Windows color (decimal): -2316662 or 9086684. OLE color: 9086684.

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

Color convert

RGB220166138-
CMYK00.250.370.14
HSL20.49º53.95%70.2%-
HSV(B)20.49º37.27%86.27%-
XYZ47.7444.3230.08-
YUV178.95104.89157.28-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 41.98%
GREEN value IS 166 (65.23% from 255) = 31.68%
BLUE value IS 138 (54.30% from 255) = 26.34%
R=41.98%
G=31.68%
B=26.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.37
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22016613800.250.370.1420.4953.9570.2
HexDCA68A01925E143646
Octal33424621203145162466106
Binary1101110010100110100010100110011001011110101001101101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #dca68a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #dca68a; }

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

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

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

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

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

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

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

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