#DCA988

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

Shades of Tumbleweed #DCA988

Tints of Tumbleweed #DCA988

Color information

#DCA988 (or 0xDCA988) is unknown color: approx Tumbleweed. HEX triplet: DC, A9 and 88. RGB value is (220,169,136). Sum of RGB (Red+Green+Blue) = 220+169+136=525 (69% of max value = 765). Red value is 220 (86.33% from 255 or 41.90% from 525); Green value is 169 (66.41% from 255 or 32.19% from 525); Blue value is 136 (53.52% from 255 or 25.90% from 525); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA988 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DCA988 is #235677. Grayscale: #B4B4B4. Windows color (decimal): -2315896 or 8956380. OLE color: 8956380.

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

Color convert

RGB220169136-
CMYK00.230.380.14
HSL23.57º54.55%69.8%-
HSV(B)23.57º38.18%86.27%-
XYZ48.1545.3729.51-
YUV180.49102.9156.18-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 41.90%
GREEN value IS 169 (66.41% from 255) = 32.19%
BLUE value IS 136 (53.52% from 255) = 25.90%
R=41.90%
G=32.19%
B=25.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.38
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22016913600.230.380.1423.5754.5569.8
HexDCA98801726E183746
Octal33425121002746163067106
Binary1101110010101001100010000101111001101110110001101111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCA988

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCA988; }

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

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

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

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

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

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

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

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