#DCA281

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

Shades of Tumbleweed #DCA281

Tints of Tumbleweed #DCA281

Color information

#DCA281 (or 0xDCA281) is unknown color: approx Tumbleweed. HEX triplet: DC, A2 and 81. RGB value is (220,162,129). Sum of RGB (Red+Green+Blue) = 220+162+129=511 (67% of max value = 765). Red value is 220 (86.33% from 255 or 43.05% from 511); Green value is 162 (63.67% from 255 or 31.70% from 511); Blue value is 129 (50.78% from 255 or 25.24% from 511); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA281 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DCA281 is #235D7E. Grayscale: #AFAFAF. Windows color (decimal): -2317695 or 8495836. OLE color: 8495836.

HSL color Cylindrical-coordinate representation of color #DCA281: hue angle of 21.76º degrees, saturation: 0.57, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #DCA281 is Cyan = 0, Magento = 0.26, Yellow = 0.41 and Black (K on CMYK) = 0.14.

Color convert

RGB220162129-
CMYK00.260.410.14
HSL21.76º56.52%68.43%-
HSV(B)21.76º41.36%86.27%-
XYZ46.442.6426.55-
YUV175.58101.72159.68-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 43.05%
GREEN value IS 162 (63.67% from 255) = 31.70%
BLUE value IS 129 (50.78% from 255) = 25.24%
R=43.05%
G=31.70%
B=25.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.41
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22016212900.260.410.1421.7656.5268.43
HexDCA28101A29E163944
Octal33424220103251162671104
Binary1101110010100010100000010110101010011110101101110011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCA281

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCA281; }

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

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

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

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

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

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

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

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