#DCA88C

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

Shades of Tumbleweed #DCA88C

Tints of Tumbleweed #DCA88C

Color information

#DCA88C (or 0xDCA88C) is unknown color: approx Tumbleweed. HEX triplet: DC, A8 and 8C. RGB value is (220,168,140). Sum of RGB (Red+Green+Blue) = 220+168+140=528 (69% of max value = 765). Red value is 220 (86.33% from 255 or 41.67% from 528); Green value is 168 (66.02% from 255 or 31.82% from 528); Blue value is 140 (55.08% from 255 or 26.52% from 528); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA88C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DCA88C is #235773. Grayscale: #B4B4B4. Windows color (decimal): -2316148 or 9218268. OLE color: 9218268.

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

Color convert

RGB220168140-
CMYK00.240.360.14
HSL21º53.33%70.59%-
HSV(B)21º36.36%86.27%-
XYZ48.2545.1130.98-
YUV180.36105.23156.28-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 41.67%
GREEN value IS 168 (66.02% from 255) = 31.82%
BLUE value IS 140 (55.08% from 255) = 26.52%
R=41.67%
G=31.82%
B=26.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.36
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22016814000.240.360.142153.3370.59
HexDCA88C01824E153547
Octal33425021403044162565107
Binary1101110010101000100011000110001001001110101011101011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCA88C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCA88C; }

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

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

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

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

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

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

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

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