#DCA176

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

Shades of Tumbleweed #DCA176

Tints of Tumbleweed #DCA176

Color information

#DCA176 (or 0xDCA176) is unknown color: approx Tumbleweed. HEX triplet: DC, A1 and 76. RGB value is (220,161,118). Sum of RGB (Red+Green+Blue) = 220+161+118=499 (66% of max value = 765). Red value is 220 (86.33% from 255 or 44.09% from 499); Green value is 161 (63.28% from 255 or 32.26% from 499); Blue value is 118 (46.48% from 255 or 23.65% from 499); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA176 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DCA176 is #235E89. Grayscale: #ADADAD. Windows color (decimal): -2317962 or 7774684. OLE color: 7774684.

HSL color Cylindrical-coordinate representation of color #DCA176: hue angle of 25.29º degrees, saturation: 0.59, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #DCA176 is Cyan = 0, Magento = 0.27, Yellow = 0.46 and Black (K on CMYK) = 0.14.

Color convert

RGB220161118-
CMYK00.270.460.14
HSL25.29º59.3%66.27%-
HSV(B)25.29º46.36%86.27%-
XYZ45.5342.0122.85-
YUV173.7496.55161-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 44.09%
GREEN value IS 161 (63.28% from 255) = 32.26%
BLUE value IS 118 (46.48% from 255) = 23.65%
R=44.09%
G=32.26%
B=23.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.46
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22016111800.270.460.1425.2959.366.27
HexDCA17601B2EE193b42
Octal33424116603356163173102
Binary110111001010000111101100110111011101110110011110111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCA176

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCA176; }

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

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

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

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

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

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

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

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