#DCAA89

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

Shades of Tumbleweed #DCAA89

Tints of Tumbleweed #DCAA89

Color information

#DCAA89 (or 0xDCAA89) is unknown color: approx Tumbleweed. HEX triplet: DC, AA and 89. RGB value is (220,170,137). Sum of RGB (Red+Green+Blue) = 220+170+137=527 (69% of max value = 765). Red value is 220 (86.33% from 255 or 41.75% from 527); Green value is 170 (66.80% from 255 or 32.26% from 527); Blue value is 137 (53.91% from 255 or 26.00% from 527); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAA89 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DCAA89 is #235576. Grayscale: #B5B5B5. Windows color (decimal): -2315639 or 9022172. OLE color: 9022172.

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

Color convert

RGB220170137-
CMYK00.230.380.14
HSL23.86º54.25%70%-
HSV(B)23.86º37.73%86.27%-
XYZ48.4145.7729.95-
YUV181.19103.06155.68-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 41.75%
GREEN value IS 170 (66.80% from 255) = 32.26%
BLUE value IS 137 (53.91% from 255) = 26.00%
R=41.75%
G=32.26%
B=26.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.38
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22017013700.230.380.1423.8654.2570
HexDCAA8901726E183646
Octal33425221102746163066106
Binary1101110010101010100010010101111001101110110001101101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCAA89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCAA89; }

 p { color: rgb(220,170,137); }

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

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

 a { background-color: rgb(220,170,137); }

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

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

 span { border-color: rgb(220,170,137); }

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