#dca081

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

Shades of Tumbleweed #DCA081

Tints of Tumbleweed #DCA081

Color information

#DCA081 (or 0xDCA081) is unknown color: approx Tumbleweed. HEX triplet: DC, A0 and 81. RGB value is (220,160,129). Sum of RGB (Red+Green+Blue) = 220+160+129=509 (67% of max value = 765). Red value is 220 (86.33% from 255 or 43.22% from 509); Green value is 160 (62.89% from 255 or 31.43% from 509); Blue value is 129 (50.78% from 255 or 25.34% from 509); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA081 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DCA081 is #235F7E. Grayscale: #AEAEAE. Windows color (decimal): -2318207 or 8495324. OLE color: 8495324.

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

Color convert

RGB220160129-
CMYK00.270.410.14
HSL20.44º56.52%68.43%-
HSV(B)20.44º41.36%86.27%-
XYZ46.0541.9426.44-
YUV174.41102.38160.52-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 43.22%
GREEN value IS 160 (62.89% from 255) = 31.43%
BLUE value IS 129 (50.78% from 255) = 25.34%
R=43.22%
G=31.43%
B=25.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.41
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22016012900.270.410.1420.4456.5268.43
HexDCA08101B29E143944
Octal33424020103351162471104
Binary1101110010100000100000010110111010011110101001110011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #dca081

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #dca081; }

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

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

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

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

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

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

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

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