#DCA188

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

Shades of Tumbleweed #DCA188

Tints of Tumbleweed #DCA188

Color information

#DCA188 (or 0xDCA188) is unknown color: approx Tumbleweed. HEX triplet: DC, A1 and 88. RGB value is (220,161,136). Sum of RGB (Red+Green+Blue) = 220+161+136=517 (68% of max value = 765). Red value is 220 (86.33% from 255 or 42.55% from 517); Green value is 161 (63.28% from 255 or 31.14% from 517); Blue value is 136 (53.52% from 255 or 26.31% from 517); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA188 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DCA188 is #235E77. Grayscale: #AFAFAF. Windows color (decimal): -2317944 or 8954332. OLE color: 8954332.

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

Color convert

RGB220161136-
CMYK00.270.380.14
HSL17.86º54.55%69.8%-
HSV(B)17.86º38.18%86.27%-
XYZ46.742.4829.03-
YUV175.79105.55159.53-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 42.55%
GREEN value IS 161 (63.28% from 255) = 31.14%
BLUE value IS 136 (53.52% from 255) = 26.31%
R=42.55%
G=31.14%
B=26.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.38
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22016113600.270.380.1417.8654.5569.8
HexDCA18801B26E123746
Octal33424121003346162267106
Binary1101110010100001100010000110111001101110100101101111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCA188

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCA188; }

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

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

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

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

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

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

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

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