#DCA38A

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

Shades of Tumbleweed #DCA38A

Tints of Tumbleweed #DCA38A

Color information

#DCA38A (or 0xDCA38A) is unknown color: approx Tumbleweed. HEX triplet: DC, A3 and 8A. RGB value is (220,163,138). Sum of RGB (Red+Green+Blue) = 220+163+138=521 (69% of max value = 765). Red value is 220 (86.33% from 255 or 42.23% from 521); Green value is 163 (64.06% from 255 or 31.29% from 521); Blue value is 138 (54.30% from 255 or 26.49% from 521); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA38A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DCA38A is #235C75. Grayscale: #B1B1B1. Windows color (decimal): -2317430 or 9085916. OLE color: 9085916.

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

Color convert

RGB220163138-
CMYK00.260.370.14
HSL18.29º53.95%70.2%-
HSV(B)18.29º37.27%86.27%-
XYZ47.243.2529.9-
YUV177.19105.88158.53-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 42.23%
GREEN value IS 163 (64.06% from 255) = 31.29%
BLUE value IS 138 (54.30% from 255) = 26.49%
R=42.23%
G=31.29%
B=26.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.37
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22016313800.260.370.1418.2953.9570.2
HexDCA38A01A25E123646
Octal33424321203245162266106
Binary1101110010100011100010100110101001011110100101101101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCA38A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCA38A; }

 p { color: rgb(220,163,138); }

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

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

 a { background-color: rgb(220,163,138); }

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

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

 span { border-color: rgb(220,163,138); }

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