#DCA588

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

Shades of Tumbleweed #DCA588

Tints of Tumbleweed #DCA588

Color information

#DCA588 (or 0xDCA588) is unknown color: approx Tumbleweed. HEX triplet: DC, A5 and 88. RGB value is (220,165,136). Sum of RGB (Red+Green+Blue) = 220+165+136=521 (69% of max value = 765). Red value is 220 (86.33% from 255 or 42.23% from 521); Green value is 165 (64.84% from 255 or 31.67% from 521); Blue value is 136 (53.52% from 255 or 26.10% from 521); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA588 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DCA588 is #235A77. Grayscale: #B2B2B2. Windows color (decimal): -2316920 or 8955356. OLE color: 8955356.

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

Color convert

RGB220165136-
CMYK00.250.380.14
HSL20.71º54.55%69.8%-
HSV(B)20.71º38.18%86.27%-
XYZ47.4143.929.27-
YUV178.14104.22157.86-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 42.23%
GREEN value IS 165 (64.84% from 255) = 31.67%
BLUE value IS 136 (53.52% from 255) = 26.10%
R=42.23%
G=31.67%
B=26.10%

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
Decimal22016513600.250.380.1420.7154.5569.8
HexDCA58801926E153746
Octal33424521003146162567106
Binary1101110010100101100010000110011001101110101011101111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCA588

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCA588; }

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

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

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

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

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

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

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

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