#DCA88A

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

Shades of Tumbleweed #DCA88A

Tints of Tumbleweed #DCA88A

Color information

#DCA88A (or 0xDCA88A) is unknown color: approx Tumbleweed. HEX triplet: DC, A8 and 8A. RGB value is (220,168,138). Sum of RGB (Red+Green+Blue) = 220+168+138=526 (69% of max value = 765). Red value is 220 (86.33% from 255 or 41.83% from 526); Green value is 168 (66.02% from 255 or 31.94% from 526); Blue value is 138 (54.30% from 255 or 26.24% from 526); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA88A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DCA88A is #235775. Grayscale: #B4B4B4. Windows color (decimal): -2316150 or 9087196. OLE color: 9087196.

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

Color convert

RGB220168138-
CMYK00.240.370.14
HSL21.95º53.95%70.2%-
HSV(B)21.95º37.27%86.27%-
XYZ48.1145.0630.21-
YUV180.13104.23156.44-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 41.83%
GREEN value IS 168 (66.02% from 255) = 31.94%
BLUE value IS 138 (54.30% from 255) = 26.24%
R=41.83%
G=31.94%
B=26.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.37
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22016813800.240.370.1421.9553.9570.2
HexDCA88A01825E163646
Octal33425021203045162666106
Binary1101110010101000100010100110001001011110101101101101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCA88A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCA88A; }

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

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

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

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

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

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

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

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