#DCA488

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

Shades of Tumbleweed #DCA488

Tints of Tumbleweed #DCA488

Color information

#DCA488 (or 0xDCA488) is unknown color: approx Tumbleweed. HEX triplet: DC, A4 and 88. RGB value is (220,164,136). Sum of RGB (Red+Green+Blue) = 220+164+136=520 (68% of max value = 765). Red value is 220 (86.33% from 255 or 42.31% from 520); Green value is 164 (64.45% from 255 or 31.54% from 520); Blue value is 136 (53.52% from 255 or 26.15% from 520); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA488 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DCA488 is #235B77. Grayscale: #B1B1B1. Windows color (decimal): -2317176 or 8955100. OLE color: 8955100.

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

Color convert

RGB220164136-
CMYK00.250.380.14
HSL20º54.55%69.8%-
HSV(B)20º38.18%86.27%-
XYZ47.2343.5429.21-
YUV177.55104.55158.28-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 42.31%
GREEN value IS 164 (64.45% from 255) = 31.54%
BLUE value IS 136 (53.52% from 255) = 26.15%
R=42.31%
G=31.54%
B=26.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.38
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22016413600.250.380.142054.5569.8
HexDCA48801926E143746
Octal33424421003146162467106
Binary1101110010100100100010000110011001101110101001101111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCA488

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCA488; }

 p { color: rgb(220,164,136); }

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

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

 a { background-color: rgb(220,164,136); }

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

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

 span { border-color: rgb(220,164,136); }

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