#DCA288

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

Shades of Tumbleweed #DCA288

Tints of Tumbleweed #DCA288

Color information

#DCA288 (or 0xDCA288) is unknown color: approx Tumbleweed. HEX triplet: DC, A2 and 88. RGB value is (220,162,136). Sum of RGB (Red+Green+Blue) = 220+162+136=518 (68% of max value = 765). Red value is 220 (86.33% from 255 or 42.47% from 518); Green value is 162 (63.67% from 255 or 31.27% from 518); Blue value is 136 (53.52% from 255 or 26.25% from 518); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA288 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DCA288 is #235D77. Grayscale: #B0B0B0. Windows color (decimal): -2317688 or 8954588. OLE color: 8954588.

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

Color convert

RGB220162136-
CMYK00.260.380.14
HSL18.57º54.55%69.8%-
HSV(B)18.57º38.18%86.27%-
XYZ46.8842.8329.09-
YUV176.38105.22159.11-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 42.47%
GREEN value IS 162 (63.67% from 255) = 31.27%
BLUE value IS 136 (53.52% from 255) = 26.25%
R=42.47%
G=31.27%
B=26.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.38
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22016213600.260.380.1418.5754.5569.8
HexDCA28801A26E133746
Octal33424221003246162367106
Binary1101110010100010100010000110101001101110100111101111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCA288

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCA288; }

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

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

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

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

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

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

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

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