#DCAA8A

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

Shades of Tumbleweed #DCAA8A

Tints of Tumbleweed #DCAA8A

Color information

#DCAA8A (or 0xDCAA8A) is unknown color: approx Tumbleweed. HEX triplet: DC, AA and 8A. RGB value is (220,170,138). Sum of RGB (Red+Green+Blue) = 220+170+138=528 (69% of max value = 765). Red value is 220 (86.33% from 255 or 41.67% from 528); Green value is 170 (66.80% from 255 or 32.20% from 528); Blue value is 138 (54.30% from 255 or 26.14% from 528); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAA8A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DCAA8A is #235575. Grayscale: #B5B5B5. Windows color (decimal): -2315638 or 9087708. OLE color: 9087708.

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

Color convert

RGB220170138-
CMYK00.230.370.14
HSL23.41º53.95%70.2%-
HSV(B)23.41º37.27%86.27%-
XYZ48.4845.830.33-
YUV181.3103.56155.6-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 41.67%
GREEN value IS 170 (66.80% from 255) = 32.20%
BLUE value IS 138 (54.30% from 255) = 26.14%
R=41.67%
G=32.20%
B=26.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.37
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22017013800.230.370.1423.4153.9570.2
HexDCAA8A01725E173646
Octal33425221202745162766106
Binary1101110010101010100010100101111001011110101111101101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCAA8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCAA8A; }

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

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

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

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

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

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

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

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