#DCA884

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

Shades of Tumbleweed #DCA884

Tints of Tumbleweed #DCA884

Color information

#DCA884 (or 0xDCA884) is unknown color: approx Tumbleweed. HEX triplet: DC, A8 and 84. RGB value is (220,168,132). Sum of RGB (Red+Green+Blue) = 220+168+132=520 (68% of max value = 765). Red value is 220 (86.33% from 255 or 42.31% from 520); Green value is 168 (66.02% from 255 or 32.31% from 520); Blue value is 132 (51.95% from 255 or 25.38% from 520); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA884 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DCA884 is #23577B. Grayscale: #B3B3B3. Windows color (decimal): -2316156 or 8693980. OLE color: 8693980.

HSL color Cylindrical-coordinate representation of color #DCA884: hue angle of 24.55º degrees, saturation: 0.56, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DCA884 is Cyan = 0, Magento = 0.24, Yellow = 0.40 and Black (K on CMYK) = 0.14.

Color convert

RGB220168132-
CMYK00.240.400.14
HSL24.55º55.7%69.02%-
HSV(B)24.55º40%86.27%-
XYZ47.6844.8927.98-
YUV179.44101.23156.93-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 42.31%
GREEN value IS 168 (66.02% from 255) = 32.31%
BLUE value IS 132 (51.95% from 255) = 25.38%
R=42.31%
G=32.31%
B=25.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.40
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22016813200.240.400.1424.5555.769.02
HexDCA88401828E193845
Octal33425020403050163170105
Binary1101110010101000100001000110001010001110110011110001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCA884

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCA884; }

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

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

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

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

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

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

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

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